Say I have the following mount points:
/dev/sda1 on /
/dev/sdb1 on /mnt/sdb1
sda is my primary hard disk drive. sdb is a second disk drive.
This might be a silly question, but does it make any difference to performance (copy, write ect..) if I work on sdb1 from a sim-linked path on sda?
So say I have the following sim link on sda:
/home/sim-to-sdb -> /mnt/sdb1
Does it make any difference to disk read/write performance if I work on
/home/sim-to-sdb
or
/mnt/sdb1