View Single Post

   
  #5 (permalink)  
Old 02-19-2008, 09:19 PM
Damjan
 
Posts: n/a
Default Re: disable data caching for USB storage?

>>> Does any of you know a way to disable data caching for /dev/sd*, maybe
>>> some entry in /etc/fstab?
>>>

>> Maybe add sync to /etc/fstab
>> /dev/camera /mnt/camera vfat noauto,user,sync 0 0

>
> according to 'man mount', sync only has effect for ext2, ext3 and
> udf.


From what I've seen it works for vfat too... (the perfomrance hit is very
visible).

--
damjan
Reply With Quote