Results 1 to 3 of 3
I just installed ubuntu and updates but I cant write to any of my NTFS drives. If I go into the live CD it is okay. I tried pysdm but ...
- 11-04-2009 #1Linux Newbie
- Join Date
- Mar 2008
- Location
- England, Manchester.
- Posts
- 114
[SOLVED] Can not write to NTFS
I just installed ubuntu and updates but I cant write to any of my NTFS drives. If I go into the live CD it is okay. I tried pysdm but it wont let me untick the mount as read-only option.
- 11-04-2009 #2
Execute this
Replace <ntfs-partition> with actual device name assigned to NTFS partition. Check /media/ntfs folder after executing mount command.Code:sudo mkdir /media/ntfs sudo umount /dev/<ntfs-partition> sudo mount -t ntfs-3g /dev/<ntfs-partition> /media/ntfs -o defaults,umask=0
In case it doesn't work, post the output of these :
Code:sudo fdisk -l df -h
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-04-2009 #3Linux Newbie
- Join Date
- Mar 2008
- Location
- England, Manchester.
- Posts
- 114
Thanks for the quick reply!
twinkle@Ubuntu:~# mount -t ntfs-3g /dev/sda2 /media/ntfs -o defaults,unmask=0
mount: unknown filesystem type 'ntfs-3g'
I checked in synaptic and it wasn't installed...
It must of got removed in the upgrade from 9.04 to 9.10?
I installed it and now its working fine
Thanks!


