這是怎麼了啊,我怎麼就是掛載不上啊(轉)

ba發表於2007-08-11
這是怎麼了啊,我怎麼就是掛載不上啊(轉)[@more@]誰來幫我看看啊,我想掛載4。1第二張盤。怎麼不好用啊,看看這打的命令對嗎,怎麼會出來這麼多提示!
[root@song root]# mount -t iso9660 -o loop/WinD/RedFlag-4-tool.iso/mnt/VirtualCDRom
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say man 8 mount .

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617731/viewspace-947538/,如需轉載,請註明出處,否則將追究法律責任。

相關文章