fstab (for future reference)

# /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).
#
#
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=7132a62f-0906-4831-bdc3-f8ba0427ca88 / ext3 relatime,errors=remount-ro 0 1
# none was on /dev/sda5 during installation
UUID=c903185e-8b77-49cd-bdcb-f2e8bc4228bd none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda6 /media/storage1 ext3 defaults,errors=remount-ro 0 2
/dev/sdb1 /media/storage2 ext3 defaults,errors=remount-ro 0 2

Comments

Popular posts from this blog

Base64 decode to file

Installing Virtualbox's Guest Additions on Debian and getting shared folders to work