Doug Sampson wrote:
> firewall# mount &dev/hda1 /mnt
> /dev/root on / type tmpfs (rw)
> /proc on /proc type proc (rw)
> tmpfs on /tmp type tmpfs (rw)
> tmpfs on /var/log type tmpfs (rw)
> -sh: dev/hda1: Permission denied
> [1] + Done                       mount
> firewall# 
> 
> Permission denied???
well, due to the typo (& instead of /) you executed "mount" in 
background, and then tried to execute "dev/hda1 /mnt"
That will most likely not work  :-)

Try again with
mount /dev/hda1 /mnt

Martin



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------------------
leaf-user mailing list: [email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to