当前位置: 技术问答>linux和unix
red hat 7.2下无法访问dos分区?(mount -t vfat /dev/hda /dosc)
来源: 互联网 发布时间:2014-12-09
本文导语: cd / mkdir dosc mount -t vfat /dev/hda /dosc (系统先提示所访问的盘写保护,最后显示只读访问也失败。) | mount -t msdos /dev/hdaX /dosc OR mount -t vfat /dev/hdaX /dosc X ---> 通常是1,这要看你的...
cd /
mkdir dosc
mount -t vfat /dev/hda /dosc
(系统先提示所访问的盘写保护,最后显示只读访问也失败。)
mkdir dosc
mount -t vfat /dev/hda /dosc
(系统先提示所访问的盘写保护,最后显示只读访问也失败。)
|
mount -t msdos /dev/hdaX /dosc
OR
mount -t vfat /dev/hdaX /dosc
X ---> 通常是1,这要看你的这个分区的位置!
不过要你的kernel支持msdos/vfat文件格式才行!
OR
mount -t vfat /dev/hdaX /dosc
X ---> 通常是1,这要看你的这个分区的位置!
不过要你的kernel支持msdos/vfat文件格式才行!