• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

best linux distro to use as a file server on a low end PC

I'd like to be able to access the system remotely as well if possible (I'd like to stick it in a closet and out of sight)

What would you guys use?
 
DSL (DamnSmallLinux) Might be your best bet, For this situation I personally would build a LinuxFromScratch system. takes time, but it is probably the smallest system you can make and will be highly optimized for your situation.
 
Either way, You want to get a system where the X windowing system is optional, for a file server, who needs it? Samba will need to be installed, and you might want to do some research on the different types file systems.

For this system, HD speed and Network access are key, ram does not matter as much. So you may want to invest in a raid controller and a gigabite Ethernet card (and hub if you don't already have it).

For a LinuxFromScratch system I would make the system then compile again only the packages that you need (they have dependency lists on the linux from scratch web site) After all, you don't want that file server to be waisting space on the operating system.

Hope this helps. 🙂
 
You can use anything you want. You could install a full ubuntu system, configure it using the gui, then set it to headless and reboot.
 
Use Debian Etch.

During the install tell it you want a file server. Make sure to install openssh-server

Done.
 
Back
Top