> So, have you tried something like:
> pen   -fstype=vfat,ntfs-3g        :/dev/sda1
>
> --
> Todd Denniston
> Crane Division, Naval Surface Warfare Center (NSWC Crane)
> Harnessing the Power of Technology for the Warfighter
>

Thanks for your replay.
>From the documentation I have read that the 2nd parameter to the last
parameter are specific mount parameter, so it does not solve the
problem.

For example
pen   -fstype=vfat,gid=102,umask=002        :/dev/sda1

means do

mount -t vfat -o gid=102,umask=002 /dev/sda1 /media/pen


It would be interesting if it was possible specifiy different fstype,
each one with her parameters.

For example:

pen   -fstype=vfat,gid=102                :/dev/sda1
pen   -fstype=ntfs-3g,gid=104           :/dev/sda1

In this example the daemon first will try to mount vfat with gid=102.
Then, if it fails, it retry with ntfs-3g with gid=104.

Thanks for your time

Paolo

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to