LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I detect and mount an external hard drive through my router? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-detect-and-mount-an-external-hard-drive-through-my-router-779619/)

Buckeye1999 01-03-2010 06:54 PM

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.

itsbrad212 01-03-2010 07:26 PM

Quote:

Originally Posted by Buckeye1999 (Post 3812983)
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.

titetanium 01-03-2010 07:46 PM

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.

Buckeye1999 01-03-2010 08:49 PM

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?

Davno 01-03-2010 09:07 PM

Quote:

Originally Posted by Buckeye1999 (Post 3813065)
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.
:scratch:

Buckeye1999 01-03-2010 09:15 PM

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?

titetanium 01-03-2010 09:57 PM

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.

arno 01-04-2010 11:00 AM

It depends on your distro, modern distros use cifs

mount -t cifs //server/share /mnt --verbose -o user=username

onebuck 01-04-2010 02:05 PM

Hi,

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

:hattip:

scrooge74 01-05-2010 05:55 AM

Quote:

Originally Posted by Buckeye1999 (Post 3813086)
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

axobeauvi 01-12-2010 10:54 PM

Quote:

Originally Posted by scrooge74 (Post 3814706)
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


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