daily pastebin goal
46%
SHARE
TWEET

Untitled

a guest Dec 18th, 2010 35 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ mount
  2. /dev/sda2 on / type ext4 (rw,errors=remount-ro,commit=0)
  3. proc on /proc type proc (rw,noexec,nosuid,nodev)
  4. none on /sys type sysfs (rw,noexec,nosuid,nodev)
  5. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  6. none on /sys/kernel/debug type debugfs (rw)
  7. none on /sys/kernel/security type securityfs (rw)
  8. none on /dev type devtmpfs (rw,mode=0755)
  9. none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  10. none on /dev/shm type tmpfs (rw,nosuid,nodev)
  11. none on /var/run type tmpfs (rw,nosuid,mode=0755)
  12. none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  13. /dev/sda4 on /tmp type ext4 (rw,commit=0)
  14. /dev/sda6 on /var type ext4 (rw,commit=0)
  15. /dev/sda1 on /boot type ext4 (rw,commit=0)
  16. /dev/sda7 on /home type ext4 (rw,commit=0)
  17. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  18. gvfs-fuse-daemon on /home/davidjheinrich/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=davidjheinrich)
  19.  
  20.  
  21.  
  22. $ sudo fdisk -l
  23. [sudo] password for davidjheinrich:
  24. omitting empty partition (5)
  25.  
  26. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  27. 255 heads, 63 sectors/track, 121601 cylinders
  28. Units = cylinders of 16065 * 512 = 8225280 bytes
  29. Sector size (logical/physical): 512 bytes / 512 bytes
  30. I/O size (minimum/optimal): 512 bytes / 512 bytes
  31. Disk identifier: 0x0004258c
  32.  
  33.    Device Boot      Start         End      Blocks   Id  System
  34. /dev/sda1   *        1993        2022      240975   83  Linux
  35. /dev/sda2            2023        5912    31246425   83  Linux
  36. /dev/sda3            5913      121601   929271862    5  Extended
  37. /dev/sda4            9803       11047    10000431   83  Linux
  38. /dev/sda5            5913        9802    31246362   82  Linux swap / Solaris
  39. /dev/sda6           11048       12292    10000431   83  Linux
  40. /dev/sda7           12293      121601   878024511   83  Linux
  41.  
  42. Disk /dev/sdb: 4009 MB, 4009754624 bytes
  43. 23 heads, 22 sectors/track, 15477 cylinders
  44. Units = cylinders of 506 * 512 = 259072 bytes
  45. Sector size (logical/physical): 512 bytes / 512 bytes
  46. I/O size (minimum/optimal): 512 bytes / 512 bytes
  47. Disk identifier: 0x9d3285cd
  48.  
  49.    Device Boot      Start         End      Blocks   Id  System
  50. /dev/sdb1              16       15478     3911744    c  W95 FAT32 (LBA)
  51.  
  52.  
  53.  
  54. $ sudo cfdisk /dev/sda
  55.                                             cfdisk (util-linux-ng 2.17.2)
  56.  
  57.                                                  Disk Drive: /dev/sda
  58.                                          Size: 1000204886016 bytes, 1000.2 GB
  59.                                 Heads: 255   Sectors per Track: 63   Cylinders: 121601
  60.  
  61.      Name              Flags            Part Type       FS Type                 [Label]               Size (MB)
  62.  --------------------------------------------------------------------------------------------------------------------
  63.                                                         Unusable                                       16384.76
  64.      sda1              Boot              Primary        Linux ext3                                       246.76
  65.      sda2                                Primary        Linux ext3                                     31996.34
  66.                                          Logical        Free Space                                         0.04      *
  67.      sda5              NC                Logical        Linux swap / Solaris                           31996.31      *
  68.                                          Logical        Free Space                                         0.04      *
  69.      sda4                                Primary        Linux ext3                                     10240.45      *
  70.      sda6                                Logical        Linux ext3                                     10240.48
  71.      sda7                                Logical        Linux ext3                                    899097.14
RAW Paste Data
Top