![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Swap config - Mirror swap or not? | BG_JrAdmin | SUN Solaris | 3 | 01-06-2008 06:25 PM |
| Solaris8 | kmcguinn71 | SUN Solaris | 2 | 09-30-2006 06:00 AM |
| Nis config in solaris8 | nikk | UNIX for Advanced & Expert Users | 1 | 05-27-2003 07:56 AM |
| A problme about solaris8 | Yeliu | UNIX for Dummies Questions & Answers | 3 | 09-17-2002 12:11 PM |
| Learning Sun Solaris8 | sushmabedi | UNIX for Dummies Questions & Answers | 3 | 09-03-2002 01:10 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
SWAP and TMPFS on Solaris8
hi,
With Solaris 8. after I enter df -k, I see 2 lines of SWAP; one is mounted on /var/run while the other is on /tmp. I remembered that I set up only 1 swap during the installation. Then, a Solaris Admin book says that the TMPFS fils system is a new feature. Can someone please share his/her thoughts about what the TMPFS is and why this creates 2 lines when entering df -k? Thanks a lot. |
| Forum Sponsor | ||
|
|
|
|||
|
df -k results below:
======================== Filesystem kbytes used avail cap. Mtd. on /dev/dsk/c0t0d0s0 1252895 878583 311668 74% / /proc 0 0 0 0% /proc fd 0 0 0 0% /dev/fd mnttab 0 0 0 0% /etc/mnttab swap 675912 0 675912 0% /var/run swap 676256 344 675912 1% /tmp /dev/dsk/c0t0d0s7 243127 131 21868 1% /export/home ======================== Again, I specified to use 512MB for my SWAP size. Thank you for all the input so far. |
|
|||
|
The /var/run File System
check here http://docs.sun.com:80/ab2/coll.47.1...Enc=iso-8859-1 -------------------------------------------------- A new TMPFS-mounted file system, /var/run, is the repository for temporary "system files" that are not needed across system reboots in this Solaris release and future releases. The /tmp directory continues to be repository for "non-system temporary files". Because /var/run is mounted as a memory-based file system rather than a disk-based file system, updates to this directory do not cause unnecessary disk traffic that would interfere with systems running power management software. The /var/run directory requires no administration. You may notice that it is not unmounted with the umount -a or the umountall command. For security reasons, /var/run is owned by root. Hope this help
__________________
:rolleyes: |
|||
| Google UNIX.COM |