Koozali.org: home of the SME Server

Auto-mount/unmount DVD to i-bay?

Offline wjhobbs

  • *****
  • 171
  • +0/-0
    • http://www.chryxus.ca
Auto-mount/unmount DVD to i-bay?
« on: February 15, 2007, 10:11:02 PM »
I have an unusual requirement and am seeking suggestions for addressing it.

A client has a dvd that contains about 30GB of data that he needs to reference/share from time to time and has asked to be able to put it into a dvd drive on the server to make it accessible over the network. (This would require that I change the current CD drive for DVD.)

My immediate reaction was to suggest that I create a separate i-bay for the data and have him simply copy the necessary folder(s) from the dvd on his workstation to this i-bay. (There is lots of space on the system's hard drives.) The down side is the time it would take to copy all this data over the network.

However, I wondered if there was a way to auto-mount this dvd to the dedicated i-bay (assuming I installed a dvd drive). And if there was, how would the user initiate an unmount when he was finished and wanted to remove the dvd.

The client has physical access to the server but I am a 2-hour drive away and administer it remotely.

Any comments or suggestions would be much appreciated.

Thanks.

John
...

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
Auto-mount/unmount DVD to i-bay?
« Reply #1 on: February 15, 2007, 10:59:38 PM »
Well one of the solutions would be by using simlinks, but he'll still need access to SSH. The other (and for me the most simple) solution would be via ibays.
"It should just work" if it doesn't report it. Thanks!

Offline Confucius

  • *****
  • 235
  • +0/-0
Auto-mount/unmount DVD to i-bay?
« Reply #2 on: February 15, 2007, 11:04:46 PM »
Quote
simlinks


Means SymLinks (Symbolic Links).. otherwise you'll have trouble searching. No offence to the writer  :)

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
Auto-mount/unmount DVD to i-bay?
« Reply #3 on: February 15, 2007, 11:55:50 PM »
Sorry. Yes symlinks. I didn't think when i was writing. :D
"It should just work" if it doesn't report it. Thanks!

Offline pfloor

  • *****
  • 889
  • +1/-0
Auto-mount/unmount DVD to i-bay?
« Reply #4 on: February 16, 2007, 12:19:34 AM »
Quote
A client has a dvd that contains about 30GB of data


Is this multiple DVD's?  I haven't heard of a DVD that can hold that much data.

My solution would be:

-Install a DVD player into the server.
-Create ibay if needed.
-# mount /media/cdrom (or possibly /media/dvd, etc)
-Copy over the needed files.
-Remove DVD player.

Less hastle, he can add and remove files as needed, assign ibay to a group and assign users for controlled access, etc.

Just makes sense and after the somewhat slow copy process (shouldn't take more that a few hours) the files will be readily accessable.

-Paul
In life, you must either "Push, Pull or Get out of the way!"

Offline byte

  • *
  • 2,183
  • +2/-0
Auto-mount/unmount DVD to i-bay?
« Reply #5 on: February 16, 2007, 11:03:22 AM »
Quote from: "pfloor"
I haven't heard of a DVD that can hold that much data.


Blu-ray does  :lol:
--[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 wjhobbs

  • *****
  • 171
  • +0/-0
    • http://www.chryxus.ca
Auto-mount/unmount DVD to i-bay?
« Reply #6 on: February 17, 2007, 04:17:26 PM »
My thanks to all of you for your comments.

Since there didn't seem to be an easy way to do it the way the client thought he wanted it done, I asked him to copy the dvd contents to a separate i-bay I created for him. He mapped the i-bay to a drive letter on his Windows machine and was able to access his data.

He was surprised at the simplicity of the solution and very happy with the result. :D

John

btw, he was wrong about the data volume. There were 2 DVDs and about 7GB of data.
...