syplex
There's a bug in SmartFTP where I have a drive mapped over smb to a server. The server has two drives mounted under that share:
servershare --> /server/share
MOUNT POINTS:
/ --> /dev/hda1
/server/share/folder1 --> /dev/hdb1
/server/share/folder2 --> /dev/hdc1
And I have the servershare mapped to a drive letter, say S:
The problem is, the S: drive shows disk usage equal to the first disk, but when I save to folder1 or folder2 (which have tons of space free) SmartFTP gives an error since it calculates free space from the mapped drive mount point (/server/share) which is on the disk without room.
I don't know if its possible to get free space on a per-folder basis. If not, then there needs to be a way to disable local disk free-space checks (at least for mapped drives).
servershare --> /server/share
MOUNT POINTS:
/ --> /dev/hda1
/server/share/folder1 --> /dev/hdb1
/server/share/folder2 --> /dev/hdc1
And I have the servershare mapped to a drive letter, say S:
The problem is, the S: drive shows disk usage equal to the first disk, but when I save to folder1 or folder2 (which have tons of space free) SmartFTP gives an error since it calculates free space from the mapped drive mount point (/server/share) which is on the disk without room.
I don't know if its possible to get free space on a per-folder basis. If not, then there needs to be a way to disable local disk free-space checks (at least for mapped drives).