Comment 3 for bug 1148541

Revision history for this message
Sam Rog (samrog131) wrote :

The symlink to the mkntfs is wrong.

At here:

:~$ locate mkfs.ntfs
/sbin/mkfs.ntfs
/usr/share/man/man8/mkfs.ntfs.8.gz

:~$ ls -l /sbin/mkfs.ntfs
lrwxrwxrwx 1 root root 16 Feb 25 15:52 /sbin/mkfs.ntfs -> /usr/sbin/mkntfs

:~$ ls -l /usr/sbin/mkntfs
ls: cannot access /usr/sbin/mkntfs: No such file or directory

:~$ locate mkntfs
/sbin/mkntfs
/usr/share/man/man8/mkntfs.8.gz

If I replace the old link with the /sbin/mkfs.ntfs -> /sbin/mkntfs then the ntfs is working.