|
mounting a extended partition ntfs
Hello, i recently lear how to mount mi ntfs partition of the disk and everything was allright, because it was the c: (logical).
but wen i try to mount my d: partition the linux give me some kind of error and i dont understend what happens. i give you the command and the message, maybe could help. thanx !
mount /dev/hda2 /mnt/ntfs-d -t ntfs -r -o umask=0222
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
|