daily pastebin goal
43%
SHARE
TWEET

Untitled

thufir Feb 2nd, 2015 217 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. thufir@doge:~$
  2. thufir@doge:~$ sudo parted -l
  3. Model: ATA ST500DM002-1BD14 (scsi)
  4. Disk /dev/sda: 500GB
  5. Sector size (logical/physical): 512B/4096B
  6. Partition Table: msdos
  7. Disk Flags:
  8.  
  9. Number  Start   End    Size    Type     File system     Flags
  10.  1      1049kB  105GB  105GB   primary  ext4            boot
  11.  2      105GB   498GB  393GB   primary  ext4
  12.  3      498GB   500GB  2348MB  primary  linux-swap(v1)
  13.  
  14.  
  15. thufir@doge:~$
  16. thufir@doge:~$ sudo fdisk -l
  17.  
  18. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  19. Units: sectors of 1 * 512 = 512 bytes
  20. Sector size (logical/physical): 512 bytes / 4096 bytes
  21. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  22. Disklabel type: dos
  23. Disk identifier: 0x1f3b4b3e
  24.  
  25. Device     Boot     Start       End   Sectors   Size Id Type
  26. /dev/sda1  *         2048 204802047 204800000  97.7G 83 Linux
  27. /dev/sda2       204802048 972187647 767385600 365.9G 83 Linux
  28. /dev/sda3       972187648 976773119   4585472   2.2G 82 Linux swap / Solaris
  29.  
  30. thufir@doge:~$
  31. thufir@doge:~$ mount
  32. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  33. proc on /proc type proc (rw,nodev,noexec,nosuid)
  34. sysfs on /sys type sysfs (rw,nodev,noexec,nosuid)
  35. none on /sys/fs/cgroup type tmpfs (rw,uid=0,gid=0,mode=0755,size=1024)
  36. none on /sys/fs/fuse/connections type fusectl (rw)
  37. none on /sys/kernel/debug type debugfs (rw)
  38. none on /sys/kernel/security type securityfs (rw)
  39. udev on /dev type devtmpfs (rw,mode=0755)
  40. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  41. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  42. none on /run/lock type tmpfs (rw,nodev,noexec,nosuid,size=5242880)
  43. none on /run/shm type tmpfs (rw,nosuid,nodev)
  44. none on /run/user type tmpfs (rw,nodev,noexec,nosuid,size=104857600,mode=0755)
  45. none on /sys/fs/pstore type pstore (rw)
  46. systemd on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,noexec,nodev,none,name=systemd)
  47. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=thufir)
  48. thufir@doge:~$
RAW Paste Data
Top