Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*System\s+lock\s+while\s+accessing\s+files\s+causes\s+file\s+corruption\s*$/: 32 ]

Total 32 documents matching your query.

1. System lock while accessing files causes file corruption (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Sun, 2 Sep 2001 18:16:48 -0500
Why is this? If I open a file, text/otherwise and the power actually fails, (i turn it off), once in a while I get a corrupt file. Why is this? What would happen if I was writing to some Oracle files
/archives/xfs/2001-09/msg00020.html (8,327 bytes)

2. Re: System lock while accessing files causes file corruption (score: 1)
Author: Ken McDonell <kenmcd@xxxxxxxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 10:48:23 +1100
I think this has been done to death on the list and FAQ. XFS journals metadata, not file data. In the case of Oracle, that's what the transaction log is for, and that is why the transaction log for a
/archives/xfs/2001-09/msg00021.html (9,641 bytes)

3. Re: System lock while accessing files causes file corruption (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Mon, 03 Sep 2001 02:17:53 +0200
At 18:16 2-9-2001 -0500, Gonyou, Austin wrote: Why is this? If I open a file, text/otherwise and the power actually fails, (i turn it off), once in a while I get a corrupt file. Why is this? What wou
/archives/xfs/2001-09/msg00022.html (9,466 bytes)

4. RE: System lock while accessing files causes file corruption (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 12:41:19 -0500
That's all well and good..but what about the configuration files? They are text and are not redundant in the same way. I know it's been done to death..and I've read a lot of this stuff, but even afte
/archives/xfs/2001-09/msg00042.html (11,057 bytes)

5. RE: System lock while accessing files causes file corruption (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 13:18:51 -0500
One quick not on this, is there anything I can do kernel wise to prevent this without striking a crapload of overhead on the system? -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone:
/archives/xfs/2001-09/msg00044.html (12,448 bytes)

6. RE: System lock while accessing files causes file corruption (score: 1)
Author: Adam Cioccarelli <alciocca@xxxxxxxxxx>
Date: Mon, 3 Sep 2001 22:50:24 +0200 (CEST)
Just one point... Oracle just has one configuration file, initxxx.ora and this only read by the database at startup, it never writes to this file. If you ever lose it you can easily recreate it by ta
/archives/xfs/2001-09/msg00045.html (14,122 bytes)

7. RE: System lock while accessing files causes file corruption (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Mon, 3 Sep 2001 22:56:19 +0200 (CEST)
No, all metadata journaling filesystems have this. ReiserFS has it and I suspect that JFS can do this as well. If I ever get the NCR MP-RAS box to be out of production I could test this with Veritas
/archives/xfs/2001-09/msg00046.html (13,074 bytes)

8. Re[2]: System lock while accessing files causes file corruption (score: 1)
Author: Keith Matthews <keith_m@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 22:10:39 +0100 (BST)
/archives/xfs/2001-09/msg00047.html (9,539 bytes)

9. RE: System lock while accessing files causes file corruption (score: 1)
Author: "Gonyou, Austin" <austin@xxxxxxxxxxxxxxx>
Date: Mon, 3 Sep 2001 16:32:23 -0500
Thanks so much for your input on this and not flaming the living daylights out of me. The info I've gathered here from everyone's feedback is sure enough to be good armament should I run into proble
/archives/xfs/2001-09/msg00050.html (13,813 bytes)

10. RE: System lock while accessing files causes file corruption (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Mon, 3 Sep 2001 23:48:27 +0200 (CEST)
You have to give me a good reason first. Since my new laptop arived I don't really care ;-) You're welcome
/archives/xfs/2001-09/msg00051.html (14,918 bytes)

11. Re: System lock while accessing files causes file corruption (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxx>
Date: Tue, 04 Sep 2001 10:45:42 -0500
In my spare time (!) I'm working on characterizing how long it takes a write to get out to disk on average, it seem to be on the order of 30 seconds, with normal mount options (this should be ~ the s
/archives/xfs/2001-09/msg00088.html (10,011 bytes)

12. Re: System lock while accessing files causes file corruption (score: 1)
Author: utz lehmann <xfs@xxxxxxxxxx>
Date: Tue, 4 Sep 2001 17:57:54 +0200
Hi Eric You can't make /etc on a different partition than /. /etc, /sbin, /dev (without devfs) must on the / partition otherwise your system will not boot. utz
/archives/xfs/2001-09/msg00091.html (10,178 bytes)

13. Re: System lock while accessing files causes file corruption (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Tue, 04 Sep 2001 19:33:49 +0200
You can't make /etc on a different partition than /. /etc, /sbin, /dev (without devfs) must on the / partition otherwise your system will not boot. If you use a decent layout fopr your data it does n
/archives/xfs/2001-09/msg00095.html (10,930 bytes)

14. Re[2]: System lock while accessing files causes file corruption (score: 1)
Author: Keith Matthews <keith_m@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Sep 2001 18:56:46 +0100 (BST)
On Tue, 04 Sep 2001 19:33:49 +0200 Seth Mos <Seth Mos <knuffie@xxxxxxxxx>> If you use Oracle's recommended layout you have (at least ) 4 top level mount points. It does not use OS config directories
/archives/xfs/2001-09/msg00097.html (11,358 bytes)

15. Re: System lock while accessing files causes file corruption (score: 1)
Author: Peter Wächtler <pwaechtler@xxxxxxxxxxxxx
Date: Wed, 05 Sep 2001 11:01:53 +0200
What about the access time? If you mount your / with sync,noatime then it only gets changed when users are logging in (chown user.group /dev/pty and alike). But yes, it's still acceptable ;)
/archives/xfs/2001-09/msg00109.html (10,932 bytes)

16. Re: System lock while accessing files causes file corruption (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Wed, 05 Sep 2001 11:25:12 +0200
What about the access time? If you mount your / with sync,noatime then it only gets changed when users are logging in (chown user.group /dev/pty and alike). But yes, it's still acceptable ;) Remember
/archives/xfs/2001-09/msg00110.html (10,860 bytes)

17. System lock while accessing files causes file corruption (score: 1)
Author: >
Date: Sun, 2 Sep 2001 18:16:48 -0500
Why is this? If I open a file, text/otherwise and the power actually fails, (i turn it off), once in a while I get a corrupt file. Why is this? What would happen if I was writing to some Oracle files
/archives/xfs/2001-09/msg00698.html (8,327 bytes)

18. Re: System lock while accessing files causes file corruption (score: 1)
Author: >
Date: Mon, 3 Sep 2001 10:48:23 +1100
I think this has been done to death on the list and FAQ. XFS journals metadata, not file data. In the case of Oracle, that's what the transaction log is for, and that is why the transaction log for a
/archives/xfs/2001-09/msg00699.html (9,641 bytes)

19. Re: System lock while accessing files causes file corruption (score: 1)
Author: >
Date: Mon, 03 Sep 2001 02:17:53 +0200
At 18:16 2-9-2001 -0500, Gonyou, Austin wrote: Why is this? If I open a file, text/otherwise and the power actually fails, (i turn it off), once in a while I get a corrupt file. Why is this? What wou
/archives/xfs/2001-09/msg00700.html (9,466 bytes)

20. RE: System lock while accessing files causes file corruption (score: 1)
Author: >
Date: Mon, 3 Sep 2001 12:41:19 -0500
That's all well and good..but what about the configuration files? They are text and are not redundant in the same way. I know it's been done to death..and I've read a lot of this stuff, but even afte
/archives/xfs/2001-09/msg00720.html (11,057 bytes)

Current List: 1 - 20
Page: [1] [2]


This search system is powered by Namazu