![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| extract file extension using sed | r_praveenk | Shell Programming and Scripting | 7 | 09-09-2008 12:45 PM |
| How to get file extension | shirleyeow | Shell Programming and Scripting | 17 | 01-17-2008 08:40 AM |
| remove file extension | prvnrk | Shell Programming and Scripting | 12 | 08-05-2007 06:46 AM |
| Stripping out the extension of a file name | ramky79 | Shell Programming and Scripting | 2 | 12-27-2006 02:25 PM |
| Check file extension | mahalakshmi | Shell Programming and Scripting | 6 | 12-27-2006 01:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi
I have a file system like this: # mkfs -m /dev/md/dsk/d26 mkfs -F ufs -o nsect=424,ntrack=24,bsize=8192,fragsize=1024,cgsize=8,free=10,rps=167,nbpi=2050,opt=t,apc=0,gap=0,nr pos=8,maxcontig=16 /dev/md/dsk/d26 622592 and if you check it with df -k command | grep <mount point> # df -k | awk '/Filesys/||/gdd/' Filesystem kbytes used avail capacity Mounted on /dev/md/dsk/d26 292143 64305 198624 25% /cbmdata/00/gdd it is very low in size, I need to extend to bigger size due to some reasons and my HDD is big enough to meet it. is there any advise to me ? |
|
||||
|
Quote:
Thanks. |
|
||||
|
Code:
if so, you could make a new meta-device and attach it to the existing "d26"... # metainit d<nr> 1 1 <free slice> # metattach d26 d<nr> # growfs -M /cbmdata/00/gdd /dev/md/rdsk/d<nr> Thanks in advance. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|