Re: Mount point permissions

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sat Dec 22 2001 - 10:16:24 EST


> dwarf:~# ls -ld /tmp
> drwxrwxrwt 8 root root 336 Dez 22 14:55 /tmp
> dwarf:~# mount /dev/RAID0VOL/TEMP /tmp
> dwarf:~# ls -ld /tmp
> drwxr-xr-x 2 root root 48 Dez 22 14:45 /tmp
>
> Shouldn't mount preserve original mountpoint permissions ?

It does. If you umount it you will get them back. mount replaced "/tmp"
with the root inode of your new volume, hence the change. Fix the root
inode of the new fs and all will be happy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Dec 23 2001 - 21:00:27 EST