[Lvlug]
Re: Using a Linux filesystem (ext2, ext3) on a USB pendrive?
Faber J. Fedor
faber at linuxnj.com
Mon Aug 27 12:16:50 EDT 2007
On 27/08/07 10:16 -0400, Randy Kramer wrote:
> On Friday 24 August 2007 07:15 pm, Randy Kramer wrote:
> (The lines in /etc/fstab:
>
> /dev/sda1 /mnt/cflash_fat16 msdos noatime,noauto,user,owner,rw 0 0
> /dev/sda1 /mnt/pdrive_ext2 ext2 noatime,noauto,user,owner,rw 0 0
> )
Assuming you might want both pendrives to mount at the same moutpoint,
you can do:
/dev/sda1 /mnt/pendrive auto noatime,noauto,user,owner,rw 0 0
> (Speaking more generally, fairly often when I've done (configured) something
> wrong, then correct the configuration, it takes a few tries before the
> correct configuration takes effect.)
>
> Any thoughts?
You're off your meds again? :-)
For various services like Samba, which will autmoagically reread it's
config file every x seconds IIRC, I can see that happening; that's why I
always start/stop the service after changing the config.
But something like mount? I find that a little hard to believe since
mount starts and stops; it's not a conituing process like Samba.
--
Regards,
Faber Fedor
President
Linux New Jersey, Inc.
908-320-0357
800-706-0701
http://www.linuxnj.com
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the Lvlug
mailing list