To make life easier you can create two alias's to type into the
terminal.
Open up the .bashrc (you will find this in your home folder as a
hidden file.) file in a text editor and in the alias section paste the
following two lines of code:
alias mybook='sudo mount -t vboxsf -o gid=1000,uid=1000,defaults dai1 /
home/dai/Desktop/mybook'
alias ubuntu='sudo mount -t vboxsf -o gid=1000,uid=1000,defaults dai /
home/dai/Desktop/ubuntu'
Then re-start the .bashrc file by typing the following in the
terminal:
. .bashrc
then it is a simple matter of typing the words ubuntu or mybook into
the terminal.
ubuntu and mybook are the names of the folders on my guest desktop.
Remember to change these in the alias file if yours are different to
mine!
I hope this helps
alias mybook='sudo mount -t vboxsf -o gid=1000,uid=1000,defaults
dai1 /
home/dai/Desktop/mybook'
alias ubuntu='sudo mount -t vboxsf -o gid=1000,uid=1000,defaults dai /
home/dai/Desktop/ubuntu'
They won't be
dai /home/dai/Desktop/ubuntu'
--
You received this message because you are subscribed to the Google Groups "ShowMeDo" group.
To post to this group, send email to show...@googlegroups.com.
To unsubscribe from this group, send email to showmedo+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/showmedo?hl=en.
Sorry I am lost, what is that alias for?