Hello, Am Montag, 20. Februar 2006 03:37 schrieb Chad Groneman: > On Sunday 19 February 2006 09:06, Christian Boltz wrote: > > Am Samstag, 18. Februar 2006 19:55 schrieb Chad Groneman: > > [...] > > > 3. My labeled partition seems to get different permissions: > > > > > > [EMAIL PROTECTED]:/media> ll > > > drwxr-xr-x 24 root root 592 2006-01-31 23:42 disk-2 > > > drwsrwsrwt 6 root root 136 2006-02-17 19:03 STORAGE > > > > - Does / of the STORAGE partition have the permissions you get when > > it's mounted inside /media? > > Yes.
Then it should be quite simple: chmod 755 /media/STORAGE/ while it is mounted. > [EMAIL PROTECTED]:~> mount [...] > /dev/hdb1 on /media/disk type ext3 (rw,noexec,nosuid,nodev) > /dev/hdb2 on /media/disk-1 type reiserfs (rw,noexec,nosuid,nodev) > /dev/hdb5 on /media/STORAGE type reiserfs (rw,noexec,nosuid,nodev) > /dev/sda2 on /media/disk-2 type reiserfs (rw,noexec,nosuid,nodev) Looks OK and doesn't differ between the partitions mounted in /media. Regards, Christian Boltz -- Wahrscheinlich habe ich wieder fürchterlichen Code produziert, aber du bist ja mittlerweile schon beinahe mein persönlicher Codestaubsauger. ;-) [Andreas Schott] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
