NoPaste

$ cat /etc/fstab

von EinSteiGer

SNIPPET_TEXT:
  1. $ cat /etc/fstab
  2. # /etc/fstab: static file system information.
  3. #
  4. # Use 'blkid' to print the universally unique identifier for a
  5. # device; this may be used with UUID= as a more robust way to name devices
  6. # that works even if disks are added and removed. See fstab(5).
  7. #
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9. # / was on /dev/sda1 during installation
  10. UUID=79bfca72-c003-4dbe-a5ff-ab37d290ac19 /               ext4    errors=remount-ro 0       1
  11. # swap was on /dev/sda5 during installation
  12. UUID=e21bdfa0-1ff8-4009-a0b2-efda0f8e55a2 none            swap    sw              0       0
  13. /dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN