async IO - mount option
Jonathan Adamczewski
jadamcze at utas.edu.au
Wed Jun 14 18:51:05 CDT 2006
Sturgis, Grant wrote:
> Greetings List,
>
> We are interested in mounting our iSCSI targets async.
>
> I have added to /etc/fstab something like this:
>
> /dev/sde1 /u03 ext3 defaults,noatime,async 1 2
>
> and mount -a, but cat /proc/mount only shows this:
>
>
> /dev/sde1 /u03 ext3 rw,noatime 0 0
>
> Can someone shed some light on this?
>
async is on by default.
As to why it's not listed, I'm not 100% certain. I would guess that
either rw or ro is always explicitly stated and any option that is set
to something other than the default is listed. As async is a default
option (at least, it is according to my mount.8) it is not listed.
j.
More information about the Linux-PowerEdge
mailing list