Ubuntu Pastebin

Paste from fstab at Wed, 24 Aug 2016 10:20:44 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# /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=ce9b4a3f-39df-438f-9fa1-d556a47bf6d3 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda5 during installation
UUID=5c42691a-5879-4616-b676-40734d5e8903 /home           ext4    defaults        0       2
# swap was on /dev/sda6 during installation
# UUID=9cd0dd02-8ebb-42d2-9a52-288135b67c3b none            swap    sw              0       0
# /dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0

# Windows, disk C, NTFS
UUID=6CC4ADEBC4ADB7AA                     /mnt/C          ntfs    defaults        0       3
# Windows, disk D, NTFS
UUID=750D343FA210ECF1                     /mnt/D          ntfs    defaults        0       4

tmpfs   /var/cache/apt/archives tmpfs   defaults        0       0

tmpfs /tmp tmpfs defaults 0 0
tmpfs /var/tmp tmpfs defaults 0 0
tmpfs /var/lock tmpfs defaults 0 0
tmpfs /var/spool/postfix tmpfs defaults 0 0
Download as text