linux如何进入fat32分区?

来源:百度知道 编辑:UC知道 时间:2024/09/20 09:35:10
我现在进不去 ,当我点击时,显示:

Cannot mount volume.
You are not privileged to mount this volume

看样子是权限不够 试试下面的操作
先用fdisk -l看一下现在的分区情况
显示例如:Disk /dev/hda: 40.0 GB, 40007761920 bytes
16 heads, 63 sectors/track, 77520 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 15510 7817008+ c W95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary.
/dev/hda2 15511 77520 31253009 f W95 Ext'd (LBA)
Partition 2 does not end on cylinder boundary.
/dev/hda5 15511 38775 11725528+ b W95 FAT32
/dev/hda6 38776 56160 8762008+ b W95 FAT32
/dev/hda7 56164 57296 570276 82 Linux swap / Solaris
/dev/hda8 * 57296 68914 5855661 83 Linux
/dev/hda9 68914 77520 4337518+ 83 Linux
如果你要挂载windows xp下的c你可以输入:
mount -t vfat /dev/hda1 /mnt/winc
如果是ntfs分区则是
mount -t ntfs /