> Not really a pain if you say edit .bashrc and add (you can just add this
> to /etc/bashrc if you want it to be a system wide user setting).
>
> alias mflop='mount -t msdos /dev/fd0 /mnt/floppy'
> alias uflop='umount /dev/fd0'
>
> then to change to that dir quikly
>
> alias a:='cd /mnt/floppy'
Oh man, don't do this. That's just terrible. It may seem easier, but it
takes just as much effort as adding an /etc/fstab entry like this:
/dev/fd0 /mnt/floppy msdos noauto,user 0 0
Then typing:
# mount /mnt/floppy
and you won't be embarrased by others when you go to another system, and don't
remember how to mount a DOS floppy.
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.