allora secondo quanto trovato su internet il filesystem NTFS lo supporta in sola lettura e a me va benissimo cosi, poi sono riuscito a farglielo vedere eseguendo il comando /etc/init.d/usbarbitrator stop e poi disconnettendo e riconnettendo il device infatti se digito il comando fdisk -l ottengo:
Disk /dev/disks/mpx.vmhba38:C0:T0:L0: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/disks/mpx.vmhba38:C0:T0:L0p1 1 121602 976759808 7 HPFS/NTFS
è l'unico disk da 1 TB quindi è sicuramente lui..
non capisco però come faccio a montarlo in un punto di mount, io ho provato cosi
# mkdir mnt
# cd mnt
/mnt # mkdir usbstorage
cd ..
#
poi
# mount /dev/disks/mpx.vmhba3 premo tab e ottengo
# mount /dev/disks/mpx.vmhba38\:C0\:T0\:L0
oppure
# mount /dev/disks/mpx.vmhba38\:C0\:T0\:L0\:1
continuando il comando
# mount /dev/disks/mpx.vmhba38\:C0\:T0\:L0 /mnt/usbstorage
oppure
# mount /dev/disks/mpx.vmhba38\:C0\:T0\:L0\:1 /mnt/usbstorage
# mount /dev/disks/mpx.vmhba38\:C0\:T0\:L0 /mnt/usbstorage/
mount: mounting /dev/disks/mpx.vmhba38:C0:T0:L0 on /mnt/usbstorage/ failed: No such file or directory
#
con la seconda opzione lo stesso risultato con la variazione corrispondente.
Praticamente è come se non tenesse conto del punto di mount che gli ho creato, come se non esistesse ...
Da cosa potrebbe dipendere?