Advertisement
Guest User

Untitled

a guest
Apr 24th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 128.0 GB, 128035676160 bytes
  4. 255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
  5. Units = sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x3e9bf92c
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
  12. /dev/sda2 206848 250066943 124930048 7 HPFS/NTFS/exFAT
  13.  
  14. Disk /dev/sdb: 31.0 GB, 31037849600 bytes
  15. 255 heads, 63 sectors/track, 3773 cylinders, total 60620800 sectors
  16. Units = sectors of 1 * 512 = 512 bytes
  17. Sector size (logical/physical): 512 bytes / 512 bytes
  18. I/O size (minimum/optimal): 512 bytes / 512 bytes
  19. Disk identifier: 0x00000000
  20.  
  21. Device Boot Start End Blocks Id System
  22. /dev/sdb1 * 128 60620799 30310336 c W95 FAT32 (LBA)
  23. ubuntu@ubuntu:~$ sudo lsb_release -a
  24. No LSB modules are available.
  25. Distributor ID: Ubuntu
  26. Description: Ubuntu 11.10
  27. Release: 11.10
  28. Codename: oneiric
  29. ubuntu@ubuntu:~$ sudo umame -a
  30. sudo: umame: command not found
  31. ubuntu@ubuntu:~$ sudo uname -a
  32. Linux ubuntu 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement