Bugzilla – Bug 552567
convert ntfs to ntfs-3g in fstab
Last modified: 2010-07-09 11:24:23 UTC
I updated from 11.1 to 11.2 RC1 (via DVD) and further. now I noticed that my fstab entry /dev/sda4 /windows/vista ntfs noauto does not work anymore, because "ntfs" now is spelled "ntfs-3g" IMHO the update should convert the fstype field when updating...
Simply using mount without a fstype option does not work. The mount command should be able to use ntfs-3g instead of ntfs.
Overall the situation is inconsistent: blkid reports "ntfs" but mount cannot use that fstype.
Also, since we support update via "zypper dup" any conversion cannot be done by YaST but must be done by some appropriate package.
No, we support "zypper dup", but that doesn't mean it has to be feature compatible with yast update. If you need a wiki page with instructions to "polish" the update, it's fine.
The root cause is missing /sbin/mount.ntfs symlink - already fixed in bug#544199. *** This bug has been marked as a duplicate of bug 544199 ***