Hi All,
I had to shutdown my linux box so I could boot it win95 to use a
cardreader. Since I rebooted users are no longer able to mount
the zip drives. It samba use to mount them when you tried to
open the file  here are is the line from fstab
/dev/hdb4 /mnt/zip vfat user,noauto 00
the lines from smb.conf
[zipdrive]
path = /mnt/zip
writable = yes
preexec = /usr/local/lbin/General/ZipDos
postexec = /usr/local/lbin/General/CloseZip

/usr/local/lbin/General/ZipDos does the following
mount -t vfat /dev/hdb4 /mnt/zip

This worked perfect before I shutdown and rebooted. Did I do
something else to allow users to mont the dos zipdrives that
I forgot?
              Thanks
               Linda Hanigan



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to