RE: [SLUG] Autofs Woes

2004-11-01 Thread Rowling, Jill
This entry in /etc/fstab does automount (eventually), when kudzu gets a
round tuit:
/dev/fd0 /mnt/floppy autonoauto,user,kudzu 0 0

And the permissions are such that end users can write floppies.

HTH
Jill.

-Original Message-
From: Craige McWhirter [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 2 November 2004 12:26 PM
To: SLUG
Subject: [SLUG] Autofs Woes


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

--
IMPORTANT NOTICES
This email (including any documents referred to in, or attached, to this
email) may contain information that is personal, confidential or the subject
of copyright or other proprietary rights in favour of Aristocrat, its
affiliates or third parties. This email is intended only for the named
addressee. Any privacy, confidence, copyright or other proprietary rights in
favour of Aristocrat, its affiliates or third parties, is not lost because
this email was sent to you by mistake.

If you received this email by mistake you should: (i) not copy, disclose,
distribute or otherwise use it, or its contents, without the consent of
Aristocrat or the owner of the relevant rights; (ii) let us know of the
mistake by reply email or by telephone (+61 2 9413 6300); and (iii) delete
it from your system and destroy all copies.

Any personal information contained in this email must be handled in
accordance with applicable privacy laws.

Electronic and internet communications can be interfered with or affected by
viruses and other defects. As a result, such communications may not be
successfully received or, if received, may cause interference with the
integrity of receiving, processing or related systems (including hardware,
software and data or information on, or using, that hardware or software).
Aristocrat gives no assurances in relation to these matters.

If you have any doubts about the veracity or integrity of any electronic
communication we appear to have sent you, please call +61 2 9413 6300 for
clarification.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Autofs Woes

2004-11-02 Thread Andrew Cowie
On Tue, 2004-02-11 at 12:26 +1100, Craige McWhirter wrote:
> I'm playing with autofs and friends and the problem that I'm
> encountering is that while it always mounts the object I'm after it
> always mounts it as root, even though I specified the "user" option and
> the user has made the access that caused the object to mount.

That's odd.

FWIW, here's a few fstab entries:

/dev/cdrom   /mnt/cdrom  iso9660   noauto,ro,users 0 0
/dev/fd0 /mnt/floppy auto  noauto,rw,users 0 0
/dev/sdc1/mnt/usbkey auto  noauto,rw,users,sync0 0

Only difference I can see from yours is "users" instead of "user" which
shouldn't matter.

As an aside, I had to put the following in /etc/filesystems:

vfat
*

Otherwise msdos was getting set as the filesystem type for floppies and
usbkeys instead of vfat (meaning mangled long filenames)
[because /proc/filesystems shows msdos before vfat - see `man mount`] I
didn't have to do this on another system, so its possible that I have
unnecessary drivers built.

AfC
Sydney

-- 
Andrew Frederick Cowie

OPERATIONAL DYNAMICS
Operations Consultants and Infrastructure Engineers

Australia: +61 2 9977 6866  North America: +1 646 472 5054

http://www.operationaldynamics.com/


signature.asc
Description: This is a digitally signed message part
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html