New USB drive enclosure
I needed some portable storage for my mp3s, so I ordered an AMS Venus DS3 3.5″ drive enclosure from NewEgg, and cashed in a gift card at Circuit City to get a 300GB Seagate drive.
Formatted the drive and copied everything over tonight:
That’s a lot of space, but I’m sure I can fill it.
BTW, if you are looking for an enclosure, I can’t recommend the AMS unit enough. There’s a reason it’s one of the top rated items at NewEgg. Inexpensive, easy to install, and almost completely silent. Good stuff.
Update: Contrary to the screenshot above, I ended up reformatting the drive as ext3. NTFS was just causing too many permission problems under Linux and Samba.
May 25th, 2006 at 9:23 am
Cool. I was wondering about getting an enclosure for my 80GB drive at home, not as large as 300GB, but it would be nice for keeping my apps consitant from here to home.
Laters
May 25th, 2006 at 9:32 pm
Like I said, I recommend the AMS. Seems to work quite nicely and it’s relatively cheap.
May 26th, 2006 at 11:42 am
MMMM Space. Gotta love it. I just tossed 250GB into my media server for now.
November 2nd, 2006 at 8:42 pm
[...] As I mentioned last month, I picked up a new hard drive to add to my home server. So I now have two internal drives, and one USB external drive attached to the box. [...]
January 31st, 2007 at 12:08 am
You said you reformatted to ext3, but how did you get windows to recognize it? I tried using an old ext2fs driver for windows a while back but had issues with ext2, let alone 3. Any suggestions?
January 31st, 2007 at 12:59 am
Deryck:
I guess I should have clarified… the external drive is attached to my SC430 running Gentoo Linux. That’s why the switch to ext3 made my life easier.
I’ve never tried to mount ext3 under Windows… but I can’t imagine it’s overly easy. :)
April 15th, 2007 at 5:56 pm
You can mount ext3 partitions on windows using this windows level kernel drive: http://www.fs-driver.org/
It mounts the ext3 filesystem as ext2 (backward compatibility). I have been using it for almost a year and never had a problem.