デバイスを電源落とし、”MODE”ボタンを押しながら電源を入れ直しします。
下記の黄色にHighlightされたボタン:
スイッチは再起動されターミナルはこうに見えます:
次はそのコマンドを入れます。
flash_init |
そして待っている間にそれらの文字が勝手に出てきます…
switch: flash_init Initializing Flash… flashfs[0]: 547 files, 19 directories flashfs[0]: 0 orphaned files, 0 orphaned directories flashfs[0]: Total bytes: 32514048 flashfs[0]: Bytes used: 15487488 flashfs[0]: Bytes available: 17026560 flashfs[0]: flashfs fsck took 11 seconds. …done Initializing Flash. |
まずデバイスの中にどんなFileが入ってるかをCheckします。
switch: dir flash: Directory of flash:/ 2 -rwx 564 <date> vlan.dat 3 -rwx 1914 <date> private-config.text 5 drwx 192 <date> c2960-lanbasek9-mz.122-58.SE2 6 -rwx 3096 <date> multiple-fs 7 -rwx 2289 <date> config.text |
次は中にあるconfig.textとvlan.datを削除します。
switch: del flash:config.text Are you sure you want to delete “flash:config.text” (y/n)?y File “flash:config.text” deleted switch: del flash:vlan.dat Are you sure you want to delete “flash:vlan.dat” (y/n)?y File “flash:vlan.dat” deleted |
もしバックアップ取りたいなら:
switch: rename flash:config.text flash:config.old |
最後はデバイスを再起動します。
switch: boot |