Advertisement
raspberrypibeginners

Raspberry PI /etc/fstab

May 13th, 2012
3,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. proc /proc proc defaults 0 0
  2. /dev/mmcblk0p1 /boot vfat defaults 0 0
  3. /dev/mmcblk0p2 / ext4 defaults,noatime,nodiratime 0 0
  4. /var/swapfile none swap sw 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement