LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mounting a extended partition ntfs (https://www.linuxquestions.org/questions/linux-general-1/mounting-a-extended-partition-ntfs-60360/)

CleonII 05-17-2003 05:55 PM

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?)

MasterC 05-17-2003 06:15 PM

It's possible that D: isn't actually /dev/hda2 To find out:
/sbin/fdisk -l
as root.

Cool

CleonII 05-17-2003 08:03 PM

thanx, im an asshole some times...

MasterC 05-17-2003 10:02 PM

Or just uninformed ;) It's good to ask.

Cool


All times are GMT -5. The time now is 09:44 AM.