Re: Mount options for external drive



Andy Campbell wrote:

So it all working, except I was looking for ways for
setting 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



Relevant Pages

  • [opensuse] share samba and pam_mount
    ... This server is a member of AD. ... Users' local configuration file (if there is none, ... Individual users may define additional volumes to mount if allowed by ... You can specify either absolute paths, or relative ones, in which case ...
    (SuSE)
  • Re: Identifying Jobs, Started, TSO address spaces
    ... Mount is a special start task that allows an operator to specify the volume to be placed on a specific tape or DASD drive. ... For IBM-MAIN subscribe / signoff / archive access instructions, ...
    (bit.listserv.ibm-main)
  • Re: [2.6 patch] remove smbfs
    ... samba-2.x.x) work only with smbfs on the client side. ... don't make it too easy to mount with insecure lanman (ie due to ... Today the user has to explicitly specify ... There are four common issues with mounting to these very old servers: ...
    (Linux-Kernel)
  • Re: checking whether partition mounted as ext3
    ... running "mount" will tell you how the FS is mounted. ... similar to the fstab entry because the fstab entry tells it how it should ... if you don't specify the root filesystem at boot ...
    (Debian-User)
  • Re: Why cant I mount NFS ?
    ... you'll need to specify it and the other on the same line in /etc/exports. ... "In a mount entry, the first fieldspecify the directory path ... within a server filesystem that can be mounted on by the corresponding ... list all mount points as absolute directory paths separated by ...
    (freebsd-questions)