Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
XIII said:
Very tempted to just start now, screw the files on there. :p They're not mine.

Currently I've downloaded the freeNAS iso, and burnt it. I'll insert my Windows CD, delete the Windows partition, and then go with the freeNAS CD.. and I'll let you know exactly what I do. :) Nice to have somebody in the same boat as me, haha.

just so you know, i'm kinda in the same boat also, except i want to use a mac for the server. but either way, i want to know how to do it with linux also
 
XIII said:
Huh?

*lost*

I think with freeNAS its all on the iso? I hope? :confused:

I have backed up all files.. ready to go tomorrow.


Oh I dont know... Thats me trying to talk like I know something.... I just thought the above posters were talking you can get linux with or without a GUI and I wasn't sure if you were doing that or not.
 
poppe said:
Oh I dont know... Thats me trying to talk like I know something.... I just thought the above posters were talking you can get linux with or without a GUI and I wasn't sure if you were doing that or not.

A linux distro comes with a GUI but you can configure not to use it.
 
stop whining and get to it already! :D

hey everyone,

I'm getting a bit disapointed with some of the posts on this thread... are you scared of getting your hands dirty or something? :mad:
the way I see it there's a choice to be made between:
a) buying something pre-built;
b) reviving some old computer that you have in your attic;

If there's people over here who are unwilling to read instruction manuals and prefer to spend some money instead of their precious time, fine. You're not alone, that's why there are storage appliances for sale. Here are a few: http://www.imagemrio.com.br/descricao.asp?CodProd=NSLU2&Pgn=3
http://www.ncix.com/search/?quicksearch=network+storage&minprice=Min.+Price&maxprice=Max.+Price
http://www.ebuyer.com/UK/product/108449

When you buy these, you get a kind of a blackbox, just plug it in your network and mount the drive on your computers.
So there, the non-technically inclined can now stop whining and head for the shop of their choice :p

As for the other ones, the people who really want to take advantage of some old PC they have lying around, here's what you need:
1) Xubuntu CD (www.xubuntu.org). Download and install with all default settings;
2) set up samba services: http://ubuntuguide.org/wiki/Dapper#How_to_install_Samba_Server_for_files.2Ffolders_sharing_service
3) set up shared drives with or without passwords: http://ubuntuguide.org/wiki/Dapper#...2Fwrite_permissions_.28Authentication.3DNo.29
4) (optional) set up remote access to the server, so you can use it without screen/keyboard: http://ubuntuguide.org/wiki/Dapper#How_to_install_SSH_Server_for_remote_administration_service
or: http://ubuntuguide.org/wiki/Dapper#How_to_configure_remote_desktop_.28not_secure.29

Now if that looks too complex, then you might want to join the "pre-built buyer" crowd - there's no shame in that. Otherwise if you're eager to learn and realise that this server is idle most of the time, have it work for you:
1) set up IMAP services: http://www.odrakir.com/blog/?p=402
2) turn the server into a media centre: http://www.linux.com/article.pl?sid=06/01/04/1855257

Enjoy! :)
 
Ok, here's what I've done:

Installed Ubuntu Linux, wiped the internal HD on the computer clean.

Now, I have fiddled around in the Terminal thing changing various settings (from that Ubuntu wiki), and I have used the sharing folder feature in the Ubuntu GUI.. and I don't know whats going wrong.

How do I connect to the share on my Mac? I have installed Samba, I believe..? I have tried doing smb://[my username (jack)]@[ip address that doing ifconfig in Linux gives me]/UBUNTU/home/jack/test. This then gives me an authentication window sometimes, when it asks for user, password, and workgroup (I haven't set anything here have I? :confused:).. and no matter what I put I can't seem to get it to connect. Sometimes I won't even get that authentication box. FWIW, I am trying to access this from my iMacs which are wireless. The Linux box is hard wired into the router.

I am totally confused.. any simple help would be GREAT. Thank you all! :D
 
I'm not on my linux box now but I'll try. Is Samba running? Go to a terminal and type "ps -aux" (no quotes), do you see a process called "nmbd" or "smbd"? If yes Samba is running. Next you should check your config file (samba.conf) which should be in the /etc directory/folder. In another terminal type "man samba.conf" to see the man page which list and explains all the options.

As far as the auth window, Samba is just comparing the info you enter to what it has to determine if it should let you in. So you need to intially tell Samba who can come in - via samba.conf.

I'll probably be of more help when I'm at my linux box.

Edit: The config file is smb.conf not samba.conf and the manpage command is 'man smb.conf'
 
iTwitch said:
I'm not on my linux box now but I'll try. Is Samba running? Go to a terminal and type "ps -aux" (no quotes), do you see a process called "nmbd" or "smbd"? If yes Samba is running. Next you should check your config file (samba.conf) which should be in the /etc directory/folder. In another terminal type "man samba.conf" to see the man page which list and explains all the options.

As far as the auth window, Samba is just comparing the info you enter to what it has to determine if it should let you in. So you need to intially tell Samba who can come in - via samba.conf.

I'll probably be of more help when I'm at my linux box.

Thanks, I'll check these when I can get to it tomorrow.. The bit I'm not sure about is what I should be entering on the Mac side.. and what settings I need to have on the Samba configuration file to make that happen. I'm not too bothered about any security.

Any help would be great - thanks a lot. :)
 
XIII said:
Now, I have fiddled around in the Terminal thing changing various settings (from that Ubuntu wiki), and I have used the sharing folder feature in the Ubuntu GUI.. and I don't know whats going wrong.
In this case, if you prefer to have user authentication, you must use the command line instead of the GUI. you should have followed the instructions closely. ;)

How do I connect to the share on my Mac? I have installed Samba, I believe..? I have tried doing smb://[my username (jack)]@[ip address that doing ifconfig in Linux gives me]/UBUNTU/home/jack/test. This then gives me an authentication window sometimes, when it asks for user, password, and workgroup (I haven't set anything here have I? :confused:)..
When you were following the instructions on the Ubuntu Guide Wiki, at some point you had to create a configuration file named "smbusers" with something like:

system_username = "network username"

where system username is the owner of the share on the ubuntu box (jack) and network username is the name you will be typing on the Mac. a perfectly valid choice would have been:

jack = "jack"

:)

so, if you type smb://UBUNTU (or smb://ipaddress) on your mac, you must use the "network username" as the login.

The password was set when you typed "sudo smbpasswd -a system_username". if you took note of what you did earlier you'll have a new share mounted on your desktop :)

and no matter what I put I can't seem to get it to connect.

If all else fails, start over by deleting the smbusers file, then commenting out the lines you added on the smb.conf file. If you backed up the smb.conf file before starting, revert to the original copy.

You should also ensure that the workgroup on the mac and on the ubuntu box match. ON the mac this can be set under Utilities->Directory access, while the ubuntu box will have all its config on the smb.conf file.

Good luck

Nuno
 
Once you get Samba set up. Launch finder on the Mac and go to menubar and click Go - Connect to Server. Now enter 'smb://192.168.1.3' (using the net address of your linux box) and click Connect. Now you should see a Select the SMB... window except the joe will be XIII, click OK. Now an Auth window should pop up, use your WORKGROUP, NAME and PASSWORD and click OK.
Finally your share will mount on the desktop. "Joe" in my case.
 

Attachments

  • Picture 1.jpg
    Picture 1.jpg
    19.8 KB · Views: 83
  • Picture 3.jpg
    Picture 3.jpg
    32.6 KB · Views: 96
  • Picture 5.jpg
    Picture 5.jpg
    72.6 KB · Views: 71
Ok.

I'm getting pretty fed up now. I deleted Samba all together, then reinstalled it. I then did the user thing, and setup my user, called "apple". Lets say password was "password". That all seemed to go through. Then I right clicked on my folder I wanted to share, called jack, chose to share it via Samba..

Then on the PC, I will go to the IP address "ifconfig" gives me.. so I type: smb:// (ip address)/home/jack

Then it asks what workgroup, I say MSHOME (thats what Ubuntu said it was on), and it asks for username and password.. I put in "apple" and "password", Now it says: "Could not connect to the server because the name or password is not correct." I tried changing the user and password.. no avail. Grrrrrrr.

Any ideas? Thanks all.
 
XIII said:
Ok.

I'm getting pretty fed up now. I deleted Samba all together, then reinstalled it. I then did the user thing, and setup my user, called "apple". Lets say password was "password". That all seemed to go through. Then I right clicked on my folder I wanted to share, called jack, chose to share it via Samba..

This folder 'jack' is that on your Mac? If so you can use finder to move stuff from jack to PC.
Then on the PC, I will go to the IP address "ifconfig" gives me.. so I type: smb:// (ip address)/home/jack
Use the finder to log in as I described.
Then it asks what workgroup, I say MSHOME (thats what Ubuntu said it was on), and it asks for username and password.. I put in "apple" and "password", Now it says: "Could not connect to the server because the name or password is not correct." I tried changing the user and password.. no avail. Grrrrrrr.

Any ideas? Thanks all.

Sounds like Samba is not configured correctly?

Did you use smbpasswd to tell Samba jack's password?
Could you post or PM your smb.conf?
 
iTwitch said:
This folder 'jack' is that on your Mac? If so you can use finder to move stuff from jack to PC.

Use the finder to log in as I described.


Sounds like Samba is not configured correctly?

Did you use smbpasswd to tell Samba jack's password?
Could you post or PM your smb.conf?

The folder 'jack' is on the Linux box - its the shared folder I'm trying to access on the Mac. I will try doing it just smb:// (ip address) - and then seeing what comes up when I next have access to it tomorrow morning.

I'll then post up my smb.conf.. it would appear that is the problem. I did use smbpasswd to tell Samba the password yes.. I followed the instructions in the Ubuntu wiki thing.

Thanks so much for your help - I'll get the info as soon as I can.
 
On the linux box did you:

smbpasswd -a jack (as root)

at which point you should have been prompted for a password.

I'm not crazy about GUI tools and that's how I do it from the command line.
 
iTwitch said:
On the linux box did you:

smbpasswd -a jack (as root)

at which point you should have been prompted for a password.

I'm not crazy about GUI tools and that's how I do it from the command line.

Yes, I did do that.. not sure as root though? How would I do that?

I'll post the smb.conf file up tomorrow..
 
When your logged in as a user you can manipulate your stuff but the system is off limits. Root however can do pretty much anything. Did you use sudo, sudo is like being root for a single command.

Anyway, to become root type 'su' at a term prompt and enter the password when prompted. But be carefull, as root you have the power to hose the system.
 
Ok, here's what has happened. I did the just the IP address, and then selected "jack" to connect to.. and then in the authentication window, put nothing but the workgroup - MSHOME. Left the other fields blank. It mounted the drive, and works well. Wierd, huh?

When I tried to switch to root, typing "su", it asked me to authenticate with my password, but always told me: "su: Authentication failure". :confused: I will post my Linux smb.conf file in just a minute.. but for now I'm a little confused. I don't neccesarily need a user or any security on this share.. but I thought I set it up with it? Hhmm. Maybe the problem does lie in the smb.conf file.
 
It wouldn't all fit in the other post.. thus this new post for part 1 smb.conf file:

Code:
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash) 
# is a comment and is ignored. In this example we will use a #
# for commentary and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic 
# errors. 
#

#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
   workgroup = MSHOME

# server string is the equivalent of the NT Description field
   server string = %h server (Samba, Ubuntu)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
;   wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# This will prevent nmbd to search for NetBIOS names through DNS.
   dns proxy = no

# What naming service and in what order should we use to resolve host names
# to IP addresses
;   name resolve order = lmhosts host wins bcast

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
;   interfaces = 127.0.0.0/8 eth0

# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself.  However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
;   bind interfaces only = true



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
;   syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
   syslog = 0

# Do something sensible when Samba crashes: mail the admin a backtrace
   panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba-HOWTO-Collection/ServerType.html
# in the samba-doc package for details.
;   security = user
username map = /etc/samba/smbusers

# You may wish to use password encryption.  See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
   encrypt passwords = true

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.  
   passdb backend = tdbsam

   obey pam restrictions = yes

;   guest account = nobody
   invalid users = root

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
;   unix password sync = no

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
;   pam password change = no

########## Domains ###########

# Is this machine able to authenticate users. Both PDC and BDC
# must have this setting enabled. If you are the BDC you must
# change the 'domain master' setting to no
#
;   domain logons = yes
#
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of the user's profile directory
# from the client point of view)
# The following required a [profiles] share to be setup on the
# samba server (see below)
;   logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
;   logon path = \\%N\%U\profile

# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
;   logon drive = H:
;   logon home = \\%N\%U

# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
;   logon script = logon.cmd

# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe.  The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u

########## Printing ##########

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
;   load printers = yes

# lpr(ng) printing. You may wish to override the location of the
# printcap file
;   printing = bsd
;   printcap name = /etc/printcap

# CUPS printing.  See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
;   printing = cups
;   printcap name = cups

# When using [print$], root is implicitly a 'printer admin', but you can
# also give this right to other users to add drivers and set printer
# properties
;   printer admin = @lpadmin
 
and part 2:

Code:
############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /home/samba/etc/smb.conf.%m

# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html
# for details
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192
   socket options = TCP_NODELAY

# The following parameter is useful only if you have the linpopup package
# installed. The samba maintainer and the linpopup maintainer are
# working to ease installation and configuration of linpopup and samba.
;   message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &

# Domain Master specifies Samba to be the Domain Master Browser. If this
# machine will be configured as a BDC (a secondary logon server), you
# must set this to 'no'; otherwise, the default behavior is recommended.
;   domain master = auto

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
;   idmap uid = 10000-20000
;   idmap gid = 10000-20000
;   template shell = /bin/bash

#======================= Share Definitions =======================

# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares.  This will share each
# user's home directory as \\server\username
;[homes]
;   comment = Home Directories
;   browseable = no

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.  Un-comment the following parameter
# to make sure that only "username" can connect to \\server\username
;   valid users = %S

# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
;   writable = yes

# File creation mask is set to 0600 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0664.
;   create mask = 0600

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
;   directory mask = 0700

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700

wins support = no
[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# Replace 'ntadmin' with the name of the group your admin users are
# members of.
;   write list = root, @ntadmin

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#	cdrom share is accesed. For this to work /etc/fstab must contain
#	an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#	is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom


[public]
comment = Public Folder
path = /home/public
available = yes
browseable = yes
public = yes
writable = yes
create mask = 0777
directory mask = 0777
force user = nobody
force group = nobody

[jack]
path = /home/jack
available = yes
browseable = yes
public = yes
writable = yes

I hope this can help explain some of my problems! Sorry for the three simultaneous posts - I think it was needed to add so much text!

Thanks very much.

EDIT: Hhmm. I cant seem to write anything to the mounted volume - only browse. It says I dont have permission basically. I have tried changing the "security = user" to "security = share" and deleting the line about smb users.. but.. to no avail. I guess this is because of my screwed up smb.conf file again? Thanks.
 
aha! PBCAK ! :D

hi again!

I regret to inform you that if you want to set this thing up properly you have to use the command line. or the GUI. not both at the same time :D
In this case use the command line. when it's done and working correctly you'll never have to touch it again.

I'd say that your smb.conf file has a few ";" too many, which has the same effect of "#", ie: a line that begins with any of these symbols is ignored when the computer reads the configuration file.
Have another look at the line that reads
"security = user"
and remove the ";"
It is safest if you copy and paste the lines from the ubuntu guide into the smb.conf file instad of typing them in.

On the other hand, from what I see on your latest post, there is really no need to have authentication, is there? That's the kind of decision that should be made before starting the configuration bits :)

If all you need is a "public" folder like the one OS X sets up, for anyone to read and write without typing in passwords, then you need to follow these instructions: http://ubuntuguide.org/wiki/Dapper#...2Fwrite_permissions_.28Authentication.3DNo.29
 
XIII said:
Ok, here's what has happened. I did the just the IP address, and then selected "jack" to connect to.. and then in the authentication window, put nothing but the workgroup - MSHOME. Left the other fields blank. It mounted the drive, and works well. Wierd, huh?

Not really, it's probably how you configured Samba.
When I tried to switch to root, typing "su", it asked me to authenticate with my password, but always told me: "su: Authentication failure". :confused: I will post my Linux smb.conf file in just a minute.. but for now I'm a little confused. I don't neccesarily need a user or any security on this share.. but I thought I set it up with it? Hhmm. Maybe the problem does lie in the smb.conf file.

Root, it does't want jacks password it wants the root {system} password. Didn't Ubunatu ask for one? Maybe not, they might have root disabled for security and prefer you use sudo?

I'll look over your smb.conf.
 
iTwitch said:
Not really, it's probably how you configured Samba.


Root, it does't want jacks password it wants the root {system} password. Didn't Ubunatu ask for one? Maybe not, they might have root disabled for security and prefer you use sudo?

I'll look over your smb.conf.

Thanks.

Ubuntu didn't ask for one, no.. I guess its disabled. I will try some stuff mentioned in nplima's post above yours.. see how it goes. :) Let me know if you see anything in the smb.conf file.
 
nplima said:
hey everyone,

I'm getting a bit disapointed with some of the posts on this thread... are you scared of getting your hands dirty or something? :mad:
the way I see it there's a choice to be made between:
a) buying something pre-built;
b) reviving some old computer that you have in your attic;

I once put over 6 hours total into getting a Fedora server running. (IMAP, SMTP, Apache [with multiple domain hosting], FTP, SAMBA, and DHCP [it was to replace the home router])

Man, that was a waste of time. :mad: I had issues where every FTP user required shell access, too, which I didn't want to have happen. Anyway, I'm just leaving my Mac running as a basic FTP server and web server for now... still want to get that server to work...
 
EDIT: Hhmm. I cant seem to write anything to the mounted volume - only browse. It says I dont have permission basically. I have tried changing the "security = user" to "security = share" and deleting the line about smb users.. but.. to no avail. I guess this is because of my screwed up smb.conf file again? Thanks.

Writing to what? /home/public or /home/jack ? You didn't auth. as jack when you logged in so you can't write to /home/jack but /home/public should work.

"security=user" should do it, when you make a change to smb.conf you need to restart Samba for the changes to take effect.

Your almost there. :cool:
 
I did it! :D

Basically, I went through the stages on this to give me read/write permissions with no authentication. I got rid of all the stuff I had done in the GUI, and just went with the command prompts.. and it seems to have worked. I can mount the share, write to it, change it.. etc. :) I didn't go with sharing "public" as is said in the tutorial - rather I just shared jack. Simply changed where it says "home/public/" to "home/jack/".

Couple of small questions - is there a way to automatically mount the Share on startup? And can I rename the share somehow - it comes up as JACK in OS X.. I would prefer Jack or jack. :p And.. what about power on the old computer. Anyway to minimise its power consumption? Thanks.

Thanks so much for all of help folks.. :) Thanks for putting up with me. :) I may be back when it comes to adding more HDs.. and gigabit stuff. :D
 
XIII said:
I did it! :D

Couple of small questions - is there a way to automatically mount the Share on startup? And can I rename the share somehow - it comes up as JACK in OS X.. I would prefer Jack or jack. :p And.. what about power on the old computer. Anyway to minimise its power consumption? Thanks.

Congratulations.

Auto mount? I don't know, but I expect there is?

Mine always comes up all caps too. Never really looked into it.

Reduce power consumption, go headless and remove video card and keyboard. Before you can do that you'll need an alternate way of getting into the PC like ssh.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.