Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

combine two unix file systems

Status
Not open for further replies.

CAF786

MIS
Aug 1, 2005
29
US
Can I combine following two file systems and make it one file system: like instead /occ and /apps just one big /occ or /apps..with out using disksuite...thx

/dev/dsk/c0t0d0s6 11409928 11337 11284492 1% /occ
/dev/dsk/c0t1d0s7 35007716 34745 34622894 1% /apps
 
No, these are on separate disks. One is target 0 (c0t0d0s6), the other target 1 (c0t1d0s7). You'll need either Disksuite or Veritas colume manager to combine them into one filesystem.

Hope this helps.
 
Also, (unless you're willing to use soft links) I don't see how you can logically do it. Somebody here correct me if I'm looking at this wrong.
 
Well, the path would have to change. He said...
CAF786 said:
...like instead /occ and /apps just one big /occ or /apps...
Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top