Issue 36629

Summary: Unable to resave documents across file systems
Product: General Reporter: vibhavgarg <vibhavgarg>
Component: uiAssignee: thorsten.martens
Status: CLOSED DUPLICATE QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: flibby05, issues
Version: OOo 1.1.3Keywords: needmoreinfo, oooqa
Target Milestone: ---   
Hardware: PC (x86_64)   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
screenshot of issue none

Description vibhavgarg 2004-11-04 01:28:03 UTC
I am running Open Office 1.1.3 on Gentoo Linux x86_64. I have multiple file
systems mounted. I can create a document on a mounted file system but if I try
to resave the document I get a pop-up saying "Could not create backup copy".
This happens for all type of documents.
Comment 1 michael.ruess 2004-11-04 06:54:38 UTC
framework issue.
Comment 2 thackert 2004-11-14 11:38:26 UTC
What does "multiple file systems mounted" mean? You have mounted 
different partitions with different file systems? If so: Could you post your 
fstab here (maybe some other flags as default in there?), please? 
And I want to know on what kind of partition/file system do you try to save 
your file system. One thing which comes to my mind is: You have enough 
place on that partition, have you? 
Comment 3 vibhavgarg 2004-11-16 23:14:55 UTC
My fstab is posted below. I am unable to resave documents in  /dev/hdb2(ext3) or
/dev/hdb4(ext2) even though i can create them. Both partitions have enough
diskspace.


# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13
20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to 
# switch between notail and tail freely.

# <fs>          	<mountpoint>    <type>  	<opts>      		<dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hdb3		/		ext3		noatime			0 0
/dev/hdb1		none		swap		sw			0 0
#/dev/cdroms/cdrom0	/mnt/cdrom	iso9660		auto,ro,users		0 0
#/dev/cdroms/cdrom1	/mnt/dvd	iso9660		auto,ro,users		0 0
/dev/hda1		/windows/C	ntfs		auto,rw,umask=000,users,owner,exec	0 0	
/dev/hdb4		/windows/D	ext2		auto,rw,users		0 0
/dev/hdb2		/suse		ext3		auto,rw,users		0 0
/dev/fd0		/mnt/floppy	auto		auto,users		0 0

# NOTE: The next line is critical for boot!
none			/proc		proc		defaults		0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink). 
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none			/dev/shm	tmpfs		defaults		0 0

/dev/cdroms/cdrom1               /media/cdrw_dvdrw       auto   
auto,users,exec,ro 0 0
/dev/cdroms/cdrom0                /media/cdrom           auto   
auto,users,exec,ro 0 0
Comment 4 vibhavgarg 2004-11-16 23:19:15 UTC
Created attachment 19415 [details]
screenshot of issue
Comment 5 flibby05 2005-01-22 21:02:27 UTC
closing as duplicate

*** This issue has been marked as a duplicate of 40750 ***
Comment 6 flibby05 2005-01-22 21:02:42 UTC
.