LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-03-2010, 06:54 PM   #1
Buckeye1999
LQ Newbie
 
Registered: Jan 2010
Posts: 3

Rep: Reputation: 0
How do I detect and mount an external hard drive through my router?


I just purchased a Western Digital My Book World Edition External hard drive and need to mount and format. My router sees the connection but I am now unsure how to proceed. Will linux detect the new device through my wireless connection? I know very little about Unix based or Linux commands. Please advise as to how to proceed.
 
Old 01-03-2010, 07:26 PM   #2
itsbrad212
Member
 
Registered: Nov 2009
Location: Chicago
Distribution: Arch and OpenBSD
Posts: 104

Rep: Reputation: 19
Quote:
Originally Posted by Buckeye1999 View Post
I just purchased a Western Digital My Book World Edition External hard drive and need to mount and format. My router sees the connection but I am now unsure how to proceed. Will linux detect the new device through my wireless connection? I know very little about Unix based or Linux commands. Please advise as to how to proceed.
I'm not sure if you can mount it. You could try to ssh into it though.
 
Old 01-03-2010, 07:46 PM   #3
titetanium
Member
 
Registered: Mar 2004
Distribution: debian testing/unstable, devuan, raspberrypi OS
Posts: 68

Rep: Reputation: 16
Hi,

Open any browser you have on your system and type in the IP address of the external drive. It should give you some kind of prompt for a username/password to be able to access it. Does that work?

Alternatively, you could hook it up directly to your pc, and see what shows up in /media or /mnt if you have some kind of automounting utility running. Then add the partitions to /etc/fstab by ip address or assigned name if already entered in /etc/hosts.

Quote:
//external_drive/PUBLIC /home/username/mnt/external_drive/PUBLIC cifs username=username,password=password,users,noauto,exec,nounix,umask=000 0 0
Forgot to ask if you have LinNeighborhood, PyNeighborhood, or some such LAN browser? That should help you find the name and partitions of the netdrive.

Last edited by titetanium; 01-03-2010 at 07:50 PM. Reason: Forgot to answer about detecting it.
 
Old 01-03-2010, 08:49 PM   #4
Buckeye1999
LQ Newbie
 
Registered: Jan 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Thank you for the response!
I have successfully accessed the external hard drive through the IP address and have defined the necessary user accounts.

I have added the device via pyNeighborhood. Now how do I mount the device? Do I need to format first?
 
Old 01-03-2010, 09:07 PM   #5
Davno
Member
 
Registered: Mar 2004
Location: Montreal, Canada
Distribution: Linux MX 23 KDE "Libretto"
Posts: 213

Rep: Reputation: 25
Quote:
Originally Posted by Buckeye1999 View Post
Thank you for the response!
I have successfully accessed the external hard drive through the IP address and have defined the necessary user accounts.

I have added the device via pyNeighborhood. Now how do I mount the device? Do I need to format first?
That drive is not an ordinary empty usb drive, it is specially made as a network drive, a bit like the drobo. Part of the price (cost) is the software that comes with it for (windozz and mac). If you format it, you will end up with just another (rather expensive) external drive.

Last edited by Davno; 01-03-2010 at 10:00 PM.
 
Old 01-03-2010, 09:15 PM   #6
Buckeye1999
LQ Newbie
 
Registered: Jan 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Understood.

So I need to setup a Samba client with smbfs to communicate with the installed software?

Is this done within pyNeighborhood or will I need to manage the Samba client through the interface terminal?
 
Old 01-03-2010, 09:57 PM   #7
titetanium
Member
 
Registered: Mar 2004
Distribution: debian testing/unstable, devuan, raspberrypi OS
Posts: 68

Rep: Reputation: 16
Hmm, I forgot for a moment exactly how I did it in pyNeighborhood. After you add the drive in the network browser, click on the arrows next to the drive till you get to the folder you want to access. Then click the connect/mount icon next to the refresh icon in the left pane window. You should get a prompt to mount it, click the arrow next to mountpoint and put a checkmark in individual mountpoint and you can specify where you want to mount it at. Then you open your file browser (thunar, pcmanfm, nautilus, rox-filer, etc) and open it at the mount point. You can then copy, paste, drag/drop files to and fro the mounted partition on the net drive.

To unmount it when your done, click the disconnect button and you're done.
 
Old 01-04-2010, 11:00 AM   #8
arno
Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: fedora core 8, suse 10.3, ubuntu 7.10, kamikaze 7.09
Posts: 515

Rep: Reputation: 30
It depends on your distro, modern distros use cifs

mount -t cifs //server/share /mnt --verbose -o user=username
 
Old 01-04-2010, 02:05 PM   #9
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Setting up 'SMB' will work for the network drive.

 
Old 01-05-2010, 05:55 AM   #10
scrooge74
LQ Newbie
 
Registered: Jul 2009
Location: out there
Distribution: debian/ubuntu
Posts: 9

Rep: Reputation: 2
Quote:
Originally Posted by Buckeye1999 View Post
Understood.

So I need to setup a Samba client with smbfs to communicate with the installed software?

Is this done within pyNeighborhood or will I need to manage the Samba client through the interface terminal?
I guess you need to use samba because that product as many others is tought for being use with a Windows PC, it is running some kind of linux most likely, but it thinks your network is a Windows network
 
Old 01-12-2010, 10:54 PM   #11
axobeauvi
Member
 
Registered: Apr 2003
Posts: 128

Rep: Reputation: 16
Quote:
Originally Posted by scrooge74 View Post
I guess you need to use samba because that product as many others is tought for being use with a Windows PC, it is running some kind of linux most likely, but it thinks your network is a Windows network
well everyone supports smb/cifs, you could use a mac or game-console whatever
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
re-detect/mount usb hard drive MikeyCarter Linux - Software 5 03-31-2010 01:23 PM
External hard drive system not detect right size stefane321 Linux - Hardware 1 12-01-2009 03:09 PM
Can't mount external hard drive a_m0d Linux - Hardware 4 07-08-2009 07:44 PM
Windows cannot detect external hard drive, linux cannot write to it. HappyChickenFreak Linux - Hardware 1 01-28-2007 05:35 PM
can't mount fs on external hard drive fatblueduck Linux - General 11 06-10-2005 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:53 PM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration