LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Removable Flash Drive Problems (https://www.linuxquestions.org/questions/slackware-14/removable-flash-drive-problems-458639/)

jimX86 06-28-2006 10:58 AM

Post #13 might be the most concise explanation of mounting flash drives that I've seen.

I remember seeing something about mounting flash drives with the noatime option in order to cut down on read/write cycles. Does anyone have any thoughts about whether that's really worthwhile?

jimX86 06-28-2006 12:55 PM

I remembered where I read about noatime...
http://www.linuxjournal.com/article/6867

Using noatime is supposed to extend the life of the flash drive.

cwwilson721 06-28-2006 03:48 PM

Quote:

Originally Posted by jimX86
I remembered where I read about noatime...
http://www.linuxjournal.com/article/6867

Using noatime is supposed to extend the life of the flash drive.

It does that by cutting down on the number of writes to a flash device. Flash memory has a finite number of writes the it can do before it fails (I have no idea of the number. It will just up and quit on you one day. This is a PRIMARY reason you should not run an os from a flash device)

jimX86 06-28-2006 04:52 PM

(I had a senior moment... knew it worked but couldn't remember why until I found the link back.)

The part that I think is nonintuitive is that with FAT there isn't even an atime stamp anyway. Linux knows it's supposed to do something, so it updates the single timestamp whenever it would normally update atime, mtime, or ctime... so the updates are redundant.


All times are GMT -5. The time now is 06:15 AM.