Advertisement
Guest User

Untitled

a guest
Nov 16th, 2011
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. Disk /dev/sda: 80.0 GB, 80026361856 bytes
  2. 255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
  3. Units = sectors of 1 * 512 = 512 bytes
  4. Sector size (logical/physical): 512 bytes / 512 bytes
  5. I/O size (minimum/optimal): 512 bytes / 512 bytes
  6. Disk identifier: 0x000ca938
  7.  
  8. Device Boot Start End Blocks Id System
  9. /dev/sda1 * 2048 499711 248832 83 Linux
  10. /dev/sda2 501758 156301311 77899777 5 Extended
  11. /dev/sda5 501760 20500479 9999360 83 Linux
  12. /dev/sda6 152301568 156301311 1999872 82 Linux swap / Solaris
  13. /dev/sda7 20502528 152295423 65896448 83 Linux
  14.  
  15. Partition table entries are not in disk order
  16.  
  17. Disk /dev/sdb: 1052 MB, 1052114944 bytes
  18. 10 heads, 41 sectors/track, 5011 cylinders, total 2054912 sectors
  19. Units = sectors of 1 * 512 = 512 bytes
  20. Sector size (logical/physical): 512 bytes / 512 bytes
  21. I/O size (minimum/optimal): 512 bytes / 512 bytes
  22. Disk identifier: 0x00000000
  23.  
  24. Device Boot Start End Blocks Id System
  25. /dev/sdb1 64 2054911 1027424 6 FAT16
  26. # /etc/fstab: static file system information.
  27. #
  28. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  29. # for a device; this may be used with UUID= as a more robust way to name
  30. # devices that works even if disks are added and removed. See fstab(5).
  31. #
  32. # <file system> <mount point> <type> <options> <dump> <pass>
  33. proc /proc proc nodev,noexec,nosuid 0 0
  34. # / was on /dev/sda5 during installation
  35. UUID=435acdf3-c7ad-4fc8-8fdb-237d0f6db27a / ext4 errors=remount-ro 0 1
  36. /dev/sda1 /boot ext2 defaults 0 2
  37. # /home was on /dev/sda7 during installation
  38. UUID=b5dafcf6-5cee-4b61-be67-d81a63966aed /home ext4 defaults 0 2
  39. # swap was on /dev/sda6 during installation
  40. UUID=9052374a-6fa4-427d-9238-d6ffa47f753d none swap sw 0 0
  41. total 8
  42. drwxr-xr-x 2 root root 4096 2011-11-03 20:05 cdrom
  43. drwxr-xr-x 2 root root 4096 2011-11-16 13:08 usb
  44.  
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement