Advertisement
Guest User

Untitled

a guest
Aug 15th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. bitbyte@usbc01:/$ echo $PATH
  2. /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
  3. bitbyte@usbc01:/$ which mkfs.ntfs
  4. bitbyte@usbc01:/$ mkfs.ntfs --help
  5. The program 'mkfs.ntfs' is currently not installed. You can install it by typing:
  6. sudo apt-get install ntfs-3g
  7. bitbyte@usbc01:/$ sudo apt-get instsall ntfs-3g
  8. E: Invalid operation instsall
  9. bitbyte@usbc01:/$ sudo apt-get install ntfs-3g
  10. Reading package lists... Done
  11. Building dependency tree
  12. Reading state information... Done
  13. ntfs-3g is already the newest version.
  14. The following packages were automatically installed and are no longer required:
  15. linux-headers-3.8.0-19 linux-headers-3.8.0-19-generic linux-headers-3.8.0-23 linux-headers-3.8.0-23-generic
  16. linux-image-3.8.0-19-generic linux-image-3.8.0-23-generic linux-image-extra-3.8.0-19-generic
  17. linux-image-extra-3.8.0-23-generic
  18. Use 'apt-get autoremove' to remove them.
  19. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  20. bitbyte@usbc01:/$ sudo which mkfs.ntfs
  21. bitbyte@usbc01:/$ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
  22. bitbyte@usbc01:/$ sudo which mkfs.ntfs
  23. bitbyte@usbc01:/$ which mkfs.ntfs
  24. bitbyte@usbc01:/$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement