I first noted a few weeks ago I couldn’t mount my NTFS partitions using dolphin. At the time I was having problems with windows, so I thought - naturally, they are marked as dirty, no biggie-
However, I still can’t mount them and I know they are clean. I get the error: “filesystem is neither well know nor in /proc/filesystem nor in /etc/filesystems” which is strange since I can mount just fine in the console using mount -t ntfs-3g.
hi, try installing ntfs-config.
I had a problem where suse wouldnt mount an extended NTFS partition, and with ntfs-config i was able to do it in about 1 minute, and from a nice GUI.
You can also add ntfs to the file /etc/filesystems, here’s what my /etc/filesystems looks like:
ntfs
vfat
hfs
minix
reiserfs
*
For allowing users write access there’s another little trick that’s done in /etc/fstab, the default mount options for ntfs partitions mounted using yast look something like this:
If you find you’re asked for the root password to access your ntfs partitions and want to change this so you are allowed access without the root password when logged in as a normal user, try changing your mount options in fstab for ntfs partitions so that they look like this: