Re: [expert] Making Mounts accessable to all users

2002-02-24 Thread Nexist Xenda'ths
Hello Dave: /dev/sda4 is owned by root:root. I did try chowning it to root:users, then I chowned the mount points to root:user. so the permissions for the device were lr-xr-xr-x root:users /dev/sda4 and the MOunt point was drwxrwxrwx root:users /mnt/zip after mount -t vfat /dev/sda4

Re: [expert] Making Mounts accessable to all users

2002-02-23 Thread Oscar
El sáb, 23-02-2002 a las 06:40, Nexist Xenda'ths escribió: Hello: I appear to have 'user' specified. that line of my fstab is as follows: /dev/sda4 /mnt/zip auto user,iocharset=iso8859-1,umask=0,exec,codepage=850,noauto 0 0 Should I add user again? Try modifying the line, and

Re: [expert] Making Mounts accessable to all users

2002-02-23 Thread Nexist Xenda'ths
Hello: On Sat, 2002-02-23 at 01:43, Oscar wrote: El sáb, 23-02-2002 a las 06:40, Nexist Xenda'ths escribió: I appear to have 'user' specified. that line of my fstab is as follows: /dev/sda4 /mnt/zip auto user,iocharset=iso8859-1,umask=0,exec,codepage=850,noauto 0 0 Should I

Re: [expert] Making Mounts accessable to all users

2002-02-23 Thread James
No expert here and probably I'm wrong, but taking a look at my own fstab and what I have for the floppy, maybe adding nosuid before exec would help. Acording to the man page nosuidDo not allow set-user-identifier or set- group-identifier bits to take

Re: [expert] Making Mounts accessable to all users

2002-02-23 Thread Nexist Xenda'ths
Hello: No effect. I have noticed that I get the same effect when I mount my floppy. My fstab looks as follows (indented lines are continuations of the preceding line): /dev/hdb6 / ext3 defaults 1 1 /dev/hdb1 /boot ext2 defaults 1 2 none /dev/pts devpts mode=0620 0 0 none /dev/shm tmpfs

[expert] Making Mounts accessable to all users

2002-02-22 Thread Nexist Xenda'ths
Hello: How can I make it so that my mount points are accessable to all users. Currently, I have to 'su' in order to write to a zip disk, which is -- to be honest -- unacceptable. Can anyone help? I need to analyze the AutoFS man page first, but I may be back asking how to set it up (I

Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Brian
Create an entry in /etc/fstab (if you don't already have one) and include the option 'user' (without ' ) included at the end of the entry. On 22 Feb 2002 19:49:30 -0800 Nexist Xenda'ths [EMAIL PROTECTED] wrote: Nexist Hello: Nexist Nexist How can I make it so that my mount points are

Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Nexist Xenda'ths
Hello: I appear to have 'user' specified. that line of my fstab is as follows: /dev/sda4 /mnt/zip auto user,iocharset=iso8859-1,umask=0,exec,codepage=850,noauto 0 0 Should I add user again? Douglas On Fri, 2002-02-22 at 20:09, Brian wrote: Create an entry in /etc/fstab (if you don't

Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Brian
That looks like it should work. How about the /mnt/zip dir, is it accessable to non-root users? (chmod o+rx /mnt/zip) On 22 Feb 2002 21:40:17 -0800 Nexist Xenda'ths [EMAIL PROTECTED] wrote: Nexist Hello: Nexist Nexist I appear to have 'user' specified. Nexist Nexist that line of my fstab is

Re: [expert] Making Mounts accessable to all users

2002-02-22 Thread Nexist Xenda'ths
Hello: Prior to the Mount, /mnt/zip has permissions of dwrxwrxwrx. After I issue a mount -t vfat /dev/sda4 /mnt/zip/ it has permissions of dwrx-rx-rx. Douglas On Fri, 2002-02-22 at 22:07, Brian wrote: That looks like it should work. How about the /mnt/zip dir, is it accessable to non-root