[++请教++] 如何找到作为slave的那块硬盘
并读取其中的FAT32分区中的文件?我的master硬盘是RH linux7,3, slave 硬盘用的是FAT32文件系统. 先用Fdisk -l查一下你的Slave的代号
再用mount -t vfat /dev/Slave代号 /mnt/xxxxx -o codepage=936,iocharset=cp936
或mount -t vfat /dev/Slave代号 /mnt/xxxxx -o utf8 先用Fdisk -l查一下你的Slave的代号
再用mount -t vfat /dev/Slave代号 /mnt/xxxxx -o codepage=936,iocharset=cp936
或mount -t vfat /dev/Slave代号 /mnt/xxxxx -o utf8
多谢!!!
我试了,可是使用Fdisk -l命令会出现command not found的提示. 你以root登录试试 谢谢你!
我马上去试... 解决了 !
davidzhuming, 非常感谢!!! ^_^ Yor are welcome, Mr. Tcs Chen. Yor are welcome, Mr. Tcs Chen.
帮忙看看这个:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=80574
页:
[1]