Pour etre exact le nom du dossier n'est pas fichiers mais "sousfifre", donc ca donne ca:
cat /etc/fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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/sda1 during installation
UUID=a417bf36-31d6-40c1-ab53-189c0a0b1f1e / ext4 errors=remount-ro 0 1
# /SOUSFIFRE was on /dev/sda7 during installation
UUID=8d358301-2781-4270-91ff-c37ded5a5d00 /SOUSFIFRE ext4 defaults 0 2
# /home was on /dev/sda6 during installation
UUID=f7d53f8f-60f3-41db-9c17-cd38eed54ad3 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=c1609925-a9ea-4cfb-836e-aa7965793d45 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Mount -1:
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
none on /var/lib/ureadahead/debugfs type debugfs (rw)
/dev/sda6 on /home type ext4 (rw)
/dev/sda7 on /SOUSFIFRE type ext4 (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/portablebastien/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=portablebastien)
ls -ld /SOUSFIFRE
drwxrwxrwx 3 root root 4096 2010-01-17 13:36 /SOUSFIFRE
merci d'utiliser les balises code