![]() |
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 |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| i cannot assign float point numbers to an array in solaris | naree | SUN Solaris | 11 | 02-27-2008 04:06 AM |
| physical and logical disc, mount etc | ajaya | UNIX for Dummies Questions & Answers | 0 | 03-03-2006 02:00 AM |
| Test to see if a drive is mounted at a specific point | spectre_240sx | Shell Programming and Scripting | 1 | 05-10-2005 02:48 PM |
| Vertias (physical disks monitoring) | VeroL | UNIX for Dummies Questions & Answers | 1 | 01-22-2004 09:26 AM |
| monitoring the state of physical disks | VeroL | UNIX for Dummies Questions & Answers | 4 | 01-19-2004 01:28 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
We have 6 hard disks attached to the hardware. Of this 2 hard disks are of 9 GB each.
Now I want combine both the same in such a way that i see a combined entry in the output of df -k . The steps I follow are 1. Create partition on hard disks (Using format partition) 2. Run newfs -v for the partition 3. create an entry in /etc/vsftab (with common mount point) 3. mount the file system. When I do this for the 2nd hard disk with same mount point , it does not allow stating mountpoint busy (naturally earlier one already mounted). So I suppose same mount point may not be assigned to different file system . So think there should be a way to have a single file system for partitions from 2 physical hard disks . I don't know how. Can anybody help. Thanks in advance. Hitesh |
|
||||
|
what i think your trying to do is combine two seperate drives at one mount point, right? so say i have /dev/hda1 and i have /dev/hdb1 ,
you would want to mount them at /usr/twodriveshere/ ? well AFAIK mount cant do that. something like that is what raid is for, however maybe i missed something going through the mount man page--- or maybe there is another way to do it that im not aware of. go through the mount man pages, as i might have missed something. else search google for 'RAID' . i think you will find your solution with raid. |
|
||||
|
Sun has addressed virtual volume management with two
software packages: Solstice DiskSuite and Sun StorEdge Volume Manager. DiskSuite is used primarily on smaller servers and workstations. StorEdge product is used on the larger Enterprise servers to manage Sun’s StorEdge disk arrays. For more Information look at: http://docs.sun.com/ Note: If you can, use Veritas Volume Manager and Veritas File System. Regards.Hugo |
![]() |
| Bookmarks |
| Tags |
| solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|