Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Created April 30, 2015 15:50
Show Gist options
  • Select an option

  • Save RobertCNelson/fa060aafd0def90b427d to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/fa060aafd0def90b427d to your computer and use it in GitHub Desktop.
debian read only root
/etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/mmcblk0p5 during installation
UUID=c5c66761-2ad5-41f3-b69e-c2d1470a04eb / ext2 defaults,noatime,ro,errors=remount-ro 0 1
# /var was on /dev/mmcblk0p6 during installation
UUID=a9c51739-710c-4a0e-aa1b-032e302e20f3 /var ext4 noatime 0 2
# swap was on /dev/mmcblk0p7 during installation
UUID=4b9b3e73-73cf-4aed-923d-ce89f0ac174b none swap sw 0 0
/dev/mmcblk0p1 /boot/uboot auto defaults 0 0
/home /var/local/home none bind 0 0
/srv /var/local/srv none bind 0 0
tmpfs /tmp/ tmpfs size=100M 0 0
#tmpfs /var/ramfs tmpfs size=5M 0 0
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p5 894M 632M 215M 75% /
tmpfs 240M 4.0K 240M 1% /lib/init/rw
udev 238M 208K 238M 1% /dev
tmpfs 240M 4.0K 240M 1% /dev/shm
/dev/mmcblk0p1 * 1 2049 65560 e W95 FAT16 (LBA)
/dev/mmcblk0p2 2080 120992 3805185 5 Extended
/dev/mmcblk0p5 2081 32576 975872 83 Linux
/dev/mmcblk0p6 32609 114144 2609152 83 Linux
/dev/mmcblk0p7 114177 120992 218112 82 Linux swap / Solaris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment