Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th September 2006, 07:37 PM
xjoker Offline
Registered User
 
Join Date: Sep 2006
Posts: 3
Samba server multiple hard drives

Hi I am new here and I had a question. I just setup a samba server at my house and I want to add more hard drives to it. Is there away to add the hard drives and have them viewed on my windows machines as a single huge drive. I dont want to use RAID 0.
Reply With Quote
  #2  
Old 6th September 2006, 09:11 PM
obviousheart221 Offline
Registered User
 
Join Date: Apr 2006
Posts: 42
If you absolutely don't want to RAID the disks, then the only other way that you can make that work is if you mount the new drive in a folder of the drive that the SAMBA users are mounting. For example, if desktop users mount /home/user, then you'll have to mount the new drive in /home/user/newdrive or something along those lines.
Reply With Quote
  #3  
Old 6th September 2006, 09:36 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
LVM Logical Volume Manager

Where have you been for the last year and a half?

pvcreate /dev/hdb /dev/hdd /dev/hde

vgcreate --addtag samba24x7 VolGroupSamba24x7 /dev//hdb /dev/hdd /dev/hde

vgdisplay VolGroupSamba24x7
# find this in the list of vgdisply <free number of physical extents for this volume group>
#use it for lvcreate LogicalExtentsNum

lvcreate --extents LogicalExtentsNum --name LogVolSamba01 VolGroupSamba24x7

mke2fs /dev/mapper/VolGroupSamba24x7-LogVolSamba01

vgchange VolGroupSamba24x7 -a samba24x7

mkdir /mnt/sambamnt
mount /dev/mapper/VolGroupSamba24x7-LogVolSamba01

SJ

You may need to play wih the extents or use a --size nnnx
__________________
Do the Math
Reply With Quote
Reply

Tags
drives, hard, multiple, samba, server

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
rsnapshot to multiple hard drives jrmontg Using Fedora 0 28th November 2006 09:22 PM
Multiple Hard Drives Seen as 1 Drive system7designs Hardware & Laptops 4 5th August 2005 09:12 PM


Current GMT-time: 21:54 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat