![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| Used Space on Logical Volumes | aldowsary | AIX | 7 | 04-23-2007 11:13 PM |
| filesystems and logical volumes | uXion | AIX | 1 | 08-15-2006 08:39 PM |
| How to reduce the size of a logical volume in solaris 9 | aribault | SUN Solaris | 6 | 10-28-2005 01:27 AM |
| Did not know about logical volumes | gezi | News, Links, Events and Announcements | 2 | 04-27-2005 07:10 AM |
| AIC logical volumes | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 09-14-2002 06:33 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Setting up Logical Volumes in Solaris 10
I have just created two RAID 0 ( Stripped ) devices through Storage Manager and can see them as d0 and d1 ( /dev/md/dsk/d0 and d1 appear to exist )
However how do I now mount these devices ? The manual talks about creating a UFS of LOFS filesystem. Do I need to do this ? I have create /u01 and /u02 at root to accommodate a mount of these logical volumes but do I need to actually create anything else ? I thought all I would have to do would be to make an VFSTAB entries as below : /dev/md/dsk/d0 /dev/md/rdsk/d0 /u01 ufs 2 yes - /dev/md/dsk/d1 /dev/md/rdsk/d1 /u02 ufs 2 yes - Should the entry say ufs or lofs ? any help appreciated, Jim |
| Forum Sponsor | ||
|
|
|
|||
|
Sorry for being a dummy - normally if I was creating a UFS file system from a physical disk I would issue something like :
newfs /dev/rdsk/c1t0d0s0 Are you saying I need to do the same for a logical volume eg : newfs /dev/md/rdsk/d0 also do I use the raw device ( rdsk ) or the block device ( dsk ) in the newfs command when dealing with logcal volumes ? Jim |