New IT forum Follow us on Twitter
22 May 2012, 11:07:38 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: EFIKA MX now in stock!
 
   Home   SHOP Help Search Login Register  
Pages: [1]
  Print  
Author Topic: External USB Disks  (Read 1775 times)
dacscomp
Newbie
*
Posts: 10


« on: 11 May 2010, 12:51:05 pm »

Hi

After doing several searches, have not found any appropriate posts - Hopefully you will point me in the right direction.

What is the procedure/Actions required to set up an external HD on the system (to be formatted as ext2 or ext3) ie from disk initialisation to mounting.

I am familiar with Samba sharing, so it's only the required disk preparation steps.

Thanks in advance
Logged
NewIT_Marcus
Administrator
Hero Member
*****
Posts: 960


« Reply #1 on: 11 May 2010, 04:34:49 pm »

  • Partition the drive using fdisk
  • Format partition(s) with your choice of file system
  • Mount partition(s)

Automatic mounts are listed in /etc/fstab, manual mount is with a command such as:

Code:
mount /mnt/my-usb-drive /dev/sda1

webmin will give you a point & click method of mounting.
Logged
dacscomp
Newbie
*
Posts: 10


« Reply #2 on: 14 May 2010, 03:10:53 pm »

Apologies for appearing dumb but...

I'm still having problems here.

Is there a step by step guide for setting up an external disk using webmin

ie  how do I delete existing partions on the disk using webmin?

what is used to create the linux file system in webmin?

Then, what/how should this disk be mounted...

Can you point me to any documentation regarding this.

Regards
Logged
peter a
Full Member
***
Posts: 162


« Reply #3 on: 14 May 2010, 04:15:41 pm »

How I do it is using the shell to make the file system and mount the drive.

eg - mkfs.ext2 /dev/sdXX or mkfs.ex3 /dev/sdXX

mount /dev/sdXX /mnt/YOUR_MOUNT_POINT


Use Webmin after that :-

Partition and Local disks  >  Save and mount at save ( Yes )  >  Save
Logged
dacscomp
Newbie
*
Posts: 10


« Reply #4 on: 18 May 2010, 09:51:22 pm »

Thanks
Have got the disk mounted OK as per above but still can't get the sharing to work.

I can see the device on the windows network, but I am getting 
"\\plugserv is not accessible...
                                          ...The Network path was not found."

Apologies for appearing dumb here.  Where should I be looking for the next step?

Regards
Logged
NewIT_Marcus
Administrator
Hero Member
*****
Posts: 960


« Reply #5 on: 19 May 2010, 07:12:08 am »

If you are trying to read data from the Sheevaplug on a Windows PC, you need to configure Samba on the plug.
Logged
dacscomp
Newbie
*
Posts: 10


« Reply #6 on: 19 May 2010, 11:38:12 am »

I have had several attempts at setting up Samba Sharing using webmin and get the results as described above.

Is it easier to set up using command line rather than webmin - where can I find relevant info.

Regards

Logged
Confusticated
New IT customer
Hero Member
*
Posts: 511


« Reply #7 on: 19 May 2010, 06:23:27 pm »

As your questions are 'webmin specific' as opposed to 'sheeva specific' would you be better off asking them on a webmin forum site ?
Logged

Advocatus Diaboli - My agenda is not to give you the answer, but to guide your thoughts so you derive it for yourself!
peter a
Full Member
***
Posts: 162


« Reply #8 on: 19 May 2010, 06:36:15 pm »

Just keep changing setting like the ones in :- Samba server > Windows networking ....

AND DON`T FORGET TO "reset samba server"
Logged
NewIT_Marcus
Administrator
Hero Member
*****
Posts: 960


« Reply #9 on: 19 May 2010, 08:00:25 pm »

I have had several attempts at setting up Samba Sharing using webmin and get the results as described above.

Is it easier to set up using command line rather than webmin - where can I find relevant info.

Regards



Well, I found this on the webmin website, personally I'd do it manually. Samba configuration is in /etc/samba/smb.conf. There's some info to get you started on the Ubuntu help pages

Logged
kesey
Newbie
*
Posts: 16


« Reply #10 on: 23 May 2010, 09:57:02 am »

The simplest way I've found to get Samba working on various Linux platforms is here:
http://www.youtube.com/watch?v=deb2jRm3c7g

If you follow those instructions you will have it up an running in 5 minutes.


If you want, have a read of this one also (a little more technical orientated than the one by Nixie above):
http://www.youtube.com/watch?v=89hjWOb8qmY&annotation_id=annotation_888326&feature=iv
Logged
dacscomp
Newbie
*
Posts: 10


« Reply #11 on: 25 May 2010, 11:51:36 am »

Many thanks to you all...

Finally done it OK.

I found this article

http://www.linux.com/learn/tutorials/299651:samba-configuration-with-webmin

very useful
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!