IRIX Network Forums
Disks management - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: Other Platforms (//forums.irixnet.org/forum-5.html)
+--- Forum: Sun/ORACLE/Fujitsu (//forums.irixnet.org/forum-21.html)
+--- Thread: Disks management (/thread-2803.html)



Disks management - octaneirix6530 - 04-11-2021

Hello,

How can I resize mounted partitions ? Also, when adding a new disk, I need to label it, format and partition, how can I do this ?
I use solaris 2.6

thank you !

found for a new disk. Need to boot -r


RE: Disks management - lunatic - 04-17-2021

(04-11-2021, 07:34 PM)octaneirix6530 Wrote:  How can I resize mounted partitions ?

You can't. With old Solaris, I think you could also only increase size with "growufs".
Solaris had no proper LVM, but historically used "disksuite". It wasn't bad, just less capable. IIRC the Veritas stuff could be bought as well to add a full LVM, but I have never seen that used by anyone.

Quote:Also, when adding a new disk, I need to label it, format and partition, how can I do this ?
I use solaris 2.6

with "format".
After that you can "newfs".

Quote:found for a new disk. Need to boot -r

How about something like "drvconfig", "devlinks", "disks"?
Some later Solaris release also added "devfsadm".


RE: Disks management - Archaic - 06-06-2021

If your filesystem is ufs, if I remember correctly, you are stuck with copying the data to a larger filesystem. I have never heard of a way to expand a ufs partition.


RE: Disks management - octaneirix6530 - 06-07-2021

all good now, I fixed them all Smile