3Com Switch 8800 Advanced Software V5 Configuration Guide

1032 CHAPTER 80: FILE SYSTEM MANAGEMENT CONFIGURATION
Do not remove the storage device or swap the module when mounting or
unmounting the device, or when you are processing files on the storage device.
Otherwise, the file system could be damaged.
When a storage device is connected to a low version system, the system may
not be able to recognize the device automatically; you need to use the mount
command for the storage device to function normally.
Before removing a mounted storage device from the system, you should first
unmount it to avoid damaging the device.
File System Prompt
Mode Setting
The file system provides the following two prompt modes:
alert: where the system warns you about operations that may bring
undesirable consequence such as file corruption or data loss.
quiet: where the system does not do that in any cases.
Follow these steps to set the operation prompt mode of the file system:
File System Operations
Examples
# Display the files under the root directory.
<Sysname> dir
Directory of flash:/
0 drw- - May 08 2006 21:27:24 hafile
1 -rw- 248 May 08 2006 21:40:44 manuinfo.txt
2 -rw- 118 Jun 16 2006 10:16:05 ls.pwd
3 -rw- 3530 Oct 16 2006 16:39:53 config.cfg
4 -rw- 326944 Jul 24 2006 14:03:04 lsbSRP1N43202.app
5 -rw- 207624 Jul 07 2006 14:27:30 lsblmcua0110y.app
6 -rw- 326944 Jul 07 2006 11:05:39 srpbt.app
7 -rw- 326944 Jul 10 2006 10:40:42 switch.app
15621 KB total (14363 KB free)
# Create a new folder called mytest under the test directory.
<Sysname> cd test
<Sysname> mkdir mytest
%Created dir flash:/test/mytest.
# Display the files under the test directory.
<Sysname> dir
Directory of flash:/test/
0 drw- - Feb 16 2006 15:28:14 mytest
2540 KB total (2519 KB free)
# Return to the upper directory.
To do... Use the command... Remarks
Enter system view system-view -
Set the operation prompt
mode of the file system
file prompt { alert | quiet } Optional
The default is alert.