Scratch partition...
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Carlos O'Donell Jr. carlos at baldric.uwo.caSun Dec 9 11:44:31 PST 2001
- Previous message: Scratch partition...
- Next message: Scratch partition...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > > > > > > Ok, but in my case, must i create this partition in the linux instalation? > > > > nope... > > Unless you want it to survive a reinstall. That is, you can create a > scratch directory inside your basic root partition and give it the > permissions of /tmp (we often call scratch /xtmp, for example). > However, /xtmp will then get recreated if you do a full reinstall of /, > and any data stored there will be lost. > I don't even care about that data surviving during a 'reboot' :) and as such I'm using tempfs (you can use something else) to create a ramdrive for /tmp or /xtmp. mount -t tmpfs /dev/shm /tmp And in theory, the numbers I've seen tend to show that this is a bit faster than having /tmp in the vfs cache path. Though I'm not an expert on the topic. However, I have noticed that on our compile box (since gcc tends to toss it's temp .o files in /tmp) it's a bit lighter on the drive. What is the general idea about /tmp? Are there any hard rules? Cheers, Carlos O'Donell Jr. ----------------------------- University of Western Ontario http://www.baldric.uwo.ca -----------------------------
- Previous message: Scratch partition...
- Next message: Scratch partition...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
