Re: Mount point permissions

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 22 Dec 2001 15:16:24 +0000 (GMT)


> 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/