Hi all
Just got a 4Gb sdhc card for my eee pc as im running out of disk space, I was thinking it would be a good idea to mount my home directory (/root/) on the card, so all my work is portable if needs be. I have googled this but it seems pretty hard to get it to understand what i want. I went out on a limb and edited /etc/mtab to read:
Code:
/dev/sda1 /root/ vfat rw,noatime,quiet,umask=0,check=s,shortname=mixed 0 0
But im not sure that did anything...
Any help please? Im sure its pretty simple.