Ubuntu Pastebin

Paste from paulfra at Wed, 27 Apr 2016 19:56:49 +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
27
simone@simone-X360:~$ df -h 
Filesystem      Size  Used Avail Use% Mounted on
udev            2,0G  4,0K  2,0G   1% /dev
tmpfs           400M  1,3M  399M   1% /run
/dev/sda1        19G  9,8G  7,4G  57% /
none            4,0K     0  4,0K   0% /sys/fs/cgroup
none            5,0M  4,0K  5,0M   1% /run/lock
none            2,0G  468K  2,0G   1% /run/shm
none            100M   64K  100M   1% /run/user
/dev/sdb5       4,9G  3,6G 1012M  79% /home
/dev/sdb3       5,8G  3,2G  2,3G  59% /media/simone/4_16Gb_usb_key1
simone@simone-X360:~$ 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=55d203c3-bc52-49cb-88cb-ce931b72b585 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sdc5 during installation
UUID=430f2900-ab1f-47d1-b4fa-f70121c8f490 /home           ext4    defaults        0       2
# swap was on /dev/sdc1 during installation
UUID=d093d76b-963e-490f-80ff-ca362bbef20a none            swap    sw              0       0
simone@simone-X360:~$ ^C
simone@simone-X360:~$ 
Download as text