Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news2.arglkargh.de!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: General Schvantzkoph Newsgroups: alt.os.linux.slackware,comp.os.linux.misc Subject: Re: Does journaling wear USBstik ? Date: 4 Apr 2011 15:36:00 GMT Lines: 31 Message-ID: <8vu6r0Fvj7U1@mid.individual.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net xjMDu3PQRWPlwEVmTY2UkQqKsWlwHafKKQ4evenut3SHDyHrk8 Cancel-Lock: sha1:G3dXQRzTzkR40PhpTgqY0aNnMEU= User-Agent: Pan/0.133 (House of Butterflies) Xref: x330-a1.tempe.blueboxinc.net comp.os.linux.misc:600 On Sun, 03 Apr 2011 13:47:03 +0000, no.top.post wrote: > I like this slak-based CD-runner, since it automounts everything. > > And for `mount` it shows:- > ... > /dev/hda12 on /mnt/hda12 type ext2 (rw,noatime) /dev/hda14 on /mnt/hda14 > type ext3 (rw,noatime) /dev/hda16 on /mnt/hda16 type reiserfs > (rw,noatime) ... > /dev/sda on /mnt/sda type vfat > (rw,noatime,quiet,umask=0,check=s,shortname=mixed) > > > Is it true that reiserfs and/or ext3 writes to the disk, on a regular > basis, even if the PC is not 'used' for days? > > And that this would cause significant 'wear' to limited-life > flash-memories? > > But this doesn't apply to vfat? > > And if I eventually get to partition a USBstik to reiserfs and ext3 , > there's a switch to disable the repeated writing? > > This CD doesnt have any s. > > == TIA. EXT2 doesn't do journaling, EXT3 is EXT2 plus journaling, EXT4 is and improved EXT3. If you are running on a FLASH stick it's probably best to use EXT2.