Ha oui j’ai confondus :s, trop de choses qui veulent rentrer en même temps.
Pour reprendre le sujet voilà ou j’en suis:
-1: J’ai fait un mkfs ext2 -j /dev/sdb
-2: Avec Gparted j’ai crée une nouvelle table de partition ms-dos
-3: J’ai modifié mon /etc/fstab:
[code]# /etc/fstab: static file system information.
Use ‘blkid’ to print the universally unique identifier for a
device; this may be used with UUID= as a more robust way to name devices
that works even if disks are added and removed. See fstab(5).
proc /proc proc defaults 0 0
/ was on /dev/sda1 during installation
UUID=88333155-1fff-41d6-83f4-9726494e7516 / ext3 errors=remount-ro 0 1
swap was on /dev/sda5 during installation
UUID=7698cc37-dba2-417b-859b-f991e686359b none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/sdb /media/HDD etx2 -j default 0 2[/code]
Du coup actuellement je reboot sans erreurs mais dans /media/ je ne trouve pas mon HDD (là je ne me suis pas renseigné j’ai fait au feeling :s)
“fdisk -l” me donne:
[code]Disk /dev/sda: 500.1 GB, 500106780160 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000e326e
Device Boot Start End Blocks Id System
/dev/sda1 * 1 59814 480453632 83 Linux
/dev/sda2 59814 60802 7928833 5 Extended
/dev/sda5 59814 60802 7928832 82 Linux swap / Solaris
Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0006cd31
Device Boot Start End Blocks Id System[/code]
“file -s /dev/sdb” me donne:
voila la commande que j’ai effectué:
Merci grandement du temps que vous m’accordez!