DanPacu

Untitled

Aug 7th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. /dev/mmcblk0p1: LABEL_FATBOOT="boot" LABEL="boot" UUID="70A2-8001" TYPE="vfat" PARTUUID="b1f6a58f-01"
  2. /dev/mmcblk0p2: LABEL="rootfs" UUID="a1fafd2b-1ef0-4fe8-8ac1-ad33bbb48642" TYPE="ext4" PARTUUID="b1f6a58f-02"
  3. /dev/sda1: LABEL_FATBOOT="boot" LABEL="boot" UUID="70A2-8001" TYPE="vfat" PARTUUID="08ce575e-01"
  4. /dev/sda2: LABEL="rootfs" UUID="a1fafd2b-1ef0-4fe8-8ac1-ad33bbb48642" TYPE="ext4" PARTUUID="08ce575e-02"
  5. /dev/mmcblk0: PTUUID="b1f6a58f" PTTYPE="dos"
  6.  
  7. GNU nano 3.2 /etc/fstab
  8.  
  9. proc /proc proc defaults 0 0
  10. PARTUUID=08ce575e-01 /boot vfat defaults 0 2
  11. PARTUUID=08ce575e-02 / ext4 defaults,noatime 0 1
  12. # a swapfile is not a swap partition, no line here
  13.  
Advertisement
Add Comment
Please, Sign In to add comment