LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ntfs partions not mounting (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-partions-not-mounting-867100/)

johnh10000 03-07-2011 08:25 PM

ntfs partions not mounting
 
Ok until recently, they did fstab mount quite happily, but now, they don't:(

Ok the error I get is:
Code:

Mountall mount /media/win7 [1089] terminated with status 21
My fstab has not changed but here it is:
Code:

/dev/fd0 /media/floppy0 vfat noauto 0 0
UUID=da252821-a30d-415b-84cb-adca92be5b72 / ext4 defaults 0 1

UUID=4f4bdc3d-ca91-41fc-95e0-ab8a9cb959be /home ext4 defaults 0 0
UUID=1a5b1839-a3ec-46cf-b59d-44763624dcae /home/ftp ext4 _netdev 0 0

UUID=a5fa40a1-c715-48f3-a784-77f9ee5e33e5 /home/ftp/incomming ext4 defaults 0 2

UUID=a5fa40a1-c715-48f3-a784-77f9ee5e33e5 /home/ftp/incomming ext4 defaults 0 2
##UUID=4096945C969453EE /media/usb7 ntfs-3g defaults 0 0
##UUID=D67C71187C70F499 /media/usb6 ntfs-3g defaults 0 0
###UUID=4458BC9658BC8866  /media/win7    ntfs-3g user,defaults  0      0
####UUID=F2706CD3706CA059  /media/win7    ntfs-3g users  0      0
/dev/sdc1 /media/win7 ntfs users,umask=0222,ro 0 0

UUID=f3948c11-8832-47e4-b476-b29790d46f82 swap swap sw 0 0

#put incomming /home/incomming
/home/ftp/incomming /home/incomming none rw,bind 0 0
#jono
/home/ftp /home/jono/Public/ftp none rw,bind 0 0
/home/incomming /home/jono/Public/incomming none rw,bind 0 0
#johnh
/home/incomming /home/johnh/incomming none rw,bind 0 0
/home/ftp/ /home/johnh/ftp none rw,bind 0 0
#jackief
/home/incomming /home/jackief/incomming none rw,bind 0 0
/home/ftp/ /home/jackief/ftp none rw,bind 0 0
#annon
/home/ftp/ /home/annon none rw,bind 0 0
#jeffw
/home/ftp /home/jeffw/documents/ftp none rw,bind 0 0
/home/incomming /home/jeffw/documents/incomming none rw,bind 0 0

Also now, grub can't find the windows partion either:(

I have just spent a good couple of hours googling and searching through forums, to no avail.

Oh if I make the windows drive the first avail, then it boots just fine.

Any help would be apreciated, thanks.

John VV 03-07-2011 08:32 PM

the very very old "ntfs" driver is READ ONLY and might not be installed( depending on what distro you are using )
Quote:

/dev/sdc1 /media/win7 ntfs users,umask=0222,ro 0 0
use "ntfs-3g"

johnh10000 03-07-2011 09:21 PM

Quote:

Originally Posted by John VV (Post 4282171)
the very very old "ntfs" driver is READ ONLY and might not be installed( depending on what distro you are using )


use "ntfs-3g"

I have, tried the old one, just to see. Results in the same error :(

John VV 03-07-2011 09:50 PM

the line should read
"/dev/sdc1 /media/win7 ntfs-3g users,umask=0222,ro 0 0

for READ ONLY access to sdc1

johnh10000 03-08-2011 01:49 AM

Quote:

Originally Posted by John VV (Post 4282230)
the line should read
"/dev/sdc1 /media/win7 ntfs-3g users,umask=0222,ro 0 0

for READ ONLY access to sdc1

I tried that, this sadly also produces the same error.

I had a spare HD around so I put xp, on it with ntfs, and it also produces the same error.

I am not a noob, but am in this area.

Thanks for your sugestions John VV

greengrocer 03-08-2011 05:06 AM

For the Grub problem you mentioned, Is it just that the NTFS paritition is not offered in the Grub boot menu?

Does...

Code:

update-grub
...fix the "Grub not seeing the NTFS partition problem"?

jefro 03-08-2011 04:25 PM

Boot to a live cd and see if you can at least see the windows partition. Then try to mount it either read only or ntfs-3g.

John VV 03-08-2011 06:52 PM

dose windows7 see that partition ( or is it the win C:// drive )


All times are GMT -5. The time now is 12:30 PM.