Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1.  
  2. owner@ubuntu:~$ sudo fdisk -1
  3. [sudo] password for owner:
  4. fdisk: invalid option -- '1'
  5. Usage:
  6. fdisk [options] <disk> change partition table
  7. fdisk [options] -l <disk> list partition table(s)
  8. fdisk -s <partition> give partition size(s) in blocks
  9.  
  10. Options:
  11. -b <size> sector size (512, 1024, 2048 or 4096)
  12. -c[=<mode>] compatible mode: 'dos' or 'nondos' (default)
  13. -h print this help text
  14. -u[=<unit>] display units: 'cylinders' or 'sectors' (default)
  15. -v print program version
  16. -C <number> specify the number of cylinders
  17. -H <number> specify the number of heads
  18. -S <number> specify the number of sectors per track
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement