Ubuntu Pastebin

Paste from nera at Wed, 8 Jul 2015 21:58:40 +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
ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00022117

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   973733887   486865920   83  Linux
/dev/sda2       973735934   976771071     1517569    5  Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5       973735936   976771071     1517568   82  Linux swap / Solaris

Disk /dev/sdb: 31.8 GB, 31788498944 bytes
255 heads, 63 sectors/track, 3864 cylinders, total 62086912 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: 0x00054556

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048    62085119    31041536    b  W95 FAT32
ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
ubuntu@ubuntu:~$ sudo mount --bind /sys /mnt/sys
ubuntu@ubuntu:~$ sudo chroot /mnt
chroot: impossibile eseguire il comando "/bin/bash": Formato eseguibile non valido
Download as text