Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Overview of how I should best set up a file server?
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Mon Sep 29, 2014 9:18 pm    Post subject: Overview of how I should best set up a file server? Reply with quote

Ok, all you Linux masters,

I don't mean to have anyone launch into the details. But I want to set up a file server for a small LAN, where I can have users of Mac, Linux and Windows machines write files that may be needed by other users or by they themselves on any of the other platforms. For instance, say that a bunch of sound files get digitized by Mac, Linux and Windows-based machines, and some Mac user has done a lot of graphics work, creating images using things like Photoshop, Illustrator and Painter. Say that somebody wants to take any or all of those files, and make something with them (like a film), or maybe wants to use Final Cut, to make a narrated slide show. Another thing that would likely happen is that a programmer would want to create a database application to be the "big jukebox in the sky" that would allow people to play any of the sound files from a menu. In any case, you get the idea. It would be great to be able to set up directories for various kinds of files, and have them be accessible to Mac, Windows and Linux platform users.

I understand many of the the issues of file format compatibility between platforms. So I don't need to hear anything about that. What I'm wondering here is whether or not Linux in general (and Gentoo in particular) is the way to go, to create such a server, and if so, what pieces are needed to do it. Should I set up a Samba-kind of thing, make everything look like Windows, or what? I wish it were as easy as it used to be when one could bring up a Novell server, and make it look like a Mac hard drive to Mac users, while simultaneously make it look like a Windows hard drive to Windows users. Well, actually, now that I think about it, there were more interplatform file format compatibility issues then.

Anyway, if you have any general thoughts, recommendations, etc., I'm all ears. Thanks in advance.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon Sep 29, 2014 10:08 pm    Post subject: Reply with quote

Split from Old computer hacker (but Linux newbie) seeks guru... as it really is (and deserves) its own topic.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Mon Sep 29, 2014 10:56 pm    Post subject: Reply with quote

OK so if this were me with the project, I have 3 possible alternatives and different reasons for them. The order I give is the order of my preference. Keep in mind I went through the first thread with OS Newbie too, so I kind of know what you're after. Please read before getting angry.

One: Buy a NAS.

Reasons:

  1. Features. If you look at these things, they're not just file servers with RAID and an easy control panel, but they're also media servers for your (or your kids' or grandkids') ipods and ipads and Android devices, and a host of other things that someone our age just doesn't think of, but it's there.
  2. Easy. Hook up some disks, turn it on, go to the web page configuration, go to town.
  3. Price. If you consider your time to be worth anything, then you can't build a one-off for even close to the cost of these things, feature for feature. NAS devices are extremely competitive right now.
  4. Time. I have way too many projects and not nearly enough time, and this would be WAY down on the list.
  5. Linux. Most of these things run Linux or some other free OS anyway, with a few closed-source packages in there for good measure.


Two: A NAS distro.

Reasons:

  1. Somebody already thought of the things a good modern NAS needs, and they've set up a Linux distro (or FreeBSD or whatever) specifically for it.
  2. You still build your own hardware.
  3. You have more control over what's on the basic system.
  4. You get easy configuration through a control panel.
  5. Some of the NAS devices on the market are based on these distros anyway.


Three: Full-on DIY from source.

Reasons:

  1. Build your own hardware.
  2. Install software piecemeal.
  3. You control everything on the system.
  4. You learn the most.


I'll put my approach into another post.
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Mon Sep 29, 2014 11:45 pm    Post subject: Reply with quote

1clue wrote:
OK so if this were me with the project, I have 3 possible alternatives and different reasons for them. The order I give is the order of my preference. Keep in mind I went through the first thread with OS Newbie too, so I kind of know what you're after. Please read before getting angry.

One: Buy a NAS.

Two: A NAS distro.

Three: Full-on DIY from source.



I'm not going to get angry. Thanks for responding. Of your three choices, I would pick number one. And I may actually do that. But I'd really prefer to avoid buying anything at all. And I don't care the least bit about things like RAID, or any features at all, really. I'd like to simply make the drive space available to these different platforms, without a care in the world about anything that I don't need to care about.

I tried freeNAS, but found it to be way too complicated to configure, or even to understand. I'd bet that dedicated NAS boxes would seem simpler. But rather than go to that solution, I'll probably just connect a USB-tethered drive to each machine in turn as needed, and simply use sneakernet. That requires absolutely no muss nor fuss. I presume that I could format the drive NTFS, and have it be readable on any of the three platforms. Is that the case? (how's that for a Linux newbie question?)

@John R. Graham: That brings me to another point. I realize that this deserves its own thread. I thought about that before I appended it to the old one. But my inclination was to limit the scope of the population being questioned, to those who had been participating in my OS newbie seeks guru conversation. I was thinking that they had probably already become at least somewhat accustomed to my nature, and that because of that, I might avoid needlessly irritating some folks. Your call though.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Sep 30, 2014 12:12 am    Post subject: Reply with quote

You install Gentoo.
Decide where your shared volume will be, say /mnt/shared.
You export /mnt/shared via NFS, will work for Linux and OS-X.
You can share it via AFP for Mac if you like it more.
You share /mnt/shared using Samba/CIFS, for Windows machines.
It is irrelevant what filesystem is used.
You can keep sharing it over different protocols, like http for read only access, ftp, whatnot.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Tue Sep 30, 2014 12:49 pm    Post subject: Reply with quote

NTFS: You're going to want a good NTFS driver for your Mac. Linux works well enough.

I'm a big fan of sneakernet too, I have a slot-load SATA drive cartridge bay in most of my server hardware. I have enough bandwidth problems on my network.
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Tue Sep 30, 2014 1:44 pm    Post subject: Reply with quote

Jaglover wrote:
You install Gentoo.
Decide where your shared volume will be, say /mnt/shared.
You export /mnt/shared via NFS, will work for Linux and OS-X.
You can share it via AFP for Mac if you like it more.
You share /mnt/shared using Samba/CIFS, for Windows machines.
It is irrelevant what filesystem is used.
You can keep sharing it over different protocols, like http for read only access, ftp, whatnot.

Thanks, much! That is exactly what I had in mind.
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Tue Sep 30, 2014 1:55 pm    Post subject: Reply with quote

1clue wrote:
NTFS: You're going to want a good NTFS driver for your Mac. Linux works well enough.

I'm a big fan of sneakernet too, I have a slot-load SATA drive cartridge bay in most of my server hardware. I have enough bandwidth problems on my network.


I like the simplicity of it, and the fact that I don't have to "share" any drives over the network. That eliminates some concerns about vulnerability.

As for the NTFS driver (for the Mac), yes that's true. I'd forgotten about that. But I already have that covered anyway, just to make it possible to attach roving NTFS drives to a Mac when I want to deal with some Windows thing (on a Mac). Why I was thinking of using NTFS on the shared server drive was because the server space would look "common" to Windows and Mac machines, thus making things simpler from the views of Windows and Mac users. I could still obviously get to the drive from Linux machines.
Back to top
View user's profile Send private message
creaker
l33t
l33t


Joined: 14 Jul 2012
Posts: 651

PostPosted: Tue Sep 30, 2014 2:13 pm    Post subject: Reply with quote

I would install samba.
1. Windows, Mac and almost all the linux distros has built in protocols to connect to samba server. For Gentoo clients you have to install a small piece of software - cifs-utils
2. No matter what a filesystem do you use at server - ext, ntfs or something else - for clients it's just hidden under the hood. They operates with shares as with regular native partitions.
3. No need for any kind of drivers (ntfs or whatever else)
4. As for me, the main advantage of samba is ability to play movies and music directly from server. No need to download them to client before starting playback. FTP doesn't allow such a thing, you have to download file previously. Assuming the same with http and nfs protocols, though I'm not pretty sure.
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Tue Sep 30, 2014 2:58 pm    Post subject: Reply with quote

creaker wrote:
I would install samba.
1. Windows, Mac and almost all the linux distros has built in protocols to connect to samba server. For Gentoo clients you have to install a small piece of software - cifs-utils
2. No matter what a filesystem do you use at server - ext, ntfs or something else - for clients it's just hidden under the hood. They operates with shares as with regular native partitions.
3. No need for any kind of drivers (ntfs or whatever else)
4. As for me, the main advantage of samba is ability to play movies and music directly from server. No need to download them to client before starting playback. FTP doesn't allow such a thing, you have to download file previously. Assuming the same with http and nfs protocols, though I'm not pretty sure.


That sounds ideal. But I've wondered about is whether or not the various clients would be happy with files that they see under Samba. You say that clients operate with shares the way they do with native partitions. Does that mean that to Macs, files look like they are on say, a "Mac OS Extended (Journaled)" partition, and Windows machines think that they're talking to say, an NTFS partition? Can these different machines share server drive space, each seeing it as its own native format? If so, how does Samba deal with the inherent differences in things like file attributes? Or do you need to give each platform its own "share" area?
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Tue Sep 30, 2014 3:59 pm    Post subject: Reply with quote

No. All files accessed on a Samba share look like they're on a Windows filesystem, which is the downside for the *nix clients: file permissions aren't fully correct for the *nix model. However, if your Windows clients all use a sufficiently up-to-date version of Windows (7 and later), an NFS client is included (just not installed by default). That means that you can have a unified solution for all clients.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
creaker
l33t
l33t


Joined: 14 Jul 2012
Posts: 651

PostPosted: Tue Sep 30, 2014 5:38 pm    Post subject: Reply with quote

OS Newbie wrote:

That sounds ideal. But I've wondered about is whether or not the various clients would be happy with files that they see under Samba. You say that clients operate with shares the way they do with native partitions. Does that mean that to Macs, files look like they are on say, a "Mac OS Extended (Journaled)" partition, and Windows machines think that they're talking to say, an NTFS partition? Can these different machines share server drive space, each seeing it as its own native format? If so, how does Samba deal with the inherent differences in things like file attributes? Or do you need to give each platform its own "share" area?


You can't operate with shared partition in terms of low-level filesystem structure. You can't resize, recreate, formatting, defragmentation or any other low-level actions that you can do at the local partitions. All other operations (files and directories creation/deletion/movment/copying) can be done in a usual for the current system way. Without dedicating personal share for each system. Of course filees/directories operations should respect current permissions.
No need for additional drivers and third party tools for getting access to share (e.g. ext driver for Windows & mounting/un-mounting tool)
Back to top
View user's profile Send private message
Atom2
Apprentice
Apprentice


Joined: 01 Aug 2011
Posts: 185

PostPosted: Tue Sep 30, 2014 6:52 pm    Post subject: Reply with quote

John R. Graham wrote:
However, if your Windows clients all use a sufficiently up-to-date version of Windows (7 and later), an NFS client is included (just not installed by default). That means that you can have a unified solution for all clients.
I wish you were right, but unfortunately that's not correct - at least not for Windows 7 (I have to admit that I do not have any information about Windows 8 as I do not use that system): For Windows 7 only the Ultimate and Enterprise versions of Windows 7 do actually include an option to install the NFS client. Not even the Professional version which (due to its option to enable domain joins) is by far the most common version in SMB environments, does include the NFS client.

Given that the Enterprise version is only available for larger corporations under a volume license model, Windows Ultimate is the only option for home users and SMBs should they require NFS client support.

Atom2
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Tue Sep 30, 2014 8:09 pm    Post subject: Reply with quote

Following the "what could possibly work on everything" path is unsatisfactory. There's always something that doesn't work, and most of it doesn't work very well.

In order to make this seamless enough for the tech-unsavvy in your family or friends group is to have a share for each platform.

Macs CAN share NFS but it's not really all that friendly about it. Mac wants their particular breed of networking, especially if you want a Time Machine backup. Even though they CAN go to a cifs share or an nfs share, they generally don't show them when you browse the network, unless you know how.

I know that it's possible to make the same partition on the server look like NFS and CIFS and AFP, because I've seen it on commercially available NAS devices. According to the apple forums, the drive should be HFS+ shared over AFP, and Bonjour for time machine discovery. They also use Bonjour for media servers and networked audio systems, probably more. I'm sure there's some way for the same partition to look like the proper thing to each platform, and that includes Android and ios devices.

This link might give you an idea about the Apple side of it: http://blog.west.uni-koblenz.de/2013-04-24/timemachine-backup-of-mac-on-a-linux-fileserver/
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Wed Oct 01, 2014 2:15 am    Post subject: Reply with quote

John R. Graham wrote:
No. All files accessed on a Samba share look like they're on a Windows filesystem, which is the downside for the *nix clients: file permissions aren't fully correct for the *nix model. However, if your Windows clients all use a sufficiently up-to-date version of Windows (7 and later), an NFS client is included (just not installed by default). That means that you can have a unified solution for all clients.

- John


That was what I expected would be the case. Isn't there a third party NFS client for other versions of Windows 7? I have a couple of laptops that run W7Home 64-bit. I doubt that I'll ever go buy a copy of Windows in any form.
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Thu Oct 02, 2014 4:21 am    Post subject: Reply with quote

Interesting. I'd never have a Windows that wasn't pure straight from Microsoft. I only use it for testing software that customers will use from Windows.

Yes, there are lots of NFS drivers, some of them are good, and most of those cost money. Which one is best depends on the phase of the moon IMO and I haven't looked for awhile so you have to ask somebody else.
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Sat Oct 04, 2014 8:04 am    Post subject: Reply with quote

1clue wrote:
Interesting. I'd never have a Windows that wasn't pure straight from Microsoft. I only use it for testing software that customers will use from Windows.

Yes, there are lots of NFS drivers, some of them are good, and most of those cost money. Which one is best depends on the phase of the moon IMO and I haven't looked for awhile so you have to ask somebody else.


If I can avoid it (and there's really no reason why I can't), I will never again own or run a single line of Microsoft code. Well, that's not really completely true. I'll keep my two Windows 7 laptops for awhile, and a few old XP machines (until I get Gentoo sorted out on them). But the sentiment is there.

I expect never to have any customers who will run any of my code at all, at least knowingly, much less from Windows. I would just want the NFS drivers for use on my own LAN, so that I can easily move between various platforms while having access to common files.
Back to top
View user's profile Send private message
Roman_Gruber
Advocate
Advocate


Joined: 03 Oct 2006
Posts: 3846
Location: Austro Bavaria

PostPosted: Sat Oct 04, 2014 8:25 am    Post subject: Reply with quote

OS Newbie wrote:
1clue wrote:
Interesting. I'd never have a Windows that wasn't pure straight from Microsoft. I only use it for testing software that customers will use from Windows.

Yes, there are lots of NFS drivers, some of them are good, and most of those cost money. Which one is best depends on the phase of the moon IMO and I haven't looked for awhile so you have to ask somebody else.


If I can avoid it (and there's really no reason why I can't), I will never again own or run a single line of Microsoft code. Well, that's not really completely true. I'll keep my two Windows 7 laptops for awhile, and a few old XP machines (until I get Gentoo sorted out on them). But the sentiment is there.

I expect never to have any customers who will run any of my code at all, at least knowingly, much less from Windows. I would just want the NFS drivers for use on my own LAN, so that I can easily move between various platforms while having access to common files.


The thing is, do you use Skype? Since they got their hands on it I dissbanded it. Skype hardly worked before but after they took over Skype it goes worst. Want a mobile phone? I won t buy NOKIA bc it is bought my that company.

It is a pain already to be forced to use their horseshit at work so I keep far away from that and when someone asks me for advise I say sorry, I do not use that thing for years. No idea how it works and I am not htat interested at all.

For private life except gaming there is no need for that OS anyway
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Sun Oct 05, 2014 1:51 am    Post subject: Reply with quote

@OS Newbie,

If you can reasonably dictate which operating systems connect to your home network then your task is much easier and the commercial NAS approach loses its appeal.

Frankly the only mainstream consumer operating system that doesn't currently connect to my network on a semi-regular basis is iOS. That's random chance AFAIC. The people who connect want all the bells and whistles.

@tw04l124,

Skype is a huge problem for me. It doesn't work on Linux at all and it works marginally on Macs. I use it extensively for my work, and my wife uses it privately to talk to her family. I'm desperate for a replacement. We need text messaging personally and in groups, voice personally and in groups, and desktop sharing personally and in groups. Sometimes during a meeting we point a camera at a whiteboard for video. My wife uses video a lot.
Back to top
View user's profile Send private message
Spanik
l33t
l33t


Joined: 12 Dec 2003
Posts: 942
Location: Belgium

PostPosted: Sun Oct 05, 2014 10:28 am    Post subject: Reply with quote

Interesting thread, have been thinking about such a thing for some time. But something hasn't been touched and that is power consumption. Now what would be the most economical? I understand that in a commercial setting this would be second to reliability. But for home use power consumption is important (well, to me at least).

How would a Gentoo setup fare against a commercial NAS in that aspect? I'd prefer a Gentoo setup to a bought NAS for the learning experience. What would be the minimal requirements that result in low power with acceptable performance for such a file server? Let's say for 4 people with enough spread use. So not streaming 4 HD while at the same time doing other stuff, Gb ethernet available.
_________________
Expert in non-working solutions
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Sun Oct 05, 2014 5:48 pm    Post subject: Reply with quote

@Spanik,

Normally I'd say this should be a different thread, but somehow I think OS Newbie would want to go there.

The commercial NAS vendors have a lot going for them. They've already done a LOT of research (more than you could justify for a single box, or even a dozen of them) into hardware and found something they like. They've done a LOT of research into software and have come up with something that works best with that hardware. It's unlikely IMO that your hardware selections and your software configuration would come up with something that beats theirs in all ways, especially if you include cost into the mix.

Most of the SOHO NAS products are running Linux or FreeBSD under the covers, so technically speaking if you come up with hardware you like and that hardware is fully compatible with a Linux kernel, then you should be able to do as well as the NAS vendors aimed at the SOHO market would if they were using the same hardware you chose. As well, your priorities may be different from what the NAS vendors used, and because of that your home-brew NAS might match your specific needs much better than the commercially available options.

One thing I would emphatically say is stay away from WD green drives on Linux. I followed all the instructions and had 6 at one point, only one survivor left, the other 5 died within 9 months of purchase. I'm giving WD a break altogether for a few years, though I doubt they'll notice. :)

If you factor "learning experience" into it as any sort of significant factor, then I say go build your NAS from scratch. If your focus is just to get a cost effective NAS with all the standard bells and whistles -- especially if you have a flock of other people who want iOS and Mac and Windows and Android and whatever-kind-of-TV-that-is, and blu-ray and media servers -- then I say go buy a NAS. By the time you've finished, if you're a full time employee with a decent income, you can't possibly do all that as cheaply as the NAS vendors do.
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Tue Oct 07, 2014 4:41 pm    Post subject: Reply with quote

1clue wrote:
@Spanik,

Normally I'd say this should be a different thread, but somehow I think OS Newbie would want to go there...


Yeah, but then, I'd probably be happy staying in my original thread for years, the one about seeking a guru. Maybe I should create a forum for the express purpose of carrying on this conversation about being a curmudgeonly old gray-beard who bristles at the thought of being a newbie at anything, but finds himself in that position just because Linux is his only way out of the trap that is the ever-more-dumbed-down proprietary OS.

As for the NAS VS homebrewed solution, I've decided that I will divide the problem into parts. My main interest in having a file server (as a programmer, anyway) is to make all the technical issues having to do with incompatibilities between various platforms disappear. I don't want anybody to have to think about any things like file attribute compatibilities/incompatibilities between OS X, Windows, Linux, Unix, etc., as I construct shared applications (like a big jukebox/media server and its associated repository of media files and the database that goes with it). And since the W3C has shot Microsoft between the eyes (not that they've realized it completely), That feat can be easily accomplished by engineering the whole enchilada as a web application. All the clients, be they Mac, Windows, OpenBSD or what, can interact with my software the same way, without any platform-specific issues. That solves my main problem about file system compatibilities.

Other reasons for me to have a file server include things like providing shared directories for users, backup space in separate buildings here, etc. And for things like those, I can live with the limitations of having platform-specific areas, using NFS, Samba, and AFP. I don't care about things like Time Machine backup at all. So that won't matter. If people can't be bothered to place backup copies of things that are important to them, onto servers for protection, then I can't be bothered to even hear about any losses that they suffer.

So, I will forgo any benefits of having NAS units, and also quit thinking about whether or not transparent file sharing can be made to work between OS X, Windows and Linux users.
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Wed Oct 08, 2014 4:51 am    Post subject: Reply with quote

I'm speculating here, but I suspect that the NAS units probably use HFS+ volumes underneath. It seems to me that HFS+ has more sophisticated permissions than the others, which might mean that NFS and CIFS could fit inside HFS+, so to speak.

Again, speculation.

Really I think you don't want it to be time machine anyway, time machine takes over the entire drive (or partition in this case) and keeps stuffing data in until you run out, then deletes the oldest to make enough room for the next one. It's really a backup-only solution.
Back to top
View user's profile Send private message
causes
n00b
n00b


Joined: 24 Sep 2014
Posts: 9
Location: Finland

PostPosted: Wed Oct 08, 2014 7:04 am    Post subject: Reply with quote

I'm also interested in setting up my server computer to work as network storage. Currently i'm using just sshfs. I wish that the network storage would work just like locally mounted filesystems. Seems like i have to look into samba or NFS?
_________________
http://causes.fi/
Back to top
View user's profile Send private message
OS Newbie
n00b
n00b


Joined: 26 Aug 2014
Posts: 70

PostPosted: Thu Oct 09, 2014 1:42 am    Post subject: Reply with quote

1clue wrote:
I'm speculating here, but I suspect that the NAS units probably use HFS+ volumes underneath. It seems to me that HFS+ has more sophisticated permissions than the others, which might mean that NFS and CIFS could fit inside HFS+, so to speak.

Again, speculation.

Really I think you don't want it to be time machine anyway, time machine takes over the entire drive (or partition in this case) and keeps stuffing data in until you run out, then deletes the oldest to make enough room for the next one. It's really a backup-only solution.


I'll be constructing all of the shared apps that will be used by anyone and everyone on my network. And since I'll do so using web-based technologies, I can use whatever disk partitioning/volume formats that I wish. And given that, it makes sense to use NFS or some other Linux/Unix scheme, since the apps will be running on a Linux or Unix server. The users, be they running Unix, Linux, Mac, Windows or what, will interact with the server only through my apps. So it will be only my apps that will deal with disk I/O.

And I agree that Time Machine isn't worth considering (in my world). That, along with most other Apple apps can go die the death of 10,000 screams, as far as I'm concerned (and so can their authors, and the marketing honchos behind them). If any users want to run Time Machine, they're free to do so using drives that are physically connected to their workstations. I don't want to know about it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum