mount.txt
来自「上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOU」· 文本 代码 · 共 24 行
TXT
24 行
-- mount --Mount a filesystem.Usage: mount <disk> <mount_point>This command will mount (make usable) the filesystem on the specified logicaldisk. Available logical disks can be listed using the 'disks' command.The second parameter is a location where the contents of the filesystemshould be mounted.Example: mount cd0 /cdromThis will mount the first CD-ROM device, and make its contents accessiblein the /cdrom subdirectory.Note that the mount point parameter should specify a name that does *not*exist. This is the opposite of the UNIX mount command behaviour. Theexample above will fail if there is already a file or directory called /cdrom.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?