Skip to content

Instantly share code, notes, and snippets.

@ubuntuaddicted
Created December 21, 2014 22:21
Show Gist options
  • Save ubuntuaddicted/0a85a9d2af97766c03a6 to your computer and use it in GitHub Desktop.
Save ubuntuaddicted/0a85a9d2af97766c03a6 to your computer and use it in GitHub Desktop.
Ubu_Gist
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# UUID=45751fd8-592a-48a2-826a-6202f7a35099 LABEL=root /dev/sdc1
UUID=45751fd8-592a-48a2-826a-6202f7a35099 / ext4 noatime,nodiratime,errors=remount-ro 0 1
# UUID=355af123-ea5c-4a9e-979d-becbe2a6c63a LABEL=home /dev/sdc2
UUID=355af123-ea5c-4a9e-979d-becbe2a6c63a /home ext4 noatime,nodiratime,defaults 0 2
UUID=22f1c83a-74ea-4275-957f-3f2d3859afd3 /home/ubu/xubuntu ext4 noatime,nodiratime,defaults 0 2
UUID=13fe7299-1557-4c98-b7ff-16a3183b8281 /opt ext4 defaults 0 2
/opt/swap none swap defaults 0 0
##192.168.0.5:/media/500gb1 /media/500gb1 nfs noauto,users,rsize=32768,wsize=32768,intr,hard,defaults 0 0
192.168.0.5:/media/WDMBWE1TB /media/WDMBWE1TB nfs noauto,users,rsize=32768,wsize=32768,intr,hard,defaults 0 0
192.168.0.5:/media/890gb1 /media/890gb1 nfs noauto,users,rsize=32768,wsize=32768,intr,hard,defaults 0 0
192.168.0.5:/media/2tb /media/2tb nfs noauto,users,rsize=32768,wsize=32768,intr,hard,defaults 0 0
//192.168.0.50/public /mnt/circle cifs noauto,rw,noperm,iocharset=utf8,credentials=/home/ubu/.local/.credentials,uid=1000,gid=1000 0 0
//192.168.0.50/dead /media/dead cifs noauto,rw,noperm,iocharset=utf8,credentials=/home/ubu/.local/.credentials,uid=1000,gid=1000 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment