On Fri, Oct 06, 2000 at 06:56:41PM +0200, Johann Spies wrote:
> How do I mount another partition as home or /usr/local?
> 
> I have tried the following:
> 
> put in fstab
> 
> /dev/hda8     /home/js        ext2    defaults,rw,user  0  1
> 
> and it left me with a ~ directory where I can not run any binary  -
> even if I create it as js.

Maybe your mount defaults to noexec?  Try mounting it with defaults,rw,exec
and see if that works.  (The 'user' option just allows non-root users to
mount and unmount the partition.  Although that may be what you want, I
suspect that it isn't.)  For the home directory, I would suggest also
mounting it as nosuid, and you should probably consider nodev for any
mountpoint that doesn't have /dev under it.

-- 
"Two words: Windows survives." - Craig Mundie, Microsoft senior strategist
"So does syphillis. Good thing we have penicillin." - Matthew Alton
Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P+>+++ L+++>++++ E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI++++ D G e* h+ r++ y+

Reply via email to