Mounting several partitions to one directory.

Hey,

I have 3 hard disks, each with a 1TB EXT3 partition. I was wondering if there is a way to mount them to the same directory. I’m using opensuse 11.1

Thanks.

No.

If you had wanted to combine the storage you should have used LVM.

No way to do that.
You may use tools like RAID, LVM etc. to make them look like one logical partition and then, you can.

Ok thanks for the quick response.
Guess I’ll start looking for a nice raid controller. (Dont much feel like software raid)

LVM can be used without RAID too.

On Thu, 2009-06-18 at 21:56 +0000, Ellhound wrote:
> Hey,
>
> I have 3 hard disks, each with a 1TB EXT3 partition. I was wondering if
> there is a way to mount them to the same directory. I’m using opensuse
> 11.1
>
> Thanks.

It’s possible…

You can use a unionfs or unionfs like thing (see fuse base union
filesystems as well)… google is your friend.

Or just create symlinks to directiories from those drives in one directory :slight_smile:

I suspect he wanted to concatenate the storage space, not to overlay them.