你可以装一下rar for linux 版
对于扩展分区,
可以用
mount -t vfat /dev/hda5 /mnt/wind
vfat是分区类型,如果windows分区是fat32,就用vfat
如果是ntfs,则必须下载补丁或重新编译内核,
hda5是指第一个硬盘上的第一个逻辑分区,因为hda(1-4)是保留给主分区用的
我用df命令看到结果:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda6 505132 176731 302321 37% /
/dev/hda2 102486 17304 79890 18% /boot
/dev/hda5 1934680 955072 881332 53% /home
none 127680 0 127680 0% /dev/shm
/dev/hda3 5305544 4084256 951776 82% /usr
/dev/hda7 1026824 219312 755352 23% /var
/dev/cdrom 556230 556230 0 100% /mnt/cdrom
而其他的hda*设备还有很多,我怎么判断哪个是win的c分区,哪个是d分区等等,
我试了试mount -t fat32 /dev/hda* /mnt/winc(*从8到11),系统总是
提示:
mount: wrong fs type, bad option, bad superblock on /dev/hda10,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
我的硬盘上是双操作系统……怎么回事啊?