Advertisement
Guest User

Untitled

a guest
Jan 28th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. sudo fdisk -l
  2.  
  3. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  4. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0x00003d57
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 2048 1951447039 975722496 83 Linux
  12. /dev/sda2 1951449086 1953523711 1037313 5 Extended
  13. /dev/sda5 1951449088 1953523711 1037312 82 Linux swap / Solaris
  14.  
  15. Disk /dev/sdb: 500.1 GB, 500106780160 bytes
  16. 255 heads, 63 sectors/track, 60801 cylinders, total 976771055 sectors
  17. Units = sectors of 1 * 512 = 512 bytes
  18. Sector size (logical/physical): 512 bytes / 512 bytes
  19. I/O size (minimum/optimal): 512 bytes / 512 bytes
  20. Disk identifier: 0x0003ae4f
  21.  
  22. Device Boot Start End Blocks Id System
  23. /dev/sdb1 * 2048 972808191 486403072 83 Linux
  24. /dev/sdb2 972810238 976769023 1979393 5 Extended
  25. /dev/sdb5 972810240 976769023 1979392 82 Linux swap / Solaris
  26. robert@robert-desktop:/mnt$ sudo mount
  27. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  28. proc on /proc type proc (rw,noexec,nosuid,nodev)
  29. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  30. none on /sys/fs/cgroup type tmpfs (rw)
  31. none on /sys/fs/fuse/connections type fusectl (rw)
  32. none on /sys/kernel/debug type debugfs (rw)
  33. none on /sys/kernel/security type securityfs (rw)
  34. udev on /dev type devtmpfs (rw,mode=0755)
  35. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  36. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  37. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  38. none on /run/shm type tmpfs (rw,nosuid,nodev)
  39. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  40. /home/robert/Downloads on /export/downloads type none (rw,bind)
  41. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  42. rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
  43. nfsd on /proc/fs/nfsd type nfsd (rw)
  44. gvfsd-fuse on /run/user/robert/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=robert)
  45. robert@robert-desktop:/mnt$ clear
  46.  
  47. robert@robert-desktop:/mnt$ sudo mount
  48. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  49. proc on /proc type proc (rw,noexec,nosuid,nodev)
  50. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  51. none on /sys/fs/cgroup type tmpfs (rw)
  52. none on /sys/fs/fuse/connections type fusectl (rw)
  53. none on /sys/kernel/debug type debugfs (rw)
  54. none on /sys/kernel/security type securityfs (rw)
  55. udev on /dev type devtmpfs (rw,mode=0755)
  56. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  57. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  58. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  59. none on /run/shm type tmpfs (rw,nosuid,nodev)
  60. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  61. /home/robert/Downloads on /export/downloads type none (rw,bind)
  62. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  63. rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
  64. nfsd on /proc/fs/nfsd type nfsd (rw)
  65. gvfsd-fuse on /run/user/robert/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=robert)
  66. robert@robert-desktop:/mnt$ cd /etc/fstab.d/
  67. robert@robert-desktop:/etc/fstab.d$ ls
  68. robert@robert-desktop:/etc/fstab.d$ cd ..
  69. robert@robert-desktop:/etc$ cat fstab
  70. # /etc/fstab: static file system information.
  71. #
  72. # Use 'blkid' to print the universally unique identifier for a
  73. # device; this may be used with UUID= as a more robust way to name devices
  74. # that works even if disks are added and removed. See fstab(5).
  75. #
  76. # <file system> <mount point> <type> <options> <dump> <pass>
  77. # / was on /dev/sdb1 during installation
  78. UUID=9dea7ccb-4772-460d-bae6-2632cf7200b9 / ext4 errors=remount-ro 0 1
  79. # swap was on /dev/sdb5 during installation
  80. UUID=89cffb55-481d-4737-af59-9d1077244cc6 none swap sw 0 0
  81.  
  82. /home/robert/Downloads /export/downloads none bind 0 0
  83. robert@robert-desktop:/etc$ cat /etc/mt
  84. mtab mtab.fuselock mtools.conf
  85. robert@robert-desktop:/etc$ cat /etc/mt
  86. mtab mtab.fuselock mtools.conf
  87. robert@robert-desktop:/etc$ cat /etc/mtab
  88. /dev/sda1 / ext4 rw,errors=remount-ro 0 0
  89. proc /proc proc rw,noexec,nosuid,nodev 0 0
  90. sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
  91. none /sys/fs/cgroup tmpfs rw 0 0
  92. none /sys/fs/fuse/connections fusectl rw 0 0
  93. none /sys/kernel/debug debugfs rw 0 0
  94. none /sys/kernel/security securityfs rw 0 0
  95. udev /dev devtmpfs rw,mode=0755 0 0
  96. devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=0620 0 0
  97. tmpfs /run tmpfs rw,noexec,nosuid,size=10%,mode=0755 0 0
  98. none /run/lock tmpfs rw,noexec,nosuid,nodev,size=5242880 0 0
  99. none /run/shm tmpfs rw,nosuid,nodev 0 0
  100. none /run/user tmpfs rw,noexec,nosuid,nodev,size=104857600,mode=0755 0 0
  101. /home/robert/Downloads /export/downloads none rw,bind 0 0
  102. binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
  103. rpc_pipefs /run/rpc_pipefs rpc_pipefs rw 0 0
  104. nfsd /proc/fs/nfsd nfsd rw 0 0
  105. gvfsd-fuse /run/user/robert/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,user=robert 0 0
  106. robert@robert-desktop:/etc$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement