Lost Password? No account yet? Sign up! Why bother?
  • Narrow screen resolution
  • Wide screen resolution
  • Auto width resolution
  • Increase font size
  • Decrease font size
  • Default font size

SmallNetBuilder - Small Network Help

  
Home arrow NAS arrow NAS How To arrow How To: Convert your Xbox to a NAS - Part 2
How To: Convert your Xbox to a NAS - Part 2 Print E-mail
Kevin Herring   
December 28, 2005

Introduction

So you now have followed Part 1 of this 'How To' and have completed the hardware part of the project. In this part, we're going to install the open source software that will get your modified 'box running as a SAMBA fileserver. We'll also get a complete LAMP-based webserver up and running so that we can install the TorrentFlux client that you'll be able to use to manage all your BitTorrent downloads.

First, you can now put the top back on your modified Xbox and tuck it away in a cupboard and forget about it. Everything we do from now on will be via SSH. Now it's time to do a bit of reading. If you're not familiar with Linux partitioning, formatting and mounting, first take a look at this entire document. To format and mount our new disk you will need to type in the following when logged in as root:

fdisk /dev/hdb
n (new partition)
p (primary partition)
1 (partition 1)
enter ( to select the default first cylinder of 1)
enter ( to create the partition using the entire disk)
w (to write the new partitions to disk)
q ( to quit )

now format it with:
mkfs -t ext2 -j -m 1 /dev/hdb1

Then create a directory in which you will mount the disk:
mkdir /samba_share (or whatever you want to call it)

and then make it readable and writable to everyone:
chmod 777 /samba_share

Now we want to automatically mount the drive every time the Xbox boots. Edit your /etc/fstab file using vim, and add the following line at the bottom:
/dev/hdb1 /samba_share ext3 defaults 2 1

then exit vim and then mount it:
mount /samba share



Comments (5)Add Comment

New comments have been disabled. Please use the Forums

busy

Tags: How To, NAS, Xbox,

Related Articles:

How To: Convert your Xbox to a NAS - Part 3
Slideshow - Synology DS207
How To: Hacking the Linksys NSLU2 - Part 4- Customizing the Flash
How To: Convert your Xbox to a NAS - Part 1
How To: Hacking the Linksys NSLU2 - Part 5- Moving to Unslung
 

Top NAS Products

MediaSmart Server EX470
Lowest Price: $ 539.95

ReadyNAS Duo 500GB Network Attached Storage
Lowest Price: $ 352.06

LinkStation Pro Duo 1TB Network Attached Storage
Lowest Price: $ 264.95

SC101 Storage Central
Lowest Price: $ 26.96

EX475 MediaSmart Server
Lowest Price: $ 657.99

Most Read

 
 

Over at the Forums

Intel SS4200-E
Hi, Since I've been dealing over the phone with Intel tech support since Monday, it would be really nice if I can cross-reference things with anyone...

Looking for Router with Parental Control
I'm actually looking for a router to replace my wpn824 (Netgear). Preferrably with QOS for VOIP but most importantly good parental control. I don't...

Good article on gigabit Ethernet performance
If you've been wondering whether Vista makes a difference in gigabit LAN performance, this guy has the data to show that it does. ...

Your knowledge and assistance is needed
Hi, My name is Sam. I am looking for a wireless solution. I have two routers now, one a G- router (Linksys with SRS) which makes it to my most...

Trendnet TWG-BRF114 Gigabit Firewall Router - Any experiences?
I'm looking for a wired router with decent firewall capabilities, basic QoS and WAN-to-LAN throughput to handle Adsl2+ speeds. In Europe, D-Link...

Slideshows

D-Link DNS-343 4-Bay Network Storage Enclosure Thecus N3200 RAID 5 NAS D-Link DIR-628 RangeBooster N Dual Band Router Adtran NetVanta 3120 Buffalo LinkStation Mini Intel Entry Storage System SS4200-E More

Win This!

Enter to Win!

You could win a NETGEAR RangeMax Dual Band Wireless-N Router and Dual-Band USB Adapter

Learn How!

 
Go Shopping with PriceGrabber

Get Email Updates

Enter your email address:

Delivered by FeedBurner once a day

 


This page took 0.106748104095 seconds to load.