How to mount a particular directory from a device
Hi
I put this line in my /etc/fstab
/dev/sda5 /media/D vfat iocharset=utf8,umask=000 0 0
which works fine.
However I would like to only mount a particular directory from sda5 into /media/D....like this:
/dev/sda5/Documents\ And\ Settings/Me /media/D vfat iocharset=utf8,umask=000 0 0
is it possible and how?
Thank you
|