xubuntu@xubuntu:~$ sudo fdisk -l
Disk /dev/sdb: 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: 0x000d3ed3
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 968423423 484210688 83 Linux
/dev/sdb2 968425470 976771071 4172801 5 Extended
Partition 2 does not start on physical sector boundary.
/dev/sdb5 968425472 976771071 4172800 82 Linux swap / Solaris
Disk /dev/sda: 16.0 GB, 16039018496 bytes
64 heads, 32 sectors/track, 15296 cylinders, total 31326208 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: 0x5673c0b6
Device Boot Start End Blocks Id System
/dev/sda1 * 64 1841151 920544 17 Hidden HPFS/NTFS
xubuntu@xubuntu:~$ sudo -s
root@xubuntu:~# mount -t ext4 /dev/sdb1 /mnt/
root@xubuntu:~# mount --bind /dev /mnt/dev
root@xubuntu:~# mount --bind /dev/pts /mnt/dev/pts
root@xubuntu:~# mount --bind /sys /mnt/sys
root@xubuntu:~# mount -t proc /proc /mnt/proc
root@xubuntu:~# chroot /mnt/
bash: /etc/bash.bashrc: Input/output error
bash: /home/xubuntu/.bashrc: Input/output error
bash-4.3#
(J’ai dû redémarrer. A chaque fois mon disque change de nom)