![]() |
|
|
|
|
|||||||
| 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 |
| how to increase the filesystem size under veritas control | krishna176 | SUN Solaris | 2 | 03-26-2007 12:03 PM |
| how to increase fs | xuc_xich_duc | SUN Solaris | 6 | 11-28-2006 12:45 AM |
| What is the command to increase filesystem on solaris | strikelit | SUN Solaris | 3 | 05-12-2006 12:09 PM |
| reason for conti. increase filesystem size??????????????? | aixteam | UNIX for Advanced & Expert Users | 3 | 11-23-2005 08:44 PM |
| Will exe file size decrease while using inline function | vijaysabari | High Level Programming | 1 | 08-31-2005 07:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
increase/decrease filesystem
Hi All,
I need to increase the filesystem of / and /var (two different slices)? Space will be coming from /home slice so I need to decrease it. Is that possible without reinstallation or in a single-user-mode? Any idea or link please. Thanks in advance. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
if you have a second disk, you can do it with "liveupgrade"... all you need is one reboot after you've done the configuration.
|
|
#3
|
|||
|
|||
|
that is complicated, I don't have time to play with this.
On single user mode, can i umount /var and then recreate this to a bigger new slice? I might have to move some filesystem on root to be on another slice too. any ideas? |
|
#4
|
|||
|
|||
|
Maybe,
y can increase /var and decrease /home and move /opt to another slice, but only in single-user-mode. print y disk partition and `metastat -p` |
|
#5
|
|||
|
|||
|
# df -hk
Filesystem kbytes used avail capacity Mounted on ... /dev/md/dsk/d10 69047 65426 0 100% /home2 ... # growfs -M /home2 /dev/md/rdsk/d10 /dev/md/rdsk/d10: 295200 sectors in 240 cylinders of 15 tracks, 82 sectors 144.1MB in 15 cyl groups (16 c/g, 9.61MB/g, 4608 i/g) super-block backups (for fsck -F ufs -o b=#) at: 32, 19808, 39584, 59360, 79136, 98912, 118688, 138464, 158240, 178016, 197792, 217568, 237344, 257120, 276896, # df -hk Filesystem kbytes used avail capacity Mounted on ... /dev/md/dsk/d10 138703 65426 59407 53% /home2 ... |
|
#6
|
|||
|
|||
|
If you have no space to expand your FS, I supppose you do a backup of all the partition. Recreate the partitioning using the format utility and newfs the slices again . do a restoration.. this takes time
|
|||
| Google The UNIX and Linux Forums |