• 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.

Setting up a file server

pheonixav

Junior Member
I have an old gateway with a Celeron 533 MHz Processor, 384 in Ram, 40 gig HD and a Nic Card. I want to set it up to be a file server on my existing network. It has no OS and all the PC's on my network are using Windows XP. I want to know what OS I should use, I have some Linux knowledge, I want something simple. Thanks
 
Simple or easy?

I'd just go with a Linux install, pick any distro your familar with and don't install or turn X windows off when you don't need a GUI running.

(for Suse/Mandrake/Fedora you have them run in "runlevel 3", which you edit the /etc/inittab to make default)

Do all your remote administration thru Putty.exe and ssh, or Webmin, or VNC, from your desktop machine.
 
Also study a bit about how to set up Samba, otherwise there's no point using linux with the windows boxes. Samba allows Windows to access shares on a Linux/Unix box.
 
Also study a bit about how to set up Samba, otherwise there's no point using linux with the windows boxes

Not true, you could install SFU and use NFS or even just use WinSCP if you don't care to have a mapped drive.

oh and

Debian.
 
Originally posted by: Nothinman
Not true, you could install SFU and use NFS or even just use WinSCP if you don't care to have a mapped drive.
What's WinSCP? I would love to know how to use NFS with Windows instead. Samba can be such a pain.
 
NFS is ass, I would avoid it. But just google WinSCP, if you have ssh setup you can use WinSCP to copy files back and forth.
 
Back
Top