What do I need to do to allow all users to mount a floppy?
Thanks,
-Tony
Thanks,
-Tony
2. Change the group ownership of /dev/fd0* (or whatever it is on
your system) to ``floppy'' and give rw permissions for the group.
3. If your mount command supports it, add the ``user'' option to an
appropriate line in /etc/fstab. Otherwise configure sudo so users can
mount a floppy.
--
Manfred Bartz
>> What do I need to do to allow all users to mount a floppy?
>1. Add a group ``floppy'' to /etc/group, with the users listed.
>2. Change the group ownership of /dev/fd0* (or whatever it is on
>your system) to ``floppy'' and give rw permissions for the group.
>3. If your mount command supports it, add the ``user'' option to an
>appropriate line in /etc/fstab. Otherwise configure sudo so users can
>mount a floppy.
Peter
--
"A great many people think they are thinking when they are merely
rearranging their prejudices." -- William James
1. User permissions with ext2 mounted floppy
Find out the User ID (command: id) on the machine where you don't have
root rights. Then create an account on your own linux box with exactly
that id.
If you want to keep your user id, change your id in /etc/passwd _and_
change the owner of all your files e.g. via
find /home/username | xargs chown username.group
(do this as root).
good luck!
--
Michael Kress
WWW : http://pandemonium.abyss.saar.de/~kress| from Homburg/Saar, Germany
2. FS: Compaq Proliant Servers.
4. Mount: How can user mount vfat floppy with module?
5. Moving Netscape mail folder to linux
6. User mounting a floppy -- fstab 'user' fails ???
8. How to change mounted floppy permissions?
10. Permissions for mounting CD-ROM & Floppy
11. granting mount permission to users
12. nfs getting permission denied errors while trying to mount the /users directory