IntelliJ Java IDE
The moose likes General Computing and the fly likes combine several disks together Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "combine several disks together" Watch "combine several disks together" New topic
Author

combine several disks together

Simon Xu
Ranch Hand

Joined: Aug 16, 2000
Posts: 235
Is there any software/methods to combine several "disks" together without formatting the harddisk (keep the contents)? I formally used fdisk to divide several disks. Thanks.
Sorry if it is not right forum.
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 23395

This kind of question really belongs on "General Computing."
Anyhow, the GNU "parted" (Partition Editor) may be able to do this under some circumstances; I'm actually not sure.


[Jess in Action][AskingGoodQuestions]
Jason Menard
Sheriff

Joined: Nov 09, 2000
Posts: 6450
You are most correct Ernest. Thanks! I'm moving this to General Computing.


Jason's Blog
Simon Xu
Ranch Hand

Joined: Aug 16, 2000
Posts: 235
I really appreciate your reply. Please do so.
 
 
subject: combine several disks together
 
Threads others viewed
MVC? what's Controller really mean? Why not combine Model(Data) and Controller(method) into one...
Where to Start??
creating a program
How to use Tomcat to connect to my web server IP?
Reading a binary file from a client to server
MyEclipse, The Clear Choice