Ubuntu Pastebin

Paste from carl at Wed, 1 Jun 2016 00:21:03 +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
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 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
Disklabel type: dos
Disk identifier: 0xc49d1f96

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1            2048 968382463 968380416 461.8G 83 Linux
/dev/sda2       968384510 976764927   8380418     4G  5 Extended
/dev/sda5       968384512 976764927   8380416     4G 82 Linux swap / Solaris


Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 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
Disklabel type: dos
Disk identifier: 0xc49d1f96

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1            2048 968382463 968380416 461.8G 83 Linux
/dev/sdb2       968384510 976764927   8380418     4G  5 Extended
/dev/sdb5       968384512 976764927   8380416     4G 82 Linux swap / Solaris


Disk /dev/md126: 465.8 GiB, 500104691712 bytes, 976766976 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
Disklabel type: dos
Disk identifier: 0xc49d1f96

Device       Boot     Start       End   Sectors   Size Id Type
/dev/md126p1           2048 968382463 968380416 461.8G 83 Linux
/dev/md126p2      968384510 976764927   8380418     4G  5 Extended
/dev/md126p5      968384512 976764927   8380416     4G 82 Linux swap / Solaris
~ # mount 
rootfs on / type rootfs (rw)
none on /run type tmpfs (rw,nosuid,relatime,size=404492k,mode=755)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=2002416k,nr_inodes=500604,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
/dev/md126p1 on /mnt type ext4 (rw,relatime,data=ordered)
Download as text