Advertisement
spandey

Untitled

Nov 21st, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. spandey@spandeypc ~ $ df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/sda1 20G 4.0G 15G 22% /
  4. udev 1.5G 4.0K 1.5G 1% /dev
  5. tmpfs 600M 940K 599M 1% /run
  6. none 5.0M 0 5.0M 0% /run/lock
  7. none 1.5G 76K 1.5G 1% /run/shm
  8. /dev/sda2 60G 1.2G 56G 3% /home
  9. spandey@spandeypc ~ $ sudo fdisk -l
  10. [sudo] password for spandey:
  11.  
  12. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  13. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  14. Units = sectors of 1 * 512 = 512 bytes
  15. Sector size (logical/physical): 512 bytes / 512 bytes
  16. I/O size (minimum/optimal): 512 bytes / 512 bytes
  17. Disk identifier: 0x000213f4
  18.  
  19. Device Boot Start End Blocks Id System
  20. /dev/sda1 * 63 41945714 20972826 83 Linux
  21. /dev/sda2 41947136 167782399 62917632 83 Linux
  22. /dev/sda3 167782860 488392064 160304602+ 5 Extended
  23. /dev/sda5 167782923 209728574 20972826 83 Linux
  24. /dev/sda6 209728638 213921539 2096451 82 Linux swap / Solaris
  25. /dev/sda7 213921603 283595444 34836921 83 Linux
  26. /dev/sda8 283595508 488392064 102398278+ 7 HPFS/NTFS/exFAT
  27. spandey@spandeypc ~ $
  28.  
  29. # /etc/fstab: static file system information.
  30. #
  31. # Use 'blkid' to print the universally unique identifier for a
  32. # device; this may be used with UUID= as a more robust way to name devices
  33. # that works even if disks are added and removed. See fstab(5).
  34. #
  35. # <file system> <mount point> <type> <options> <dump> <pass>
  36. proc /proc proc nodev,noexec,nosuid 0 0
  37. # / was on /dev/sda1 during installation
  38. UUID=fe1657f8-8579-4c98-85f2-df177920a273 / ext4 errors=remount-ro 0 1
  39. # /home was on /dev/sda2 during installation
  40. UUID=69b3efc0-1dc8-4466-b6bf-fda2371cc4c3 /home ext4 defaults 0 2
  41. /dev/sda6 none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement