Comment monter HDD exfat
Posté : sam. 19 sept. 2015 08:01
Bonjour,
je n'arrive pas a monter mon disque dur qui est en format exfat et qui contient déjà des données.
J'ai un raspberry 2 avec openmediavault
j'ai fait sudo apt-get install exfat-fuse
ensuite:
sudo fdisk -l
Disk /dev/mmcblk0: 15.9 GB, 15931539456 bytes
4 heads, 16 sectors/track, 486192 cylinders, total 31116288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b5098
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 7028735 3452928 83 Linux
/dev/mmcblk0p3 7028736 31116287 12043776 83 Linux
Disk /dev/sda: 1500.3 GB, 1500299395072 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930272256 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 2 2930272255 1465136127 7 HPFS/NTFS/exFAT
ensuite :
sudo mount -t exfat /dev/sda1 /media/disque1
FUSE exfat 0.9.7
WARN: volume was not unmounted cleanly.
fuse: failed to access mountpoint /media/disque1: No such file or directory
sudo mount -t exfat /dev/sda1 /media/
FUSE exfat 0.9.7
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
Voila, je me trompe surement quelque part ?
Une idée ?
je n'arrive pas a monter mon disque dur qui est en format exfat et qui contient déjà des données.
J'ai un raspberry 2 avec openmediavault
j'ai fait sudo apt-get install exfat-fuse
ensuite:
sudo fdisk -l
Disk /dev/mmcblk0: 15.9 GB, 15931539456 bytes
4 heads, 16 sectors/track, 486192 cylinders, total 31116288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b5098
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 7028735 3452928 83 Linux
/dev/mmcblk0p3 7028736 31116287 12043776 83 Linux
Disk /dev/sda: 1500.3 GB, 1500299395072 bytes
255 heads, 63 sectors/track, 182401 cylinders, total 2930272256 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 2 2930272255 1465136127 7 HPFS/NTFS/exFAT
ensuite :
sudo mount -t exfat /dev/sda1 /media/disque1
FUSE exfat 0.9.7
WARN: volume was not unmounted cleanly.
fuse: failed to access mountpoint /media/disque1: No such file or directory
sudo mount -t exfat /dev/sda1 /media/
FUSE exfat 0.9.7
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
Voila, je me trompe surement quelque part ?
Une idée ?