Ubuntu Pastebin

Paste from wolftune at Mon, 22 Jun 2015 01:40:38 +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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008844f

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048   472012799   236005376   83  Linux
/dev/sda2       472012800   488396799     8192000   82  Linux swap / Solaris

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb2cfd0a5

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1    46905263    23452631+  ee  GPT
df-h: command not found
/dev/sda1: UUID="16500500-eff4-408e-846b-52717c571b4d" TYPE="ext4"
/dev/sda2: UUID="ca9f7c69-96e7-4501-81bc-2b7f7b87e49b" TYPE="swap"
/dev/sdb1: UUID="82174999-4881-4475-8d12-25652dc0db33" TYPE="ext4"
# /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/sdb1 during installation
# UUID=82174999-4881-4475-8d12-25652dc0db33 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda5 during installation
# UUID=81101621-4268-4aa6-a4f5-0a2f14d55dd1 /home           ext4    defaults        0       2
# /opt was on /dev/sda8 during installation
# UUID=1e52d1de-2edc-498c-94b4-1ffd49144bc4 /opt            ext4    defaults        0       2
# /tmp was on /dev/sda7 during installation
# UUID=d7894b1e-8ff5-4d3d-be43-dcbd9efb78aa /tmp            ext4    defaults        0       2
# swap was on /dev/sda9 during installation
# UUID=438d66a9-3409-4433-b18a-92b6d483243b none            swap    sw              0       0
# media drive /dev/sda6
# UUID=84134bed-1d1d-4aba-ac31-07eb139c2ba6 /mediafiles     ext4    defaults        0       2
/dev/sda1       /mount  ext4    errors=remount-ro 0     1
Download as text