Advertisement
Guest User

jimmy51

a guest
Jun 17th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.28 KB | None | 0 0
  1. ubuntu@ubuntu:/$ mkfs.ntfs
  2. The program 'mkfs.ntfs' is currently not installed. You can install it by typing:
  3. sudo apt-get install ntfs-3g
  4.  
  5. ubuntu@ubuntu:/$ sudo apt-get install ntfs-3g
  6. Reading package lists... Done
  7. Building dependency tree      
  8. Reading state information... Done
  9. ntfs-3g is already the newest version.
  10. 0 upgraded, 0 newly installed, 0 to remove and 265 not upgraded.
  11.  
  12. ubuntu@ubuntu:/sbin$ ls m* -lh
  13. -rwxr-xr-x 1 root root  19K Dec  3  2012 mii-tool
  14. -rwxr-xr-x 1 root root  27K Feb 18 13:51 mkdosfs
  15. -rwxr-xr-x 1 root root  88K Jan  2 11:26 mke2fs
  16. -rwxr-xr-x 1 root root  11K Feb  4 20:49 mkfs
  17. -rwxr-xr-x 1 root root  19K Feb  4 20:49 mkfs.bfs
  18. -rwxr-xr-x 1 root root 160K Feb 11 13:42 mkfs.btrfs
  19. -rwxr-xr-x 1 root root  31K Feb  4 20:49 mkfs.cramfs
  20. lrwxrwxrwx 1 root root    6 Jun  7 21:51 mkfs.ext2 -> mke2fs
  21. lrwxrwxrwx 1 root root    6 Jun  7 21:51 mkfs.ext3 -> mke2fs
  22. lrwxrwxrwx 1 root root    6 Jun  7 21:51 mkfs.ext4 -> mke2fs
  23. lrwxrwxrwx 1 root root    6 Jun  7 21:51 mkfs.ext4dev -> mke2fs
  24. -rwxr-xr-x 2 root root  55K Apr  2 08:14 mkfs.jfs
  25. -rwxr-xr-x 1 root root  27K Feb  4 20:49 mkfs.minix
  26. lrwxrwxrwx 1 root root    7 Jun  7 21:51 mkfs.msdos -> mkdosfs
  27. lrwxrwxrwx 1 root root   16 Jun  7 21:51 mkfs.ntfs -> /usr/sbin/mkntfs
  28. -rwxr-xr-x 2 root root 160K Oct  8  2012 mkfs.reiserfs
  29. lrwxrwxrwx 1 root root    7 Jun  7 21:51 mkfs.vfat -> mkdosfs
  30. -rwxr-xr-x 1 root root 264K Dec 13  2012 mkfs.xfs
  31. -rwxr-xr-x 1 root root  19K Mar 12 03:42 mkhomedir_helper
  32. -rwxr-xr-x 1 root root  79K Feb 25 13:52 mkntfs
  33. -rwxr-xr-x 2 root root 160K Oct  8  2012 mkreiserfs
  34. -rwxr-xr-x 1 root root  23K Feb  4 20:49 mkswap
  35. -rwxr-xr-x 1 root root  31K Mar 13 13:21 mntctl
  36. lrwxrwxrwx 1 root root    9 Jun  7 21:51 modinfo -> /bin/kmod
  37. lrwxrwxrwx 1 root root    9 Jun  7 21:51 modprobe -> /bin/kmod
  38. -rwxr-xr-x 1 root root 103K Mar 13 13:21 mountall
  39. -rwsr-xr-x 1 root root  36K Apr  2 06:20 mount.cifs
  40. -rwxr-xr-x 1 root root  26K Feb 20 16:04 mount.ecryptfs
  41. -rwsr-xr-x 1 root root  19K Feb 20 16:04 mount.ecryptfs_private
  42. -rwxr-xr-x 1 root root  10K Mar 21 10:49 mount.fuse
  43. lrwxrwxrwx 1 root root   15 Jun  7 21:51 mount.lowntfs-3g -> /bin/lowntfs-3g
  44. lrwxrwxrwx 1 root root   13 Jun  7 21:51 mount.ntfs -> mount.ntfs-3g
  45. lrwxrwxrwx 1 root root   12 Jun  7 21:51 mount.ntfs-3g -> /bin/ntfs-3g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement