Salut !
Merci de t'intéresser à la question...
Donc voici les informations demandées :
root@devon:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' 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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sdb2 during installation
UUID=99aa431a-8f1d-47bc-be1e-ece049447c06 / ext3 relatime,errors=remount-ro 0 1
# /home was on /dev/sdb5 during installation
UUID=e2ec9082-8a12-416e-8567-be0a3268e96c /home ext3 relatime 0 2
# /root was on /dev/sdb6 during installation
UUID=ee267d71-d88f-4e57-bf67-c512e3b5107a /root ext3 relatime 0 2
# /win was on /dev/sdb1 during installation
UUID=E614856E14854313 /win ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# swap was on /dev/sdb7 during installation
UUID=b7ae4ff6-a05b-4c4f-9327-23ffd029d827 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
root@devon:~# fdisk -l
Disque /dev/sda: 40.0 Go, 40007761920 octets
255 têtes, 63 secteurs/piste, 4864 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0xd277d277
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 1531 12297726 7 HPFS/NTFS
/dev/sda2 1532 3823 18410490 f W95 Etendue (LBA)
/dev/sda3 3824 4535 5719140 b W95 FAT32
/dev/sda4 4536 4864 2642692+ 83 Linux
/dev/sda5 1532 3823 18410458+ 7 HPFS/NTFS
Disque /dev/sdb: 320.0 Go, 320072933376 octets
255 têtes, 63 secteurs/piste, 38913 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0x000da123
Périphérique Amorce Début Fin Blocs Id Système
/dev/sdb1 * 1 7833 62918541 7 HPFS/NTFS
/dev/sdb2 7834 15666 62918572+ 83 Linux
/dev/sdb3 15667 30578 119780640 5 Etendue
/dev/sdb4 30579 38913 66950887+ 7 HPFS/NTFS
/dev/sdb5 15667 19490 30716248+ 83 Linux
/dev/sdb6 19491 20795 10482381 83 Linux
/dev/sdb7 20796 22100 10482381 82 Linux swap / Solaris
/dev/sdb8 22101 30578 68099503+ 7 HPFS/NTFS
root@devon:~# blkid
/dev/sda1: UUID="D0CC4653CC46344E" LABEL="Systeme" TYPE="ntfs"
/dev/sda3: LABEL="Transfert" UUID="6B3E-E7C5" TYPE="vfat"
/dev/sda4: LABEL="Linux" UUID="e5f8cd55-957d-44c9-a5e3-3a25e8c55c08" TYPE="ext2"
/dev/sda5: UUID="A82069FB2069D0BC" LABEL="Applis" TYPE="ntfs"
/dev/sdb1: UUID="E614856E14854313" LABEL="IO-C" TYPE="ntfs"
/dev/sdb2: UUID="99aa431a-8f1d-47bc-be1e-ece049447c06" TYPE="ext3"
/dev/sdb4: UUID="D0DCD320DCD2FFA0" LABEL="Iomega HDD" TYPE="ntfs"
/dev/sdb5: UUID="e2ec9082-8a12-416e-8567-be0a3268e96c" TYPE="ext3" SEC_TYPE="ext2"
/dev/sdb6: UUID="ee267d71-d88f-4e57-bf67-c512e3b5107a" TYPE="ext3" SEC_TYPE="ext2"
/dev/sdb7: TYPE="swap" UUID="b7ae4ff6-a05b-4c4f-9327-23ffd029d827"
/dev/sdb8: UUID="2AEE608922D45CE9" LABEL="IO-Tmp" TYPE="ntfs"