Advertisement
Guest User

Fdisk / Fstab

a guest
Oct 6th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.71 KB | None | 0 0
  1. ubuntu@ubuntu-Latitude-E6510:~$ sudo fdisk -l
  2. Medium /dev/sda: 232,9 GiB, 250059350016 Bytes, 488397168 Sektoren
  3. Einheiten: sectors von 1 * 512 = 512 Bytes
  4. Sektorengröße (logisch/physisch): 512 Bytes / 512 Bytes
  5. I/O Größe (minimal/optimal): 512 Bytes / 512 Bytes
  6. Typ der Medienbezeichnung: dos
  7. Medienkennung: 0x681f48fd
  8.  
  9. Gerät      Boot     Start      Ende  Sektoren Größe Id Typ
  10. /dev/sda1  *         2048 480290815 480288768  229G 83 Linux
  11. /dev/sda2       480292862 488396799   8103938  3,9G  5 Erweiterte
  12. /dev/sda5       480292864 488396799   8103936  3,9G 82 Linux Swap / Solaris
  13.  
  14.  
  15. Medium /dev/sdb: 1,8 TiB, 2000398931968 Bytes, 3907029164 Sektoren
  16. Einheiten: sectors von 1 * 512 = 512 Bytes
  17. Sektorengröße (logisch/physisch): 512 Bytes / 512 Bytes
  18. I/O Größe (minimal/optimal): 512 Bytes / 512 Bytes
  19. Typ der Medienbezeichnung: dos
  20. Medienkennung: 0x9a0daf6c
  21.  
  22. Gerät      Boot Start       Ende   Sektoren Größe Id Typ
  23. /dev/sdb1        2048 3907026943 3907024896  1,8T  7 HPFS/NTFS/exFAT
  24. ubuntu@ubuntu-Latitude-E6510:~$ sudo cat /etc/fstab
  25. # /etc/fstab: static file system information.
  26. #
  27. # Use 'blkid' to print the universally unique identifier for a
  28. # device; this may be used with UUID= as a more robust way to name devices
  29. # that works even if disks are added and removed. See fstab(5).
  30. #
  31. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  32. # / was on /dev/sda1 during installation
  33. UUID=e78cec0d-8393-4b79-a31f-0d1d9d3bd549 /               ext4    errors=remount-ro 0       1
  34. /dev/sda1  /mnt/Toshiba     ntfs    defaults,auto,ro,nofail,noatime 0 1
  35. # swap was on /dev/sda5 during installation
  36. UUID=ce061b90-e73c-4428-be4b-101ed5b8c6e6 none            swap    sw              0       0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement