Forum Replies Created

  • Marshall Wetta

    January 18, 2013 at 4:15 am in reply to: Something big for XDCAM July 26?

    Thanks, Robyn, that’s what I thought but I wanted to check first.

    I already installed the SxS driver, as I’m using the Sonnet Echo Pro Thunderbolt SxS card reader. So, I hope I just need the UDF driver to kick the transfers up from a snail’s pace.

    Thanks for the help!

  • Marshall Wetta

    January 18, 2013 at 3:51 am in reply to: Something big for XDCAM July 26?

    Which UDF driver do you need to speed up downloads from the SxS cards via ShotPut Pro? I can only find the PMW-500 udf driver and don’t want to cause any compatibility issues when I install it.

    Thanks!

  • Tim,

    Your sudo advice worked. At first I thought it wouldn’t work because noting would show up in the terminal window when prompted for a password but I found online that entering it anyway does the trick.

    I believe that I successfully created the mountpoint “lto6” in /Volumes but now I don’t know why I am unable to mount using your instructions. Here is what I did in terminal:

    “Admins-iMac:~ mediamanage$ ls -l /volumes
    total 8
    drwxrwxr-x@ 14 mediamanage staff 544 Jul 23 11:48 ELECTUS 1195
    drwx—— 1 mediamanage staff 330 Jul 4 15:15 Editor
    lrwxr-xr-x 1 root admin 1 Jul 25 11:46 Media Manage -> /
    Admins-iMac:~ mediamanage$ sudo mkdir /volumes/lto6
    Password:
    Admins-iMac:~ mediamanage$ sudo /usr/local/bin/ltfs -o devname=0 /volumes/lto6
    LTFS14000I LTFS starting, LTFS version 1.2.0, log level 2
    LTFS14058I LTFS Format Specification version 2.0.0
    LTFS14063I Sync type is “time”, Sync time is 300 sec
    LTFS12012E Cannot open device: backend open call failed
    LTFS10004E Cannot open device ‘0’
    Admins-iMac:~ mediamanage$ ls -l /volumes
    total 8
    drwxrwxr-x@ 14 mediamanage staff 544 Jul 23 11:48 ELECTUS 1195
    drwx—— 1 mediamanage staff 330 Jul 4 15:15 Editor
    lrwxr-xr-x 1 root admin 1 Jul 25 11:46 Media Manage -> /
    drwxr-xr-x+ 2 root admin 68 Jul 25 13:33 lto6
    Admins-iMac:~ mediamanage$ ”

    Thanks for your help, Tim. Although I’m a little farther along I’m not quite there yet…

  • Thanks a lot for your help, Tim!! I really appreciate it!

    I’ll put some more time in with this and see if I can get it up and running. I’ll let you know if I get it working or if I have any more problems.

  • Thanks a lot for your help, Tim. Oh yes, LTFS handling has been a world of fun :s.

    Your advice was helpful, but I’m afraid I couldn’t mount the LTO device using your suggestions. I am new to terminal and my boss prefers to use it manually rather than using a GUI program to manage the media, but I am sure that BRU works wonders. The other systems we have connected the LTO device with have all been working smoothly so I would also prefer to solve this problem the manual way in order to better understand my machine. Once mounted on the other systems, we basically drag and drop .dmg’s of all of our raw media onto the backup tapes and haven’t had a problem until mounting this new machine.

    RE: “On the Mac, your mount point should be /Volumes, not /mnt or your desktop.” I cannot find the folder named Volumes on my Mac. The other systems we have use a folder on the desktop that becomes a volume into which we save our raw media. Do you have any good alternative?

    RE: “You must use sudo to manually create the mount point.” When I tried to use the sudo command, I was prompted to put in my password. Then I was unable to enter any text into the Password line in terminal.

    “Admins-iMac:~ mediamanage$ export PATH=”$PATH:/usr/local/bin”
    Admins-iMac:~ mediamanage$ sudo ltfs /mnt/Users/mediamanage/Desktop/lto5

    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type “man sudo” for more information.

    To proceed, enter your password, or type Ctrl-C to abort.

    Password:
    Sorry, try again.
    Password:
    Sorry, try again.
    Password:
    Sorry, try again.
    sudo: 3 incorrect password attempts ”

    I’m using a separate user than the Admin user on this machine, but I have admin privileges and no password to my user. I feel like at every step I am doing something wrong because of my lack of understanding of this programming language…. 🙁

    RE: “You must use sudo to mount with the ltfs command.” On the other machines we use the LTO with, we’ve never before had to use the sudo command to mount new tapes. ?

    I’m sorry to shoot down all of your advice, Tim, but I am at the point where just thinking about this issue frustrates me. Could you maybe, please, write out the command for mounting the device if I am not entering it correctly?

    Thanks for all your help!

  • I also am a newbie to LTO devices and am in charge of all media traffic and archiving at a small LA-based production company.

    I am having trouble with mounting my LTO 5 device to my iMac. My boss was able to successfully mount another LTO 5 device on a slightly more powerful iMac than the one I use, but he remembers having 2 days worth of problems before fixing an “obvious and minuscule” detail in order to get the device to work. We are having the same problem with mounting the device to my brand new iMac and we need some help.

    Here is my hardware information:

    iMac with OS 10.7.4 2.7GHz Intel i5 Processor; 4GB memory

    Tandberg Data LTO deck with a Promise Technology converter from fibre to Thunderbolt cable using HP LTO-5 Ultrium RW data cartridges.

    I have followed the HP install instructions as follows:
    1. Downloaded OSXFuse because I saw that it is newer than Macfuse and has a patch to be backwards compatible with the functions of Macfuse.
    2. Downloaded HPLTFS_BINARIES.dmg, opened it and installed the ICUFramework.pkg first, and then I installed the LinearTapeFileSystem.pkg
    3. I opened terminal and attempted to mount an LTO tape that has already been formatted and written on.
    Here is where we encountered the problem. This is the transcript of my terminal commands:

    “Last login: Mon Jul 23 14:51:42 on console
    Admins-iMac:~ mediamanage$ export PATH=”$PATH:/usr/local/bin”
    Admins-iMac:~ mediamanage$ ltfs /mnt/Users/mediamanage/Desktop/lto5
    LTFS14000I LTFS starting, LTFS version 1.2.0, log level 2
    LTFS14058I LTFS Format Specification version 2.0.0
    LTFS14063I Sync type is “time”, Sync time is 300 sec
    LTFS14201E Mountpoint “/mnt/Users/mediamanage/Desktop/lto5″ specified but not accessible
    Admins-iMac:~ mediamanage$ mkdir /mnt/lto5
    mkdir: /mnt: No such file or directory
    Admins-iMac:~ mediamanage$ mkdir /mnt/Users/mediamanage/Desktop/lto5
    mkdir: /mnt/Users/mediamanage/Desktop: No such file or directory
    Admins-iMac:~ mediamanage$ export PATH=”$PATH:/Users/mediamanage/Desktop/lto5”
    Admins-iMac:~ mediamanage$ ltfs /mnt/Users/mediamanage/Desktop/lto5
    LTFS14000I LTFS starting, LTFS version 1.2.0, log level 2
    LTFS14058I LTFS Format Specification version 2.0.0
    LTFS14063I Sync type is “time”, Sync time is 300 sec
    LTFS14201E Mountpoint “/mnt/Users/mediamanage/Desktop/lto5″ specified but not accessible
    Admins-iMac:~ mediamanage$ mkdir /mnt/ltfs
    mkdir: /mnt: No such file or directory
    Admins-iMac:~ mediamanage$ ”

    As you can see, upon any attempt to mount the tape or to create a directory in the destination folder, I am met met with a message of either “specified but not accessible” or “no such file or directory.” I am truly at a loss as to what the problem might be, as we already deleted the memory and re-installed Mac OS X Lion twice already. Can anyone help us out with this???????????? PLLLLEEEEAAASSSEEE!!!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy