还是看不到FAT分区!!!!请高手解答!!!感谢!!!
#mount -t vfat /dev/hda1 /mnt/C -rw,codepage=936,iocharest=cp936出现:
mount:无效选项 -- ,
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 labelor by uuid, using-U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, sayman 8 mount .
还是看不到FAT分区!!!!请高手解答!!!感谢!!! mount -o rw -t vfat /dev/hda* /mnt/c试一下 如下:
# mount -o rw -t vfat /dev/hda1 /mnt/c
mount: mount point /mnt/c does not exist
还请答复!万分感谢! 如下:
# mount -o rw -t vfat /dev/hda1 /mnt/c
mount: mount point /mnt/c does not exist
还请答复!万分感谢!
你要先建立/mnt/c这个目录啊!
Re: 还是看不到FAT分区!!!!请高手解答!!!感谢!!
#mount -t vfat /dev/hda1dir "/mnt/C" must be exist.
/mnt/C -rw,
~~~~ ~~~~~~
"-o" is needed
codepage=936,iocharest=cp936 mount/dev/hda1 /mnt/c -ocodepage=936,iocharset=cp936 先在/mnt下建C目录 cd /mnt
mkdir C
mount /dev/hda1 /mnt/C -rw,iocharset=cp936
以上命令是假设你的c盘(in win)是fat32格式的.
如果你要挂的文件系统是ntfs,请看相关贴子吧!
你看到了马吗?方法如下~~~~~~
LABEL=/ / ext3 defaults 1 1none /dev/pts devptsgid=5,mode=6200 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda9 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hda5 /mnt/d vfat codepage=936,iocharset=cp936 0 0
/dev/hda6 /mnt/fvfat codepage=936,iocharset=cp936 0 0
/dev/hda7 /mnt/evfat codepage=936,iocharset=cp936 0 0
请现建 /mmt/e 这个问题很久了,大家一定要把它解决 mkdir /mnt/c;cd;mount -t vfat /dev/hda1 /mnt/c mkdir /mnt/c
mount/dev/hda?-t vfat -o iocharset=cp936/mnt/c
就可以了hda?用fdisk -ls 查看你要挂的盘是hda几 试一下这个
mount -o iocharset=cp936 /dev/hda? /mnt/windows
当然要先在mnt下建一个windows目录了 是不是你的linux装得不好啊!!
这么奇怪!! 看看我的fstab文件,参考一下,我还可以用非root往原来的windows分区内写入,注意,你要在/mnt/下建立目录 c d e f 等等;
LABEL=/ / ext3 defaults 1 1
none /dev/pts devptsgid=5,mode=6200 0
LABEL=/home /home ext3 defaults 1 2
/dev/hda1 /mnt/c vfat umask=000,rw,codepage=936,iocharset=cp936 0 0
/dev/hda5 /mnt/d vfat umask=000,rw,codepage=936,iocharset=cp936 0 0
/dev/hda6 /mnt/e vfat umask=000,rw,codepage=936,iocharset=cp936 0 0
/dev/hda7 /mnt/f vfat umask=000,rw,codepage=936,iocharset=cp936 0 0
/dev/hda8 /mnt/g vfat umask=000,rw,codepage=936,iocharset=cp936 0 0
/dev/hdd1 /mnt/h vfat umask=000,rw,codepage=936,iocharset=cp936 0 0
LABEL=/linux2 /mnt/linux2 ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda12 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 iocharset=cp936,noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/sda1 /mnt/usb vfat iocharset=gb2312,umask=0,codepage=936 0 0
页:
[1]
2