Koozali.org: home of the SME Server

Mount esata drive

Offline ElFroggio

  • *
  • 262
  • +0/-0
Mount esata drive
« on: November 15, 2010, 11:41:11 PM »
Hi,

How do I mount an esata drive on the system?

Further information:
SME automatically creates 2 entries:
/media/usbdisk
and
/media/usbdisk1

But these are not on the esata drive but on the /main-root. How do I mount it? Statically or dynamically.

Thanks
« Last Edit: November 15, 2010, 11:52:40 PM by ElFroggio »

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Mount esata drive
« Reply #1 on: November 15, 2010, 11:50:39 PM »
check first to see if its detected by the SME Server, you can do this by using "dmesg" or check the /var/log/messages at time of plugging the device in.  I've not had experience with an esata drive yet.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline ElFroggio

  • *
  • 262
  • +0/-0
[SOLVED] Re: Mount esata drive
« Reply #2 on: November 16, 2010, 12:11:52 AM »
Thanks

dmesg gave me the answer:

Code: [Select]
mount /dev/sdb1 /media/usbdisk
Thanks