Problema:
Necesitamos montar un disco duro usb con formato fat32 y disklabel dos
Disk /dev/sdd: 6001.2 GB, 6001175126016 bytes, 1465130646 sectors Units = sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 268431360 bytes Disk label type: dos Identificador del disco: 0x00000000
Solución:
Usamos el comando mount con la opción de VFAT, bastante fácil y rápido
[root@test01 tmp]# mount -t vfat /dev/sdd /tmp/disk-lacie01/ [root@test01 tmp]# df -h S.ficheros Tamaño Usados Disp Uso% Montado en /dev/mapper/rhel-root 50G 17G 34G 34% / devtmpfs 95G 0 95G 0% /dev tmpfs 95G 8,0K 95G 1% /dev/shm tmpfs 95G 170M 94G 1% /run tmpfs 95G 0 95G 0% /sys/fs/cgroup /dev/sdc2 1014M 185M 830M 19% /boot /dev/sdc1 200M 9,8M 191M 5% /boot/efi /dev/sdd 5,5T 256K 5,5T 1% /tmp/disk-lacie01/