Ticket #10873: fstab

File fstab, 1.2 KB (added by John <jb2904@…>, 12 years ago)

fstab

Line 
1# /etc/fstab: static file system information.
2#
3# Use 'blkid' to print the universally unique identifier for a
4# device; this may be used with UUID= as a more robust way to name devices
5# that works even if disks are added and removed. See fstab(5).
6#
7# <file system> <mount point>   <type>  <options>       <dump>  <pass>
8proc            /proc           proc    nodev,noexec,nosuid 0       0
9# / was on /dev/sda1 during installation
10UUID=92946bc6-b3c2-46df-9fc6-e0e9905add2f /               ext4    errors=remount-ro 0       1
11UUID=c9db8ac4-d840-4a43-a7c5-e982c537a182 /media/data               ext4    errors=remount-ro 0       1
12# swap was on /dev/sda5 during installation
13UUID=8782a6a4-e691-4451-a78b-461a529706a6 none            swap    sw              0       0
14//10.0.0.75/data /media/old-data   smbfs  auto,credentials=/root/.credentials,uid=1000,umask=000,user   0 0
15//10.0.0.75/data2 /media/old-data2   smbfs  auto,credentials=/root/.credentials,uid=1000,umask=000,user   0 0
16//10.0.0.75/oldmyth /mnt/oldmyth   smbfs  auto,credentials=/root/.credentials,uid=1000,umask=000,user   0 0
17//10.0.0.75/oldmyth2 /mnt/oldmyth2   smbfs  auto,credentials=/root/.credentials,uid=1000,umask=000,user   0 0