I’ve updated to the most current software, but this did not help. I have an external harddrive connected via USB with two NTFS partitions. When I try to mount the partitions under KDE 3.5, then I get the following error message:
mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
I could mount the same harddrive under 10.3 without any problems and a run with chkdsk /f under Windows XP doesn’t show any errors on the harddrive itself. Can anyone can help me there?
Another question: Does 11.0 mount NTFS partitions writable? If not, how do I change the default? AFAIK, NTFS partition write access is stable now, so I’D like to use it.
Believe the text. I wasn’t sure how to add that fact into the title (nor do I seem to be able to edit my post to account for that). Sorry about the confusion.
Another question: Does 11.0 mount NTFS partitions writable? If not, how do I change the default? AFAIK, NTFS partition write access is stable now, so I’D like to use it.
No.
To mount them writable create a place to mount them like /windows/C and /windows/D then use like these in a console:
Thanks! Trying these commands showed that mount complained actually that these partitions were marked as in use. It seems simply shutting down the computer isn’t enough to change that flag once it got set…
In any case, I could solve my problem with the force option which means that in my case the error message is wrong and misleading. Any chance to add that possibility? The same goes to the automatic write-enabling when mounting. If writing is OK for USB sticks why not for external NTFS partitions?
Sorry, misunderstanding. In Suse you cannot automount extenal ntfs partitons read/wriet, just read-only. To get them reda write you have to do two commands like this:
umount /dev/whatever
ntfs-3g /dev/whatever /path_to/mount -o force
or put like that in a script and run it each time you plug drive in. It would be fun to write such a script to simulate such an automount.
And why is writing to NTFS bad? It works, doesn’t it?
It’s great – ntfs is a truly splendid piece of technology – I’m just saying that “writing is ok for external usb sticks” because they don’t use ntfs and so they automount ok.