![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [help] filesystem error on solaris 10 | bucci | SUN Solaris | 4 | 02-01-2008 01:51 AM |
| What is the command to increase filesystem on solaris | strikelit | SUN Solaris | 3 | 05-12-2006 12:09 PM |
| add space to filesystem in solaris | simt | UNIX for Dummies Questions & Answers | 2 | 12-02-2003 12:39 PM |
| Filesystem for Linux - Solaris | SolidSnake | Filesystems, Disks and Memory | 3 | 11-18-2003 12:18 AM |
| solaris filesystem | sbaloo | UNIX for Dummies Questions & Answers | 2 | 10-10-2001 11:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
filesystem in solaris 8
Hi All,
Can someone give me some info regarding where's the mount point or slice of /var. It's not in /etc/vfstab. I only find it in: bash-2.03# cat /etc/mnttab | grep var swap /var/run tmpfs dev=1 1215228103 How do I increase the size of it? Thanks in advance for any idea. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
/var/run is the same filesystem as swap. if you need bigger /var/run, you need to increase swap filesystem.
|
|
#3
|
|||
|
|||
|
you can do this:
mkfile 1024m /swapfile swap -a /swapfile add the following line in the vfstab file.. that's it /swapfile - - swap - no - |
|
#4
|
||||
|
||||
|
It looks like your system is setup "all in root" so there is no separate /var it is just a directory under /.
|
||||
| Google The UNIX and Linux Forums |