Ubuntu Pastebin

Paste from term at Fri, 27 Oct 2017 14:17:08 +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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
root@arun:~# sudo mkdosfs -F 32 -I /media/aruns/Debian\ 9.2.1\ amd64\ 1 
mkfs.fat 3.0.26 (2014-03-07)
/media/aruns/Debian 9.2.1 amd64 1: No such file or directory
root@arun:~# sudo -s
root@arun:~# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 298.1G  0 disk 
├─sda1   8:1    0   1.5G  0 part 
├─sda2   8:2    0 177.9G  0 part 
├─sda3   8:3    0     1K  0 part 
├─sda5   8:5    0   3.8G  0 part [SWAP]
├─sda6   8:6    0  30.5G  0 part /
└─sda7   8:7    0  84.4G  0 part /home
sr0     11:0    1  1024M  0 rom  
root@arun:~# fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0xcbb95783

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048     3074047     1536000   27  Hidden NTFS WinRE
/dev/sda2         3074048   376194104   186560028+   7  HPFS/NTFS/exFAT
/dev/sda3       376195070   625141759   124473345    5  Extended
/dev/sda5       376195072   384198653     4001791   82  Linux swap / Solaris
/dev/sda6       384198656   448196607    31998976   83  Linux
/dev/sda7       448198656   625141759    88471552   83  Linux

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


Disk /dev/sdb: 15.5 GB, 15479597056 bytes
99 heads, 41 sectors/track, 7448 cylinders, total 30233588 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: 0x192d6269

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           0     7743263     3871632    0  Empty
/dev/sdb2           21448       22279         416    e  W95 FAT16 (LBA)

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


Disk /dev/sdb1: 3964 MB, 3964551168 bytes
99 heads, 41 sectors/track, 1907 cylinders, total 7743264 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: 0x192d6269

     Device Boot      Start         End      Blocks   Id  System
/dev/sdb1p1   *           0     7743263     3871632    0  Empty
/dev/sdb1p2           21448       22279         416    e  W95 FAT16 (LBA)
root@arun:~# df -Th
Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  1.8G  8.0K  1.8G   1% /dev
tmpfs          tmpfs     369M  1.6M  368M   1% /run
/dev/sda6      ext4       30G   25G  4.2G  86% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     1.9G  166M  1.7G   9% /run/shm
none           tmpfs     100M   48K  100M   1% /run/user
/dev/sda7      ext4       83G   64G   16G  81% /home
/dev/sdb1      iso9660   3.7G  3.7G     0 100% /media/root/Debian 9.2.1 amd64 1
/dev/sdb2      vfat      396K  1.0K  395K   1% /media/root/Debian 9.2.1 amd64 11
root@arun:~# 
Download as text