Re: Mount options for external drive
- From: Petrus de Calguarium <kwhiskerz@xxxxxxxxx>
- Date: Tue, 13 Oct 2009 13:31:18 -0600
Andy Campbell wrote:
So it all working, except I was looking for ways forsetting mount options
i.e noatime, nodiratime. Is it possible ?
I had the same problem with a USB drive that plagued me
for a couple of years.
I finally solved the problem for myself a couple of
weeks ago:
/bin/mount -t ext4 -o remount,otheroption,anotheroption
/dev/sdc5 /media/automountpoint
Basically, this unmounts and then remounts the drive
using the default, I believe *plus* the indicated
options (assuming they do not over-ride the defaults, I
guess).
I believe you don't have to specify both the /dev and
/media, but you can. mount is smart enough to figure it
out, as once I had my camera mounted, then un-mounted
it, but the system had still reserved sdc5, so the USB
drive became sdd5, but the command still worked.
Read man mount for more very informative and helpful
information.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
- Follow-Ups:
- Re: Mount options for external drive
- From: Petrus de Calguarium
- Re: Mount options for external drive
- References:
- Mount options for external drive
- From: Andy Campbell
- Mount options for external drive
- Prev by Date: Re: Mount options for external drive
- Next by Date: Re: Mount options for external drive
- Previous by thread: Re: Mount options for external drive
- Next by thread: Re: Mount options for external drive
- Index(es):
Relevant Pages
|