I suggest appending the following line to /etc/profile:
alias mflash="mount -t msdos /dev/nftla1 /flash"
Then backup etc.lrp

Here are some of the aliases I use in my /etc/profile.

alias cls="clear"
alias ll="ls -al | more"
alias msl="more /var/log/syslog"
alias tsl="tail /var/log/syslog"

alias mboot="mount -t msdos /dev/fd0u1680 /a"
alias mboot2="mount -t msdos /dev/fd1u1680 /b"
alias mc="mount -t msdos /dev/hda1 /c"

alias uboot="umount /a"
alias uboot2="umount /b"
alias uc="umount /c"



So I can just type mc and uc to mount and unmount
my flash.  Be sure to back up /etc and logout and
log back in.

Regards,
Matthew



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to