Bug 3427 - Linked Excel sheets links are broken when saved back to server
Summary: Linked Excel sheets links are broken when saved back to server
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Client Tools (show other bugs)
Version: 3.0.9
Hardware: Other Linux
: P3 normal
Target Milestone: none
Assignee: Gerald (Jerry) Carter (dead mail address)
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 10:01 UTC by Fred Schremp
Modified: 2006-07-05 13:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Schremp 2006-01-19 10:01:37 UTC
I have been in contact with "Red Hat Workflow", and they advised me to contact you.  What I have are Microsoft Excel sheets stored on a Linux release 2.6.9-5.ELsmp, and I am accessing them with Windows XP computers through Samba. Some of the sheets are owned by one user and linked to others directories with a ln -s command.  The problem is that when Excel writes the updated sheet back to the Linux server, it removes the origional and writes a new copy, breaking the link back to the origional owner.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2006-01-19 10:20:42 UTC
I don't think that there is anything that can be done here outside 
of a custom VFS module.  Excel creates a new file, removes the original, 
and then renames the new file.  A custom VFS module could implement
the NTFS equivalent of tunnelling in that it remembers that a file
was originally a symlink (for say 10 seconds) and then any creation 
of a file with the same name just restores the symlink.  

What you are seeing is not a bug per say.
Comment 2 Gerald (Jerry) Carter (dead mail address) 2006-07-05 13:19:15 UTC
closing