From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GhAiJ-000315-VT for garchives@archives.gentoo.org; Mon, 06 Nov 2006 20:05:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA6K06OV001743; Mon, 6 Nov 2006 20:00:06 GMT Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA6Ju9MY029623 for ; Mon, 6 Nov 2006 19:56:09 GMT Received: by wr-out-0506.google.com with SMTP id i12so225892wra for ; Mon, 06 Nov 2006 11:56:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rb561m232pENijUKlYHFcwXCH6L91vDkO66VwKn7vQln9h/F4hzf6+hWAC5luFZmyrmbGgE9foKRivkp28MochAl1lwxmPl7HZ1M3fElNQ6GR5KB8Gvy5g+zv/eQWnLh/DHVCiJKM8oLjFya81EXsEh+jVVFOkEH6jA+Ym6yEJw= Received: by 10.78.83.13 with SMTP id g13mr7192272hub.1162842967612; Mon, 06 Nov 2006 11:56:07 -0800 (PST) Received: by 10.78.155.14 with HTTP; Mon, 6 Nov 2006 11:56:07 -0800 (PST) Message-ID: Date: Mon, 6 Nov 2006 11:56:07 -0800 From: "James Ausmus" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: sanba mount on host machine In-Reply-To: <87r6wgv28h.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <873b8xwu9r.fsf@newsguy.com> <20061106144834.a9fa29c6.hilse@web.de> <87r6wgv28h.fsf@newsguy.com> X-Archives-Salt: 333967c6-203d-44ea-8411-d905b0f81775 X-Archives-Hash: 6b8e138606979dfa657447cd5af67b63 On 11/6/06, reader@newsguy.com wrote: > Hans-Werner Hilse writes: > > > Hi, > > > > On Sun, 05 Nov 2006 13:47:12 -0600 reader@newsguy.com wrote: > > > >> Is this possible withou really negative impact of some sort. > > > If this is a question (please clarify a bit, and use question marks > > when appropriate!): Of course it has a negative impact -- opposed to > > built-in storage, which should be faster than network based storage :-) > > I guess it was phrased awkwardly, but did you not see the rest of the > post? <== > > (Posted here again for clarity) > > Install as many HDD as mobo allows maybe adding a few more with pci > controllsers. (all sata if possible) > > Install Gentoo as host OS on a smallish partition or drive. Mount > all remaining drives as CIFS mounts accessable from samba or smb > from host or windowsXP clients. All this over gigabit ethernet. > > > But if you have Windows clients, that's almost the only option you > > have. Well, you could go with WebDAV, but I wouldn't recommend that, > > it's most probably not nearly as stable as Samba. > > > Even for Linux/Unix clients (given they have proper CIFS/SMB support) > > Samba is a capable option for a networked file system. > > Rephrasing the question: Will it work to mount a hosts (gentoo host) > native onboard drives as cifs mounts only. These drives would all be > formatted NTFS In short - no. Samba/CIFS are *network* filesystems - you can't "format a partition with a Samba or CIFS filesystem", and you can't mount a local drive as Samba or CIFS - it is not a physical filesystem, but a protocol to access a share *over a network*. All you need to do is format these drives with the filesystem of your choice (I personally like ReiserFS, I've heard some people say that XFS is better/faster for really big files, or, if you don't want/need journaling, maybe just ext2?), then setup Samba to share those drives over the network to the other computers that need to access them. The magic of Samba/CIFS is that the other computer have absolutely *No Clue* what the *underlying* filesystem on the physical drive is - they don't care, and they don't need to care, as the Samba server on the Gentoo side takes care of all of that. The filesystem on the client side (the Windows box - NTFS) won't make any difference whatsoever when transferring files to the Samba share, as Samba is Samba is Samba - no matter the underlying physical filesystem that the Samba share is "from". HTH- James > > (unless someone can tell me there is a linux format that > will be as fast when dealing with huge video files. And will not > introduce some problem when trnaferring between NTFS on a client and > whatever format on the gentoo box) > > I don't want to dink around with mounting as NTFS because of poor or > non existent or illegal linux support for NTFS. > > The gentoo host would have its own partition or drive and would serve > as a NAS for the other NTFS drives. > > So once again the question is can gentoo have its native drives (not > the OS drive) formatted as NTFS and mounted only as cifs mounts on the > same machine? > > > OTOH, there's Windows SFU, which you can use to mount NFS shares, but I > > heard it's a pain in the *** to set it up. > > You heard right. I've done it but it took a while and far as I know > there is some inherent bottleneck with NFS moving huge files anyway. > (That is hearsay since I did not try it when I had that setup. I > didn't have the need to move huge files then) > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list