Guest User

/etc/fstab

a guest
May 20th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. root@retropie:/home/pi# nano /etc/fstab
  2. GNU nano 2.2.6 File: /etc/fstab
  3.  
  4. proc /proc proc defaults 0 0
  5. /dev/mmcblk0p1 /boot vfat defaults 0 2
  6. /dev/mmcblk0p2 / ext4 defaults,noatime 0 1
  7. # a swapfile is not a swap partition, no line here
  8. # use dphys-swapfile swap[on|off] for that
  9. UUID=8AA8-6C3D /media/romdrive auto,users,rw,uid=pi,gid=pi,unmask=000 0 0
Advertisement
Add Comment
Please, Sign In to add comment