voici la sortie de $cat /etc/fstab
# /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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=5dc174a9-75d7-45fb-aa73-4fbc6af4cf4a / ext4 errors=remount-ro 0 1
# /home was on /dev/sda3 during installation
UUID=c23e7ecf-1853-45ed-9f3f-471a90fa01e7 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=75124428-f6c8-461b-bb5c-d461b536abdf none swap sw 0 0
/dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
# montage du disque sdc sur films
/dev/sdc1 /media/films ext4 defaults 0 0
# montage du disque sdd sur seriesTV1
/dev/sdd1 /media/seriesTV1 ext4 defaults 0 0
# montage du disque sda sur seriesTV2
/dev/sda1 /media/seriesTV2 ext4 defaults 0 0
# montage du disque sde sur documents
/dev/sde1 /media/documents ext4 defaults 0 0
# montage disque dur USB sur /media/test
/dev/sdf1 /media/test ntfs defaults 0 0
celle de $ ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 23 nov. 18:19 309af021-5eb2-49ef-afae-409e1f665b97 -> ../../sda1
lrwxrwxrwx 1 root root 10 23 nov. 23:17 4358994e-eda5-4f86-b750-cecd5962b920 -> ../../sdd1
lrwxrwxrwx 1 root root 10 23 nov. 18:19 5dc174a9-75d7-45fb-aa73-4fbc6af4cf4a -> ../../sdb1
lrwxrwxrwx 1 root root 10 23 nov. 18:19 75124428-f6c8-461b-bb5c-d461b536abdf -> ../../sdb5
lrwxrwxrwx 1 root root 10 23 nov. 18:19 ab2a1c1b-d0b2-431e-9224-d1f09fb711f6 -> ../../sdc1
lrwxrwxrwx 1 root root 10 23 nov. 18:19 c23e7ecf-1853-45ed-9f3f-471a90fa01e7 -> ../../sdb3
celle de $ mount
/dev/sdb1 on / type ext4 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sdb3 on /home type ext4 (rw)
/dev/sdc1 on /media/films type ext4 (rw)
/dev/sda1 on /media/seriesTV2 type ext4 (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
/dev/sdd1 on /media/seriesTV1 type ext4 (rw)
celle de $df -hT
Sys. fich. Type Taille Uti. Disp. Uti% Monté sur
/dev/sdb1 ext4 19G 1,6G 16G 9% /
tmpfs tmpfs 1,9G 0 1,9G 0% /lib/init/rw
udev tmpfs 1,9G 196K 1,9G 1% /dev
tmpfs tmpfs 1,9G 0 1,9G 0% /dev/shm
/dev/sdb3 ext4 898G 830G 23G 98% /home
/dev/sdc1 ext4 1,8T 1,7T 5,6G 100% /media/films
/dev/sda1 ext4 1,8T 1,2T 562G 68% /media/seriesTV2
celle de $fdisk -l
[code]Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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: 0xb9e950a3
Device Boot Start End Blocks Id System
/dev/sda1 1 243201 1953512001 83 Linux
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 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: 0x000f03e9
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 2432 19530752 83 Linux
/dev/sdb2 2432 2554 975873 5 Extended
/dev/sdb3 2554 121602 956253184 83 Linux
/dev/sdb5 2432 2554 975872 82 Linux swap / Solaris
Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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: 0x0008ae15
Device Boot Start End Blocks Id System
/dev/sdc1 1 243202 1953513472 83 Linux
Disk /dev/sdd: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 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: 0xf0330b1c
Device Boot Start End Blocks Id System
/dev/sdd1 1 243201 1953512001 83 Linux
[/code]
Le disque posant problème est le /dev/sdd1 avec le répertoire /media/seriesTV1