Skip to content

Instantly share code, notes, and snippets.

@nodakai
Created May 13, 2012 13:41
Show Gist options
  • Save nodakai/2688547 to your computer and use it in GitHub Desktop.
Save nodakai/2688547 to your computer and use it in GitHub Desktop.
/etc/fstab of zbox
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' 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/sda6 during installation
LABEL=zboxRoot / ext4 defaults,noatime,errors=remount-ro,discard 0 1
LABEL=zboxSwap none swap sw,discard 0 0
# /boot was on /dev/sda1 during installation
LABEL=zboxBoot /boot ext3 defaults,noatime 0 2
# /home was on /dev/sda7 during installation
LABEL=zboxHome /home ext4 defaults,noatime,discard 0 2
LABEL=Corega_Ntfs /media/esata ntfs noatime,dmask=0000,fmask=0111,nosync,exec
LABEL=Corega_Ext4 /usr/local ext4 defaults,noatime 0 0
LABEL=Corega_Btrfs /mnt/btrfs btrfs defaults,noatime 0 0
LABEL=Corega_Nilfs2 /mnt/nilfs nilfs2 defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,nosuid 0 0
tmpfs /var/cache/apt/archives tmpfs defaults,noatime,nosuid 0 0
tmpfs /var/lib/xapt/archives tmpfs defaults,noatime,nosuid 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment