Jorge Almeida <[EMAIL PROTECTED]> writes:

  [ ... ]

> /dev/hda8               /mnt/win        vfat            rw,user,umask=000       0 0

  my personal solution is to use autofs and generate auto.misc for
  /misc with the proper permissions.  the snippet below is from a
  RedHat box at work, but I do the same under Gentoo at home.

$ grep card /etc/auto.misc
lcard  -fstype=auto,user,nosuid :/dev/sda1
card   -fstype=vfat,user,nosuid,quiet,uid=3962,gid=13962,umask=077 :/dev/sda1

  this is generated from around 100 lines of pretty perl and called
  from GiveConsole.

-- 
Terje

--
[EMAIL PROTECTED] mailing list

Reply via email to