
use type "iso9660 " mount ntfs partition success
Dear everyone:
I have two ntfs partitions:
Code:
/dev/sdc1 1 5099 40957686 7 HPFS/NTFS
/dev/sdc2 5100 9729 37190475 7 HPFS/NTFS
use the following operation to mount sdc1:
mount -t iso9660 /dev/sdc1 /mnt
it will be success , no error
but use the same operation to mount sdc2, it can't work, the following is error message:
Code:
mount: wrong fs type, bad option, bad superblock on /dev/sdc2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Why ? I use the ubuntu , it will pmount the partition, the first partition is mount to iso9660 , the second it right.
how can I solve the problem ?