📄 mount.txt
字号:
-- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -