GNOME Bugzilla – Bug 48467
refuse to link large file when there is little free space
Last modified: 2004-12-22 21:47:04 UTC
When I try to create a link to a large file (e.g. 30Mb) onto a filesystem with less free space than the file length, Nautilus says it does not have enough space (a link should take no space). * REPRODUCIBLE: Always * STEPS TO REPRODUCE: Fill up a filesystem (leaving only little space). Right-button drag a large file onto a directory in the full filesystem. Choose link. * ACTUAL RESULTS: Nautilus complains saying "There is not enough space on the destination." * EXPECTED RESULTS: Nautilus should have created a symlink in the directory. This is on version 1.0.4. ------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 21:18 ------- The original owner (pavel@eazel.com) of this bug does not have an account here. Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
Changing to "old" target milestone for all bugs laying around with no milestone set.
If this is still a bug in GNOME 2 Nautilus it seems to me to be a very important one, which should be fixed in the GNOME2 timespan. CC it to louie as I has no opportunity to test this here at work.
So not major :) Unfortunately, I can't test this ATM either... don't have any partitions on this box I can do that to.
You do not need to have such a partition, make one: with root: dd if=/dev/zero of=afile count=2048 # 1Mb file /sbin/mkfs -t ext2 afile mkdir adir mount -o loop afile adir chmod a+w adir Then any file > 1Mb qualifies for the steps in the original bug report.
I just ran in to this bug on nautilus 2.0.6 (rh8). So at least until that version the bug is still there.
Why this important bug isn't fixed such long time ? This bug still exist in 2.2.4, but was reported 2 years before in version 1.0.4 !!! Now simple users can't make symlinks to bigger files :((( I think priority and/or severity of this bug should be increased. Please, fix this bug ASAP.
It seems, that nautilus developers doesn't really work with nautilus (maybe they use command line or mc for most file operations?) This bug still exist in nautilus 2.4 :(
Created attachment 20216 [details] [review] Fix for this bug.
ok to commit on HEAD and gnome-2-4
fixed in gnome-vfs cvs.