Disabilita cache file system per dispositivi USB?

10

Quando ho un dispositivo USB come una scheda SD, un'unità USB o un disco rigido esterno, ho sempre bisogno di smontarlo, altrimenti OS X si lamenta che il dispositivo non viene espulso correttamente.

Su Windows, la soluzione è banale: disabilita la cache del file system per le unità USB, in modo che possano essere rimosse immediatamente e in sicurezza.

OS X ha un modo per disabilitare la cache?

    
posta Michael Stum 07.01.2011 - 23:05
fonte

1 risposta

2

On SuperUser Q & A un altro utente ha fatto una domanda simile. La soluzione è un po 'complicata / faticosa:

This should be possible by manually mounting the drive via the terminal. You'll have to eject the drive when you plug it in and then remount it in the terminal using the noasync option.

The best way to go about this would be to run mount in the terminal and take down the device so you know what to remount. Then umount /dev/disk1s1 (where disk1s1 is the device name) then mount -o noasync /dev/disk1s1. This method would also apply to most linux distros.

As you can see, it's easier to just remember to eject.

    
risposta data 23.10.2014 - 01:10
fonte

Leggi altre domande sui tag