Ubuntu Pastebin

Paste from PeppeSR at Tue, 17 Feb 2015 09:35:41 +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
peppe@peppe-desktop:~$ sudo fdisk -l
[sudo] password for peppe: 

Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 testine, 63 settori/tracce, 30394 cilindri, totale 488281250 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x000c2ca1

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   488278015   244035584    7  HPFS/NTFS/exFAT

Disk /dev/sdb: 250.0 GB, 250000000000 bytes
255 testine, 63 settori/tracce, 30394 cilindri, totale 488281250 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x000b1876

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048   455251967   227624960   83  Linux
/dev/sdb2       455254014   488280063    16513025    5  Esteso
/dev/sdb5       455254016   488280063    16513024   82  Linux swap / Solaris
peppe@peppe-desktop:~$ sudo mount
/dev/sdb1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=peppe)
peppe@peppe-desktop:~$ 
Download as text