Re: [newbie] make partition/dir r/w dor all

2003-12-13 Thread Johan
Hi,
Ok, this was given to me by Izak and done yesterday...still working 
after overnight reboot...Thanks to all that responded to my question..
***
 Just chmod /mnt/backup to 1777.  That way it is sticky and writable
 by any one.
 Sticky means anyone can create files, but you cannot delete files
 created by someone else.  Similar to /tmp.
Izak
***
Johan
+++

On Saturday 13 December 2003 01:03, robin wrote:
> cdrack wrote:
> > have you tryed  chmod -Rf 777 /mnt/backup ? (beeng
> > root of course)
>
> Normally msec will change the permissions back.
>
> Sir Robin

-- 
Johan
May this be a good day for learning
Registered Linux User #330034 - still learning


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] make partition/dir r/w dor all

2003-12-12 Thread E. Hines
On Friday 12 December 2003 04:09 pm, Kaj Haulrich wrote:
> On Friday 12 December 2003 23:03, robin wrote:
> > cdrack wrote:
> > > have you tryed  chmod -Rf 777 /mnt/backup ? (beeng
> > > root of course)
> >
> > Normally msec will change the permissions back.
> >
> > Sir Robin
>
> Yes, and on my system (msec=high) it won't even allow the chmod, but
> snarls back at me : operation not permitted (even being root).
>
> Kaj Haulrich.

You can turn off msec.  Go to /usr/sbin and rename the "msec" executable to
"DISABLEmsec".  If you ever want to re-enable msec just rename the executable 
back to the original "msec".  This is fine if you know how to secure your 
system and know what permissions you want on your directories.

I'm no fan of msec.

e




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] make partition/dir r/w dor all

2003-12-12 Thread Kaj Haulrich
On Friday 12 December 2003 23:03, robin wrote:
> cdrack wrote:
> > have you tryed  chmod -Rf 777 /mnt/backup ? (beeng
> > root of course)
>
> Normally msec will change the permissions back.
>
> Sir Robin

Yes, and on my system (msec=high) it won't even allow the chmod, but 
snarls back at me : operation not permitted (even being root).

Kaj Haulrich.
-- 
** Sent from a 100 % Microsoft-free computer **


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] make partition/dir r/w dor all

2003-12-12 Thread robin
cdrack wrote:
have you tryed  chmod -Rf 777 /mnt/backup ? (beeng
root of course) 
Normally msec will change the permissions back.

Sir Robin

--
"Certitude is possible for those who only own one encyclopedia."
- Robert Anton Wilson
Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] make partition/dir r/w dor all

2003-12-12 Thread cdrack

have you tryed  chmod -Rf 777 /mnt/backup ? (beeng
root of course) 

  Cdrack.

--- Jerry Barton <[EMAIL PROTECTED]> wrote:
> On Fri, 12 Dec 2003 09:43:38 +0200
> Johan <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > /dev/hdg8  /mnt/backup ext3
> rw,users,exec,auto,suid   0  0
> > 
> > What else need I put in this line to make it rw
> for all,  Please.
> > I do not like to change to su every time I want to
> write something 
> > there.
> > Looking in the *man mount* it seems I done all -
> maybe missed some?
> > Thanks
> > -- 
> > Johan
> > May this be a good day for learning
> > Registered Linux User #330034 - still learning
> 
> change users to user (no s) 
> 
> -- 
> _||_  Registered linux user #300600 
>  (o_  Registered linux machine # 185855  
>  //\at   
>  V_/_ http://counter.li.org  
> 
> > Want to buy your Pack or Services from
MandrakeSoft?
> 
> Go to http://www.mandrakestore.com
> 


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] make partition/dir r/w dor all

2003-12-12 Thread Jerry Barton
On Fri, 12 Dec 2003 09:43:38 +0200
Johan <[EMAIL PROTECTED]> wrote:

> Hi,
> /dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid   0  0
> 
> What else need I put in this line to make it rw for all,  Please.
> I do not like to change to su every time I want to write something 
> there.
> Looking in the *man mount* it seems I done all - maybe missed some?
> Thanks
> -- 
> Johan
> May this be a good day for learning
> Registered Linux User #330034 - still learning

change users to user (no s) 

-- 
_||_  Registered linux user #300600 
 (o_  Registered linux machine # 185855  
 //\at   
 V_/_ http://counter.li.org  

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] make partition/dir r/w dor all

2003-12-12 Thread Johan
On Friday 12 December 2003 12:04, Kaj Haulrich wrote:
> On Friday 12 December 2003 07:43, Johan wrote:
> > Hi,
> > /dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid 0  0
> >
> > What else need I put in this line to make it rw for all,  Please.
> > I do not like to change to su every time I want to write
> > something there.
> > Looking in the *man mount* it seems I done all - maybe missed
> > some? Thanks
>
> Try this :
> /dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid,umask=0   0  0
>
> Kaj Haulrich.
When umask=0 then...probably only for vfat systems?
[EMAIL PROTECTED] etc]# mount -a
mount: wrong fs type, bad option, bad superblock on /dev/hdg8,
   or too many mounted file systems
**
more info...
fstab..
/dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid 0  0
mount
/dev/ide/host2/bus1/target0/lun0/part8 on /mnt/backup type ext3 
(rw,nodev)  
-- 
Johan
May this be a good day for learning
Registered Linux User #330034 - still learning


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] make partition/dir r/w dor all

2003-12-12 Thread Kaj Haulrich
On Friday 12 December 2003 07:43, Johan wrote:
> Hi,
> /dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid   0  0
>
> What else need I put in this line to make it rw for all,  Please.
> I do not like to change to su every time I want to write
> something there.
> Looking in the *man mount* it seems I done all - maybe missed
> some? Thanks

Try this :
/dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid,umask=0 0  0

Kaj Haulrich.
-- 
** Sent from a 100 % Microsoft-free computer **


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] make partition/dir r/w dor all

2003-12-12 Thread Johan
Hi,
/dev/hdg8  /mnt/backup ext3 rw,users,exec,auto,suid 0  0

What else need I put in this line to make it rw for all,  Please.
I do not like to change to su every time I want to write something 
there.
Looking in the *man mount* it seems I done all - maybe missed some?
Thanks
-- 
Johan
May this be a good day for learning
Registered Linux User #330034 - still learning


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com