1

I created a raid 1 mirror from two physically attached disks and partitioned and formatted the newly formed raid 1 drive. My question is: Can I share this raid 1 drive in my local lan with other windows machines in WORKGROUP without having to mount the raid 1 drive in my linux server itself and how would I do that?

Thanks

Matt
  • 123
  • 1
  • 5

1 Answers1

2

In order to use the files, a partition must be mounted by some software.

You can mount the partition locally and then share the files and directories using samba (see this answer for a graphical setup).

It is also possible to share the partition on the network, and then mount it remotely, for instance using iSCSI.

In any case, the partition will be mounted either locally or remotely.

pim
  • 3,280