Author |
Message |
dpt
|
|
|
Post subject: Unable to write to NTFS partition
Posted: 08.11.2010, 19:06
|
|

Joined: 2010-09-11
Posts: 281
Location: New Delhi
Status: Offline
|
|
I tried to save files to a NTFS partition.
I get the message that file could not be saved.
I have aptosid - keres 64-bit, ntfs-3g is there by default, and I have edited the fstab to write to some NTFS partitions.
Changing ro option to rw worked everytime earlier.
What is missing?
Thanks
dpt
Quote:
/dev/disk/by-uuid/DAA41C49A41C2B11 /media/disk1part1 ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
UUID=68573c18-c5d2-42a9-97f2-53c80a667d5c /media/disk1part10 ext3 auto,users,rw,exec,noatime 0 0
UUID=1d92d446-2929-4b40-9338-fe3159f2aac9 / ext4 defaults,noatime,errors=remount-ro,barrier=0 0 1
UUID=6a4459b7-2971-48f7-8dbd-35ff1ad6e470 none swap sw 0 0
/dev/disk/by-uuid/921C18621C18441F /media/disk1part2 ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/701C34F91C34BC42 /media/disk1part3 ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/7AB899767EE7A9B8 /media/disk1part5 ntfs auto,users,rw,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/168DCCB068BAF8AB /media/disk1part6 ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/723676EC124575AF /media/disk1part7 ntfs auto,users,rw,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/7B8756E630B6412E /media/disk1part8 ntfs auto,users,rw,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/055D5BB60F800E71 /media/disk1part9 ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
|
Last edited by dpt on 09.11.2010, 18:28; edited 1 time in total
|
|
|
|
 |
towo
|
|
Post subject: RE: Unable to write to NTFS partition
Posted: 08.11.2010, 19:18
|
|

Joined: 2010-09-13
Posts: 522
Location: Pößneck / Thüringen
Status: Offline
|
|
ntfs != ntfs-3g
So what you have changed in your fstab? It should looks like:
Code:
/dev/disk/bu-uuid/foo /media/foo ntfs-3g defaults 0 0
Then it would work! |
_________________
Code:
System: Host: Defiant Kernel: 4.15.0-towo.1-siduction-amd64 x86_64 bits: 64 Desktop: Cinnamon 3.4.6
Distro: siduction 13.2.0 December - xfce - (201312310323)
|
|
|
|
 |
dpt
|
|
Post subject: RE: Unable to write to NTFS partition
Posted: 08.11.2010, 19:37
|
|

Joined: 2010-09-11
Posts: 281
Location: New Delhi
Status: Offline
|
|
Does not work. I will reboot. I have saved the file and done a 'mount -a' too.
Editing fstab and changing ro to rw used to work, I had not done anything else
till date.
Thanks.
dpt |
_________________ In a lunatic asylum, everyone thinks that he is the doctor.
|
|
|
|
 |
piper
|
|
Post subject: RE: Unable to write to NTFS partition
Posted: 08.11.2010, 23:58
|
|
Moderator

Joined: 2010-09-11
Posts: 481
Location: cheektowaga, ny
Status: Offline
|
|
Alot of my workmates swear by ntfs-config
Code:
apt-get install ntfs-config
Today I installed this on 2 boxes (32 bit) to test, works great here, your mileage my vary
*This is not supported nor recommended by aptosid* |
_________________ debian sid | apt-get into it
|
|
|
|
 |
snvv
|
|
Post subject:
Posted: 09.11.2010, 11:23
|
|

Joined: 2010-09-13
Posts: 331
Status: Offline
|
|
I have the same issue.
The only way to write is to mount using:
Code:
mount /dev/sda1 /media/windows -t ntfs-3g -o force
|
|
|
|
|
 |
towo
|
|
Post subject:
Posted: 09.11.2010, 11:42
|
|

Joined: 2010-09-13
Posts: 522
Location: Pößneck / Thüringen
Status: Offline
|
|
If you need force, then the partition was not cleanly removed under win! |
|
|
|
|
 |
snvv
|
|
Post subject:
Posted: 09.11.2010, 15:17
|
|

Joined: 2010-09-13
Posts: 331
Status: Offline
|
|
Probably... Never you can be sure what's going on there
But I don't think this is the problem.
Any way this is not problem for me since I go in windows once per year. |
|
|
|
|
 |
ConvBSD
|
|
Post subject:
Posted: 09.11.2010, 15:50
|
|

Joined: 2010-09-16
Posts: 30
Status: Offline
|
|
Hi,
Works to mount partition from console without using --force ? |
|
|
|
|
 |
dpt
|
|
Post subject:
Posted: 09.11.2010, 18:21
|
|

Joined: 2010-09-11
Posts: 281
Location: New Delhi
Status: Offline
|
|
@towo
Working after reboot. You said it will work, and it works.
Thanks. |
_________________ In a lunatic asylum, everyone thinks that he is the doctor.
|
|
|
|
 |
snvv
|
|
Post subject:
Posted: 09.11.2010, 21:30
|
|

Joined: 2010-09-13
Posts: 331
Status: Offline
|
|
After a rebbot it works here too. |
|
|
|
|
 |
|