Samba
From Support
Samba is an Open Source/Free Software suite that provides file and print services to SMB/CIFS clients especially the numerous versions of Microsoft Windows operating systems.
You can access your Netsoc Filestorage from most machines (including the Open Network) in college using Samba. Outside of college you'll have to use WinSCP.
Contents |
[edit]
From a Windows computer in college
- Press Start button, then Run.
- Type in
net use n: \\134.226.83.42\yourusername /user:COLLEGE\issusername
- where yourusername is your Netsoc username and issusername is your college username
- Press Enter
- If asked for your password enter your college password
- You should have a N drive available in My Computer, which will contain your files from Spoon.
[edit]
From a Macintosh computer in college
- Switch to the Finder (by clicking the smiling mac icon in the dock)
- Select "Connect to Server..." from the Go Menu (Command-K)
- Enter smb://spoon.netsoc.tcd.ie/yourusername (where yourusername is your Netsoc user-name) and click Connect.
- A network drive should mount called yourusername which will contain your files from Spoon.
[edit]
From a Linux system in college
- Open a Terminal
- Type in
smbmount '\\spoon.netsoc.tcd.ie\yourusername' /path/to/mountpoint -o workgroup=COLLEGE,username=issusername
- Press enter. If asked, use your college password.
- You should have now mounted your userspace on /path/to/mountpoint, which will contain your files from Spoon.
[edit]
Note
This has a tendancy to break from time to time (especially if you're in Computer Science). If this happens use WinSCP until we figure out how to fix it. Check back on this page for updates.
If you wish to access your files on Matrix, substitute matrix.netsoc.tcd.ie for spoon.netsoc.tcd.ie and 134.226.83.50 for 134.226.83.42.
