Voila tout ce que jai rentrem je lance a present photorecm qui, vu le volume a etudie, devrait prendre une bonne journee jimagine...
ubuntu@ubuntu:~$ sudo cryptsetup luksOpen /dev/sda5 crypt
Enter passphrase for /dev/sda5:
No key available with this passphrase.
Enter passphrase for /dev/sda5:
ubuntu@ubuntu:~$ sudo add-apt-repository universe
'universe' distribution component enabled for all sources.
ubuntu@ubuntu:~$ sudo apt-get install lvm2
Reading package lists... Done
Building dependency tree
Reading state information... Done
lvm2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ubuntu@ubuntu:~$ sudo apt-get install testdisk
Reading package lists... Done
Building dependency tree
Reading state information... Done
ubuntu@ubuntu:~$ sudo umount /dev/sdc*
umount: /dev/sdc: not mounted
umount: /dev/sdc1: not mounted
ubuntu@ubuntu:~$ sudo fdisk /dev/sdc
Welcome to fdisk (util-linux 2.26.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): o
Created a new DOS disklabel with disk identifier 0x4f559e6d.
Command (m for help): n
Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p):
Using default response p.
Partition number (1-4, default 1): 1
First sector (2048-976773167, default 2048):
Last sector, +sectors or +size{K,M,G,T,P} (2048-976773167, default 976773167):
Created a new partition 1 of type 'Linux' and of size 465.8 GiB.
Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
ubuntu@ubuntu:~$ sudo mfks.ext4 /dev/sdc1
sudo: mfks.ext4: command not found
ubuntu@ubuntu:~$ sudo mkfs.ext4 /dev/sdc1
mke2fs 1.42.12 (29-Aug-2014)
Creating filesystem with 122096390 4k blocks and 30531584 inodes
Filesystem UUID: 04d39d61-f0a4-41d0-83ec-068f2981fe7d
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000
Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done