Ubuntu Pastebin

Paste from Output at Mon, 19 Sep 2016 13:58:37 +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
sudo blkid
/dev/sda1: LABEL="System Reserved" UUID="4CC246A7C24694DC" TYPE="ntfs" PARTUUID="6ed5c2c6-01"
/dev/sda10: UUID="7a76a968-58aa-45a1-93bb-2d3662260cf0" TYPE="ext4" PTTYPE="dos" PARTUUID="6ed5c2c6-0a"
/dev/sda2: LABEL="TBD" UUID="38233710161ED564" TYPE="ntfs" PARTUUID="6ed5c2c6-02"
/dev/sda5: LABEL="Work" UUID="F806FA6D06FA2BEE" TYPE="ntfs" PARTUUID="6ed5c2c6-05"
/dev/sda6: LABEL="Softwares n Drivers" UUID="01CEF4B8AF3E5260" TYPE="ntfs" PARTUUID="6ed5c2c6-06"
/dev/sda7: LABEL="Entertainment" UUID="01D0462930BADB20" TYPE="ntfs" PARTUUID="6ed5c2c6-07"
/dev/sda8: LABEL="Others" UUID="01CEF4B8B5C305E0" TYPE="ntfs" PARTUUID="6ed5c2c6-08"
/dev/sda9: UUID="a2b14063-c903-4a8b-bfb3-87679338a75d" TYPE="swap" PARTUUID="6ed5c2c6-09"

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/sda10 during installation
UUID=7a76a968-58aa-45a1-93bb-2d3662260cf0 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda9 during installation
UUID=a2b14063-c903-4a8b-bfb3-87679338a75d none            swap    sw              0       0
Download as text