Chinaunix

标题: 请教各位大虾~ [打印本页]

作者: rainyuers    时间: 2006-03-26 18:42
标题: 请教各位大虾~
小弟的电脑上装了FC-5,移动硬盘是60G,做的是NTFS分区~我把硬盘插在USB口上可以识别出移动硬盘~但是无法挂载~桌面上有4个15G媒体的图标~挂载和打开均报错~
命令行下显示:
[root@localhost rainyuers]# mkdir /mnt/usbhd1
[root@localhost rainyuers]# cd /mnt/usbhd1
[root@localhost usbhd1]# ls
[root@localhost usbhd1]# mount -t /dev/sda1 /mnt/usbsd1
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] [-p passwdfd].
For many more details, say  man 8 mount .
[root@localhost usbhd1]# mount -t ntfs /dev/sda1 /mnt/usbsd1
mount: mount point /mnt/usbsd1 does not exist
[root@localhost usbhd1]# fdisk -l
bash: fdisk: command not found
请指教~小弟比较菜~
作者: suek    时间: 2006-03-26 18:50
mount -t ntfs /dev/sda1 /mnt/usbsd1
作者: xxjoyjn    时间: 2006-03-26 19:12
要修改/etc/fstab这个文件,不然,reboot后会失效的
作者: platinum    时间: 2006-03-26 19:49
请不要发无意义标题贴




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2