Sponsored Content
Operating Systems HP-UX Could I mount a swap/dump partition on /tmp? Post 302407392 by aggadtech08 on Thursday 25th of March 2010 10:11:49 AM
Old 03-25-2010
Hey Pedi tell me onething more....

We can reduce this space without problem ?

We are needing include the /tmp FS and we dont have space in the disc....

Smilie

Thanks in Advanced....
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Swap Partition Space

first of all, sorry about my english...I´m a spanish newbie to this marvelous OS and i have just a couple of doubts...u know? :-) 1) how big should my swap partition be if i installed debian 2.2r3 or FreeBSD 4.x on a AMD k7 1400Mhz with 512Mb of Random Access Memory? i heard that those OS... (1 Reply)
Discussion started by: I[X]ION
1 Replies

2. UNIX for Dummies Questions & Answers

Linux Swap Partition

How big do I set the swap partition when i'm setting up my hard drive to install RedHat. (Using Partition Magic) thanks! primal (2 Replies)
Discussion started by: primal
2 Replies

3. Linux

swap partition?

What does a swap partition do exactly? I was messing arround with a linux machine at my school and i deleted the swap partition using fdisk and then rebooted the machine and it worked fine and wrote a swap partition back in...lol. Is it a nessary part of the OS to use that partition? (7 Replies)
Discussion started by: byblyk
7 Replies

4. Solaris

Increase size of /tmp swap File

Hi Guys I need to increase the size of my /tmp swap file. What is the easiest way to do this. Thanks Carson (2 Replies)
Discussion started by: cmackin
2 Replies

5. UNIX for Dummies Questions & Answers

I've created a partition with GNU Parted, how do I mount the partition?

I've created a partition with GNU Parted, how do I mount the partition? The manual information at http://www.gnu.org/software/parted/manual/parted.html is good, but I am sure about how I mount the partition afterwards. Thanks, --Todd (1 Reply)
Discussion started by: jtp51
1 Replies

6. Solaris

/tmp: File system full, swap space limit exceeded

Can you help. My server sunning solaris 9 on x86 platform pretty much hung for a few hours... I could not use telnet or ssh to the box - it kept refusing connection. A few hours later - I was able to log in again. The server has not rebooted but here are the first errors in the messages log... (5 Replies)
Discussion started by: frustrated1
5 Replies

7. Solaris

/tmp as swap

So with solaris 10 are people not using the old /tmp as a regular UFS filesystem and making /tmp part of swap or tmpfs... what are peoples thoughts on this? (5 Replies)
Discussion started by: csaunders
5 Replies

8. Shell Programming and Scripting

how to mount swap on /tmp?

Hi all, I would like to know how to mount swap on /tmp at boot time? I mean i would like to know the exact commands... i will be implementing it on a distro of opensolaris ,belenix. is it the same as other mounts ? because when i surfed the net it was a little different and also since its... (0 Replies)
Discussion started by: wrapster
0 Replies

9. Filesystems, Disks and Memory

Partition 1 swap not mounting ?

Hi, running mount, I get the following, no part1 swap as part1 swap has been created and is listed below. System works fine anyway. As I cannot unmount part1, what is a standard procedure to make part1 on. Jack ============= .. $ free total used free shared buffers cached Mem:... (2 Replies)
Discussion started by: jack2
2 Replies

10. Solaris

Solaris full /tmp - du and df different swap NOT filled

Hello all, The issue is # df -h /tmp Filesystem size used avail capacity Mounted on swap 4.0G 4.0G 8.7M 100% /tmp # du -sh /tmp/ 87M /tmp By now you probably will say that this is open file destriptor issue. Well no, nothing... (2 Replies)
Discussion started by: click
2 Replies
GENISOIMAGERC(5)						File Formats Manual						  GENISOIMAGERC(5)

NAME
genisoimagerc - startup configuration file for genisoimage DESCRIPTION
genisoimage(1) searches for a configuration file in several places; it uses the first one it is able to open. First, if the GENISOIMAGERC environment variable is set, its value is used as the filename; likewise for the MKISOFSRC environment variable. Next, genisoimage looks for files named .genisoimagerc or .mkisofsrc, first in the current working directory, then in the user's home directory. Next, it looks for /etc/genisoimagerc. Finally, it looks for a .genisoimagerc in the same directory as genisoimage itself is stored. The .genisoimagerc file contains lines of the form TAG=value where TAG is one of the settings defined below. The case of the tag is not significant. All settings have command-line equivalents; if the command-line parameter is specified, it takes priority over the configuration file. Blank lines and lines beginning with `#' are ignored. CONFIGURATION SETTINGS
ABST The abstract information, typically the name of a file on the disc containing an abstract. There is space for 37 characters. Equivalent to the -abstract command-line option. APPI The application identifier should describe the application that will be on the disc. There is space for 128 characters. Equivalent to the -A command-line option. BIBL The bibliographic information, often the name of a file on the disc containing a bibliography. There is space for 37 characters. Equivalent to the -biblio command-line option. COPY The copyright information, typically the name of a file on the disc containing the copyright notice. There is space for 37 charac- ters. Equivalent to the -copyright command-line option. HFS_TYPE The default TYPE for Macintosh files. Must be exactly 4 characters. Equivalent to the -hfs-type command-line option. The default value is TEXT. HFS_CREATOR The default CREATOR for Macintosh files. Must be exactly 4 characters. Equivalent to the -hfs-creator command-line option. The default value is Unix. PREP This should describe the preparer of the CD-ROM, usually with a mailing address and phone number. There is space for 128 charac- ters. Equivalent to the -p command-line option. PUBL This should describe the publisher of the CD-ROM, usually with a mailing address and phone number. There is space for 128 charac- ters. Equivalent to the -publisher command-line option. SYSI The System Identifier. There is space for 32 characters. Equivalent to the -sysid command-line option. VOLI The Volume Identifier. There is space for 32 characters. Equivalent to the -V command-line option. VOLS The Volume Set Name. There is space for 128 characters. Equivalent to the -volset command-line option. genisoimage can also be configured at compile time with defaults for many of these fields. See the file defaults.h. EXAMPLES
The following file COPY=src/COPYING SYSI=Multics 75 is equivalent to the genisoimage command-line parameters -copyright src/COPYING -sysid "Multics 75" SEE ALSO
genisoimage(1). AUTHORS
See the genisoimage(1) manual page for credits for the genisoimage program and documentation. 13 Dec 2006 GENISOIMAGERC(5)
All times are GMT -4. The time now is 04:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy