Code Sample |
sudo mount /dev/hda5 ln -s /mnt/hda5/MyDocuments /home/dsl |
Quote (cbagger01 @ Dec. 06 2004,12:50) |
A solution is to make a loopfile on your FAT/FAT32 partition, format the file as a virtual EXT2 hard drive and then mount it. Then link it to /home/dsl like you just did with hda5. |