I have two partitions on my Ubuntu 10.04.3 server.
partition 1: /mnt/storage/ partition 2: /var/www/myweb/
now when i run the following command
$ ln /mnt/storage/sourcefile.txt /var/www/myweb/linkedfile.txt
i got this
ln: creating hard link `/var/www/myweb/linkedfile.txt' => `sourcefile.txt': Invalid cross-device link
any idea of how to make this symbolic link??