LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > HCL > External Storage Devices > Western Digital
User Name
Password

Notices

Search · Register · Submit New Product ·
 

Western Digital WDXF2500JBRNN
Reviews Views Date of last review
5 6962 08-17-2006
spacer
Recommended By Average Price Average Rating
80% of reviewers $238.67 9.0



Description: This powerful, feature-rich Media Center from Western Digital combines a high-capacity USB 2.0/FireWire external hard drive, 8-in-1 memory card reader, and USB 2.0 hub for versatility and space-saving convenience. Dual-option Backup buttons let you choose automatic or on-the-spot backup. The front-mounted power button is equipped with Safe Shutdown, a WD-exclusive feature that ensures all data as been transferred before shutting down the drive. The elegant case can be positioned vertically or horizontally.

Ease of use, all-in-one convenience, and a high-speed hard drive make the Media Center an ideal external storage solution. Instantly increase storage capacity, easily download pictures from digital camera memory cards, DV camcorders, and MP3 players, or back up valuable data, music, photos, and movies. 8 MB cache buffer – fast data transfer from a cache four times larger than the industry-standard 2 MB size.

Product Features

* 8-in-1 memory card reader
* Dual-option Backup—automatic or on-demand
* USB 2.0 hub with two ports; one conveniently located on the front for easy connection of USB peripherals such
as a keychain drive, printer, keyboard, or mouse
* 7200 RPM rotational speed and 8 MB cache for maximum storage performance.
* Includes Dantz Retrospect® Express backup software
* Built-in USB 2.0 hub for additional drive connections
* Two FireWire ports
* Front-mounted power button with Safe Shutdown for additional data protection
* Fluid Dynamic Bearing (FDB) motor for near-silent operation with WD's whisper-quiet hard drives
* Cool running ensured by an elegant, heat-dissipating case
* Vertical or horizontal placement
* Kensington® security lock
Keywords: Western Digital Multimedia Center 8 in 1
Chipset: Pentium 4, 2.53 GHz
Connection Type: USB 2.0


Author
Post A Reply 
Old 10-13-2004, 04:09 AM   #1
Micro420
 
Registered: Aug 2003
Distribution: Mac OS X Leopard 10.5.5, Windows 2003 Server/Vista/XP/2000/NT/98, Ubuntux64, CentOS4.7/5.2
Posts: 2,971
Thanked: 0
Would you recommend the product? yes | Price you paid?: $263.00 | Rating: 9

Kernel (uname -r): 2.4.21-0.13mdk
Distribution: Mandrake 9.1



[Log in to get rid of this advertisement]
To be honest, I don't know anything about mounting or setting up an external hard drive. I just plugged the USB cable into my computer, rebooted, and then the Mandrake bootup gave me something called the Diskdrake. It was a text-based configuration and I chose the option to mount it. I then clicked 'ok' and booted into my GUI (KDE). I went into the console and typed 'df' to see what was mounted, and behold my 250 GB external hard drive was there! I am now copying files onto it and backing up my data.

I have NOT tried the one-touch backup feature, nor have I tried the memory card reader built into the external hard drive, and this is why I gave it a 9/10 rating. I doubt it'll work, but that's okay. All I can say so far is that the basic 250 GB storage is there and it works fine. It is preformatted with FAT32 so it makes writing with Windows XP not a problem.
 is offline    
Old 02-11-2005, 06:18 AM   #2
masala
 
Registered: Feb 2005
Posts: 3
Thanked: 0
Would you recommend the product? yes | Price you paid?: $243.00 | Rating: 8

Kernel (uname -r): 2.6.9-1.667
Distribution: Fedora Core 3


I have the WDXB2500JBRNE which is the same as the WDXF2500JBRNN except it has no card reader.

I use firewire to connect and udev, HAL and Gnome do a good job and place one icon for each partition on the disk on my desktop when the drive gets plugged in.

I wrote an own HAL storage policy file /usr/share/hal/fdi/95userpolicy/storage-policy.fdi to influence the mount options and labels used by HAL.

I currently try to get use of the buttons on the disk, but still have no idea how to catch the events. I guess I have to use libraw1394 but it does not work - testlibraw1394 says:

couldn't get handle: No such file or directory
This probably means that you don't have raw1394 support in the kernel or that
you haven't loaded the raw1394 module.

... but in fact the module is loaded.

Firewire related lspci -v output:

02:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 46) (prog-if 10 [OHCI])
Subsystem: VIA Technologies, Inc. IEEE 1394 Host Controller
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at e8200000 (32-bit, non-prefetchable) [size=2K]
I/O ports at ff00 [size=128]
Capabilities: [50] Power Management version 2

Here is what lshal has to say about the device:

udi = '/org/freedesktop/Hal/devices/block_8_0'
storage.policy.should_mount = true (bool)
info.udi = '/org/freedesktop/Hal/devices/block_8_0' (string)
storage.requires_eject = false (bool)
storage.hotpluggable = true (bool)
storage.removable = false (bool)
info.product = '2500JB External' (string)
info.vendor = 'WD' (string)
storage.drive_type = 'disk' (string)
block.storage_device = '/org/freedesktop/Hal/devices/block_8_0' (string)
storage.physical_device = '/org/freedesktop/Hal/devices/ieee1394_0' (string)
storage.vendor = 'WD' (string)
storage.model = '2500JB External' (string)
storage.automount_enabled_hint = true (bool)
storage.no_partitions_hint = false (bool)
storage.media_check_enabled = true (bool)
storage.bus = 'ieee1394' (string)
block.minor = 0 (0x0) (int)
block.major = 8 (0x8) (int)
info.capabilities = 'block storage' (string)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/scsi_2_0_0_0' (string)
block.device = '/dev/sda' (string)
block.is_volume = false (bool)
block.have_scanned = false (bool)
block.no_partitions = false (bool)
linux.sysfs_path_device = '/sys/block/sda' (string)
linux.sysfs_path = '/sys/block/sda' (string)
info.bus = 'block' (string)

I'll post some news here if I made any progress concerning the buttons.
 is offline    
Old 02-13-2005, 10:41 AM   #3
masala
 
Registered: Feb 2005
Posts: 3
Thanked: 0
Would you recommend the product? | Price you paid?: None indicated | Rating: 0

Kernel (uname -r):
Distribution:


I did what described here:
http://www.linuxquestions.org/questions/showthread.php?postid=1398291#post1398291
and testlibraw1394 works, but I still have no idea how to catch the drive's button events.
 is offline    
Old 01-28-2006, 09:59 PM   #4
plasmatico
 
Registered: Jan 2006
Distribution: Debian testing
Posts: 0
Thanked: 0
Would you recommend the product? yes | Price you paid?: $210.00 | Rating: 10

Kernel (uname -r):
Distribution: Debian/Testing


The card reader actually also works. I'm using with the usb port and I didn't need to do anything for it to identify the card. You can mount both media types simultaneously. I only tried mmc+, since I don't use the other medias (ms, ms-duo, compact flash, etc). The device identified (in my case) for the hd was /dev/sdc1 and for the card reader, as soon as I stick the card in, /dev/sdb1.

Fast hard-drive (7200rpm), good value for money, works out-of-the-box, it deserves my 10! My model is the WD Media Center 320GB (WDXF3200JB).
 is offline    
Old 08-17-2006, 04:50 PM   #5
krus
 
Registered: Sep 2005
Distribution: kubuntu
Posts: 15
Thanked: 0
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 0

Kernel (uname -r):
Distribution:


Anyone figure out how to catch the button presses?
 is offline    





All times are GMT -5. The time now is 01:24 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Open Source Consulting | Domain Registration