LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration

Welcome to LinuxQuestions.org, a friendly and active Linux Community.

You are currently viewing LQ as a guest. By joining our community you will have access to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!

Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.

Are you new to LinuxQuestions.org? Visit the following links:
Site Howto | Site FAQ | Sitemap | Register Now

If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.

Go Back   LinuxQuestions.org > HCL > External Storage Devices > Other
User Name
Password

Search · Register · Submit New Product ·
 

Freecom Network Drive 250 GB
Reviews Views Date of last review
1 3337 01-03-2008
spacer
Recommended By Average Price Average Rating
No recommendations None indicated 4.0



Description: External 3.5" Network hard drive from Freecom with LAN & USB 2.0
Capacity: 250 GB


Features :
Hard Drive Type: 3.5" SATA, low noise, low power consumption
Interface: LAN 10/100Mbps, USB 2.0
Fast centralized network storage
Can also be used as fast, portable USB 2.0 hard drive
Easy configuration in your network via built-in configuration assistant
Including LED capacity indicator
Uses TCP/IP protocol
Data securely accessible from within and outside your network (via the internet)
High quality, award-winning sleek aluminium enclosure
Two years manufacturers warranty
Keywords: External network hard drive / 3.5" LAN USB 2.0
Connection Type: LAN & USB 2.0


Author
Post A Reply 
Old 01-03-2008, 02:32 PM   #1
jengamaster
 
Registered: Jan 2008
Posts: 0
Would you recommend the product? no | Price you paid?: None indicated | Rating: 4

Kernel (uname -r): 2.6.20-1.2952.fc6
Distribution: Fedora Core 6



[Log in to get rid of this advertisement]
The box does not advertise Linux support, nor SMB, but a little research suggested that it should be possible...

Using smbclient
---------------
Partially works out of the box using smbclient on Linux, using the following packages.
- samba-client-3.0.24-11.fc6
- samba-common-3.0.24-11.fc6
- samba-swat-3.0.24-11.fc6
- system-config-samba-1.2.35-1.1
- samba-3.0.24-11.fc6

Command run:
# smbclient '//mynetworkdrive/MYSHARE' -U 'mysmbworkgroup\mysmblogin%mysmbpassword'

Issues:
- Does not report the domain, OS, or server name correctly.
Domain=[ȇ] OS=[] Server=[�]
- File mod times are not reported correctly


Using cifs
---------------
Works only with the Linux extensions disabled (using the following entry in /etc/modules.conf

install cifs \
/sbin/modprobe -r cifs; \
/sbin/modprobe --ignore-install cifs ; \
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled ; \
echo 0 > /proc/fs/cifs/cifsFYI ; \


/etc/fstab entry:

//mynetworkdrive/MYSHARE /external_network_drive cifs rw,user=MYSMBWORKGROUP\mysmblogin%mysmbpassword,servern=MYNETWORKDRIVE 0 9

The script I use to test it is the following:

umount /external_network_drive/; modprobe -r cifs;lsmod | grep cifs
modprobe cifs; lsmod | grep cifs ; mount /external_network_drive/ ; ls /external_network_drive/

Other
-----------
The FTP implementation on the network drive is buggy. It seems to ignore wildcards when ftping files from the network drive to the client Linux machine.

Overall verdict.. usable, but low marks to Freecom for making it tricky.
 is offline    






Add LQ To Your Yahoo Add LQ To Your Google Add LQ To Your MSN Add LQ To Your Blog
All times are GMT -5. The time now is 12:09 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