Ubuntu Pastebin

Paste from ffff at Mon, 23 Feb 2015 16:55:08 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# /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/sda5 during installation
UUID=0d205484-da97-49f2-a90d-6e091c4ee4ba /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda6 during installation
UUID=ca4fb843-1153-4f22-adfa-42af6c809fa5 /home           ext4    defaults        0       2
# swap was on /dev/sda7 during installation
UUID=bd18d6cf-6995-4280-ab1e-cf4ac95a3e75 none            swap    sw              0       0
UUID=FC74BCAE74BC6D50 /home/Dario/PARTIZIONEDATI  ntfs    silent,umask=0,locale=it_IT.utf8        0       0 
Download as text