[Bug 1148541] Re: mkfs.ntfs is missing from package

2013-09-28 Thread Rafael Jesus Alcantara Perez
Still present and it also makes partition manager useless when
formatting in NTFS (USB sticks and whatever)...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1148541

Title:
  mkfs.ntfs is missing from package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1148541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1148541] Re: mkfs.ntfs is missing from package

2013-06-29 Thread Михайлов Антон
Faster will be this:
$ sudo ln -sf /sbin/mkntfs /sbin/mkfs.ntfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1148541

Title:
  mkfs.ntfs is missing from package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1148541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1148541] Re: mkfs.ntfs is missing from package

2013-06-07 Thread iamtsb
Remove the current symlink:

~ $ sudo rm -f /sbin/mkfs.ntfs

Then create the correct link as described by Sam:

~ $ sudo ln -s /sbin/mkntfs /sbin/mkfs.ntfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1148541

Title:
  mkfs.ntfs is missing from package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1148541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1148541] Re: mkfs.ntfs is missing from package

2013-03-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ntfs-3g (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1148541

Title:
  mkfs.ntfs is missing from package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1148541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1148541] Re: mkfs.ntfs is missing from package

2013-03-06 Thread Sam Rog
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.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1148541

Title:
  mkfs.ntfs is missing from package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/1148541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs