Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*error\s+making\s+real\-time\s+filesystem\s+\+\s+logging\s+question\s*$/: 26 ]

Total 26 documents matching your query.

1. error making real-time filesystem + logging question (score: 1)
Author: Roy Sigurd Karlsbakk <roy@xxxxxxxxxxxxx>
Date: Tue, 4 Dec 2001 17:45:35 +0100 (CET)
hi all I'm trying to make a real-time filesystem for testing purposes onto a single disk. (yes - I know it's silly, but it's only for testing). I'm trying to do this on one drive with two partitions,
/archives/xfs/2001-12/msg00037.html (9,152 bytes)

2. Re: error making real-time filesystem + logging question (score: 1)
Author: "Ralf G. R. Bergs" <rabe@xxxxxxxxxxxxxx>
Date: Tue, 04 Dec 2001 18:10:10 +0100
This is from http://oss.sgi.com/projects/xfs/102_caveats.html I guess that pretty much says it all... :-) -- Verkaufe Original-BMW-Raeder: L I N U X .~. http://adsl-bergs.rz.rwth-aachen.de/~rabe The
/archives/xfs/2001-12/msg00038.html (9,638 bytes)

3. Re: error making real-time filesystem + logging question (score: 1)
Author: Roy Sigurd Karlsbakk <roy@xxxxxxxxxxxxx>
Date: Tue, 4 Dec 2001 18:14:09 +0100 (CET)
I really need to increase some sort of chunk size dramatically. Do you know any other way of doing this? I also want the log somewhere else, like on a separate spindle. I may be able to use ReiserFS
/archives/xfs/2001-12/msg00040.html (10,197 bytes)

4. Re: error making real-time filesystem + logging question (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: 04 Dec 2001 11:19:19 -0600
Except that I am not convinced the caveats page is right in this respect. To make a realtime fs you will need two partitions, mkfs will need to be told about the data and realtime partitions, and mou
/archives/xfs/2001-12/msg00042.html (11,229 bytes)

5. Re: error making real-time filesystem + logging question (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxx>
Date: 04 Dec 2001 11:22:33 -0600
Oh, and logging somewhere else is not a problem, just use the logdev argument to mkfs.xfs and mount: mkfs.xfs -l logdev=/dev/sdb1,size=10000b /dev/sda1 mount -o logdev=/dev/sdb1 /dev/sda1 /mnt/point
/archives/xfs/2001-12/msg00043.html (9,547 bytes)

6. Re: error making real-time filesystem + logging question (score: 1)
Author: Nathan Straz <nstraz@xxxxxxx>
Date: Tue, 4 Dec 2001 11:29:49 -0600
Realtime subvolumes is on my things to test before the next release. I don't know when it will get done, but it will take a bit of test development to do it. Realtime files on XFS require an ioctl, s
/archives/xfs/2001-12/msg00044.html (11,678 bytes)

7. Re: error making real-time filesystem + logging question (score: 1)
Author: Roy Sigurd Karlsbakk <roy@xxxxxxxxxxxxx>
Date: Tue, 4 Dec 2001 18:31:02 +0100 (CET)
What's the main difference between a realtime partition and a data partiton? Can a datapartition (or non-realtime partition) be given an extsize= parameter? That's the one I REALLY need... -- Roy Si
/archives/xfs/2001-12/msg00045.html (12,011 bytes)

8. Re: error making real-time filesystem + logging question (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Tue, 04 Dec 2001 11:04:40 -0700
Now I'm curious, what's the basic purpose and performance difference between a real-time filesystem and a "normal" filesystem? Is it some sort of caching behavior change more suitable for streaming m
/archives/xfs/2001-12/msg00047.html (11,606 bytes)

9. Re: error making real-time filesystem + logging question (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Tue, 04 Dec 2001 20:29:06 +0100
I really need to increase some sort of chunk size dramatically. Do you know any other way of doing this? I also want the log somewhere else, like on a separate spindle. I may be able to use ReiserFS
/archives/xfs/2001-12/msg00049.html (9,862 bytes)

10. Re: error making real-time filesystem + logging question (score: 1)
Author: Roy Sigurd Karlsbakk <roy@xxxxxxxxxxxxx>
Date: Tue, 04 Dec 2001 19:50:48 +0000
ok. But XFS realtime subvolumes are, as I understand, not yet supported on Linux platform. Are there any plans of supporting it soon? How is a file placed or retrieved on the realtime subvolume? Is
/archives/xfs/2001-12/msg00050.html (10,265 bytes)

11. Re: error making real-time filesystem + logging question (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: 04 Dec 2001 13:55:27 -0600
??? No it is an ioctl interface to an xfs file, /proc has nothing to do with it. Steve -- Steve Lord voice: +1-651-683-3511 Principal Engineer, Filesystem Software email: lord@xxxxxxx
/archives/xfs/2001-12/msg00051.html (11,062 bytes)

12. Re: error making real-time filesystem + logging question (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: 04 Dec 2001 13:33:35 -0600
OK, here goes, XFS realtime 101 The XFS realtime subvolume is a separate dataspace in the filesystem, it is only used for files marked as realtime after they are created. There is nothing in the real
/archives/xfs/2001-12/msg00056.html (11,229 bytes)

13. Re: error making real-time filesystem + logging question (score: 1)
Author: Nathan Scott <nathans@xxxxxxx>
Date: Wed, 5 Dec 2001 16:16:40 +1100
hi Roy, This is a bug in Linux mkfs.xfs where it is checking the size of the device - the code is currently incorrecly inspecting the data device instead of the realtime device here, so the lseek fai
/archives/xfs/2001-12/msg00062.html (10,908 bytes)

14. error making real-time filesystem + logging question (score: 1)
Author:
Date: Tue, 4 Dec 2001 17:45:35 +0100 (CET)
Pain Department of Biomedical Engineering Duke University
/archives/xfs/2001-12/msg00716.html (9,152 bytes)

15. Re: error making real-time filesystem + logging question (score: 1)
Author:
Date: Tue, 04 Dec 2001 18:10:10 +0100
. I'm trying to do this on one drive with two partitions,
/archives/xfs/2001-12/msg00717.html (9,638 bytes)

16. Re: error making real-time filesystem + logging question (score: 1)
Author:
Date: Tue, 4 Dec 2001 18:14:09 +0100 (CET)
I didn't noticed any problems so far. -- Cheers, Hristo.
/archives/xfs/2001-12/msg00719.html (10,197 bytes)

17. Re: error making real-time filesystem + logging question (score: 1)
Author:
Date: 04 Dec 2001 11:19:19 -0600
more details so we can figure out what's going on. Thank
/archives/xfs/2001-12/msg00721.html (11,229 bytes)

18. Re: error making real-time filesystem + logging question (score: 1)
Author:
Date: 04 Dec 2001 11:22:33 -0600
o be told about the data and realtime partitions, and mou
/archives/xfs/2001-12/msg00722.html (9,547 bytes)

19. Re: error making real-time filesystem + logging question (score: 1)
Author:
Date: Tue, 4 Dec 2001 11:29:49 -0600
/dev/sda1 mount -o logdev=/dev/sdb1 /dev/sda1 /mnt/point
/archives/xfs/2001-12/msg00723.html (11,678 bytes)

20. Re: error making real-time filesystem + logging question (score: 1)
Author:
Date: Tue, 4 Dec 2001 18:31:02 +0100 (CET)
pment to do it. Realtime files on XFS require an ioctl, s
/archives/xfs/2001-12/msg00724.html (12,011 bytes)


This search system is powered by Namazu