Vous n'avez pas les permissions nécessaires pour voir le contenu de « dd500 ».
cat /etc/fstab
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/mapper/mhz64-root / ext3 defaults,errors=remount-ro 0 1 /dev/hdb1 /boot ext3 defaults 0 2 /dev/mapper/mhz64-swap_1 none swap sw 0 0 #/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/mapper/mhz64-seag /home ext3 defaults,errors=remount-ro 0 0
mount -o remount,rw /dev/sdb1 dd500
mount -o remount,rw /dev/sdb1 /home/abby/dd500
mount: you must specify the filesystem type
mount -t ntfs-3g -o rw /dev/sdb1 /home/abby/dd500
mhz64:/# mount -t ntfs-3g -o rw /dev/sdb1 /home/abby/dd500 $LogFile indicates unclean shutdown (0, 0) Failed to mount '/dev/sdb1': Opération non supportée Mount is denied because NTFS is marked to be in use. Choose one action: Choice 1: If you have Windows then disconnect the external devices by clicking on the 'Safely Remove Hardware' icon in the Windows taskbar then shutdown Windows cleanly. Choice 2: If you don't have Windows then you can use the 'force' option for your own responsibility. For example type on the command line: mount -t ntfs-3g /dev/sdb1 /home/abby/dd500 -o force Or add the option to the relevant row in the /etc/fstab file: /dev/sdb1 /home/abby/dd500 ntfs-3g force 0 0 mhz64:/# mount -t ntfs-3g /dev/sdb1 /home/abby/dd500 -o force $LogFile indicates unclean shutdown (0, 0) WARNING: Forced mount, reset $LogFile. ntfs-3g-mount: mount failed: Périphérique ou ressource occupé
dr-x------ 1 root root 8192 jun 17 21:03 dd500
chmod 0777 dd500
mhz64:/home/abby# umount dd500 mhz64:/home/abby# chmod 0777 dd500 mhz64:/home/abby# mount -t ntfs-3g /dev/sdb1 /home/abby/dd500 -o force