Ubuntu Pastebin

Paste from pwp at Wed, 24 Jun 2015 07:45:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
pw@studiopulto-ubuntu-1:~$ cat /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>
# / was on /dev/sda1 during installation
UUID=d87a2b22-f937-42e5-b667-1571e6a5f26c   /                   ext3    errors=remount-ro 0       1
# /home was on /dev/sdb4 during installation
UUID=77e3f353-f9f7-4455-afeb-00b96a2e10fc   /home               ext3    defaults          0       2
# swap was on /dev/sdb1 during installation
UUID=a0bde70a-c93a-43b9-9e27-fd590f45bb2b   none                swap    sw                0       0
# Poging van PW om kantoor terug te mounten
UUID=c62fc09c-55f1-4bbe-9f49-05032e693b05   /kantoor            ext3    defaults          0       2
# Poging van PW om multi-media terug te mounten
UUID=0c5da0c1-e423-4d28-982c-699d106c4946   /multi-media        ext3    defaults          0       2
# Als je wilt dat MybookBackup usb-drive altijd gemount is kan je volgende lijn "out-commenten"...
# UUID=592b4d70-3074-4547-82d2-f87f12dc1948  /media/MybookBackup       ext3    defaults          0       2
Download as text