Film-Tech Cinema Systems
Film-Tech Forum ARCHIVE


  
my profile | my password | search | faq & rules | forum home
  next oldest topic   next newest topic
» Film-Tech Forum ARCHIVE   » Operations   » Digital Cinema Forum   » Dolby DSS200 not recognizing external drive in CRU

   
Author Topic: Dolby DSS200 not recognizing external drive in CRU
Tony Bandiera Jr
Film God

Posts: 3067
From: Moreland Idaho
Registered: Apr 2004


 - posted 01-28-2012 05:28 PM      Profile for Tony Bandiera Jr   Email Tony Bandiera Jr   Send New Private Message       Edit/Delete Post 
Hey gang, new problem:

Trying to transfer content from my server onto a CRU drive , and the server is not recognizing the drive in the CRU bay..why?

It is a Hitachi 1TB drive.. is there a size limit on the external drives this thing will accept?

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 01-28-2012 05:48 PM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
How has it been formated? Has it been formatted?

 |  IP: Logged

Tony Bandiera Jr
Film God

Posts: 3067
From: Moreland Idaho
Registered: Apr 2004


 - posted 01-28-2012 05:54 PM      Profile for Tony Bandiera Jr   Email Tony Bandiera Jr   Send New Private Message       Edit/Delete Post 
ah ha..I got the drive from F-T so I would hope it is formatted..if not, can I use the DSS 200 to format it?

EDIT: Never mind, got the answer from the Grand Poo-Bah by email....

Yes I need to format it first..doh!!

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 01-28-2012 06:57 PM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
Ah ha! It is normally the simplest things!

Drives don't normally come formatted since one does not know how they will be used. Furthermore, if a drive is formatted in a manner not to what you will use it for...then it becomes worthless until it is made formattable again (see Brad's post elsewhere).

-Steve

 |  IP: Logged

Tony Bandiera Jr
Film God

Posts: 3067
From: Moreland Idaho
Registered: Apr 2004


 - posted 01-29-2012 12:06 PM      Profile for Tony Bandiera Jr   Email Tony Bandiera Jr   Send New Private Message       Edit/Delete Post 
Well after doing some digging (and a helpful email from Brad) found out the drive needs to be formatted to the "ext3" Linux standard. I had found some discussions of drivers for Windows-based systems that allow Win x to READ ext3 drives, but they are not clear if they can format a drive that way. And a few have warnings that the code is unstable and can cause system crashes and loss of data. [Eek!]

I may have to install Linux OS on my desktop computer (I don't use it much anyways) to be able to format this drive.

And of course I needed that drive ready to rock yesterday for a job on Monday. [Roll Eyes]

 |  IP: Logged

Jonas Jakobsson
Film Handler

Posts: 4
From: Trollhättan, Västra Götaland, Sweden
Registered: Jan 2010


 - posted 01-29-2012 12:42 PM      Profile for Jonas Jakobsson   Author's Homepage   Email Jonas Jakobsson   Send New Private Message       Edit/Delete Post 
I did this a while ago. Although I'm not any familiar with Linux at all I managed to format my new hard drive to ext3 and successfully used it with DSS200. [Smile]

1) Create a bootable USB-memorystick with Linux GParted. http://gparted.sourceforge.net

2) Plug in your new hard drive.

3) Boot from USB-stick. And use Gparted to format your new drive.
However, according to DCI-specifications you should format with an INODE-size of 128 due to compability issues. The default is 256. So for this a had to start the terminal and run the command "mkfs.ext2 -j -I 128 /dev/..."
or you could use "mkfs.ext3 -I 128 /dev/...

I had to run that command in terminal as SU.

To read and write to your new harddrive from Windows I'm using:
http://ext2fsd.sourceforge.net/

Good luck!

 |  IP: Logged

Tony Bandiera Jr
Film God

Posts: 3067
From: Moreland Idaho
Registered: Apr 2004


 - posted 01-29-2012 01:02 PM      Profile for Tony Bandiera Jr   Email Tony Bandiera Jr   Send New Private Message       Edit/Delete Post 
Jonas, thanks!!

I take it the "..." after the /dev/ is the drive number that is to be formatted?

I'll try it out later and let you all know how it goes.

 |  IP: Logged

Steve Guttag
We forgot the crackers Gromit!!!

Posts: 12814
From: Annapolis, MD
Registered: Dec 1999


 - posted 01-29-2012 01:06 PM      Profile for Steve Guttag   Email Steve Guttag   Send New Private Message       Edit/Delete Post 
Note...Dolby does offer a CRU drive (500GB) already in the CRU, preformatted for a reasonable price to avoid all of this "fun"

-Steve

 |  IP: Logged

Tony Bandiera Jr
Film God

Posts: 3067
From: Moreland Idaho
Registered: Apr 2004


 - posted 01-29-2012 01:13 PM      Profile for Tony Bandiera Jr   Email Tony Bandiera Jr   Send New Private Message       Edit/Delete Post 
Now Steve, that would be too easy wouldn't it? [Big Grin]

I agree it would save some potential aggravation, but I have always been someone who prefers to get to the "nuts and bolts" of any equipment/system so I feel it would be better in the long term for me to learn the ins and outs. (Besides, if I am ever in another situation where I'll need a drive to save content in a hurry I now will know what to do.)

A good Jedi accepts the challenges and since I am now deep into the Dark Side I must keep learning. [Big Grin]

 |  IP: Logged

Jonas Jakobsson
Film Handler

Posts: 4
From: Trollhättan, Västra Götaland, Sweden
Registered: Jan 2010


 - posted 01-29-2012 01:23 PM      Profile for Jonas Jakobsson   Author's Homepage   Email Jonas Jakobsson   Send New Private Message       Edit/Delete Post 
quote: Tony Bandiera Jr
I take it the "..." after the /dev/ is the drive number that is to be formatted?
By trial and error I found out thats probably the partition you want to format. In my first attempt I tried to format the whole drive which didn't work at all (I simply couldn't access it at all). After making the whole drive as one partition instead (with the GUI) and after that format the partition with the terminal it worked just fine.

To find out what to write after the "/dev/" I simply looked in the GUI [Smile]

By the way, I did use "Windows Method A":
http://gparted.sourceforge.net/liveusb.php

 |  IP: Logged

Tony Bandiera Jr
Film God

Posts: 3067
From: Moreland Idaho
Registered: Apr 2004


 - posted 02-10-2012 11:12 PM      Profile for Tony Bandiera Jr   Email Tony Bandiera Jr   Send New Private Message       Edit/Delete Post 
Jonas, thanks for the advice...as you might have seen in the "Deadbeats" thread I had a slight problem lately and my laptop, all USB thumb drives and a lot of other stuff was stolen so it has put this on the back burner for now.

I'll let you know how it works out when I recover from all the damage.

 |  IP: Logged

Jussi Siponen
Film Handler

Posts: 75
From: Mikkeli, Itä-Suomi, FINLAND
Registered: Jan 2010


 - posted 02-12-2012 02:21 PM      Profile for Jussi Siponen   Email Jussi Siponen   Send New Private Message       Edit/Delete Post 
How to do the whole shebang from Linux shell (command line):

- Based on the Distribution Device File System Recommendations document from the ISDCF web site (MBR partition table, 1 primary partition, ext3 file system, 128 bit inodes).
- The following assumes root shell on Linux (for e.g. Ubuntu you need to add "sudo" in front of the commands.
- The previously unformmatted hard drive is assumed to be at /dev/sdc -- VERIFY BEFORE YOU PROCEED!
- User input is in bold
- One or more lines omitted of program output marked "..."

Creating one primary partition covering the whole hard drive

root@tomcat1 ~# fdisk /dev/sdc
...
Command (m for help): n
Command action
e extended
p primary partition (1-4)

p

Partition number (1-4): 1
First cylinder (1-243201, default 1): <ENTER>
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-243201, default 243201): <ENTER>
Using default value 243201

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.

Formatting the partition

root@tomcat1 ~# mkfs -t ext3 -m 1 -T largefile4 -I 128 /dev/sdc1
mke2fs 1.39 (29-May-2006)
...

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 34 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.

 |  IP: Logged



All times are Central (GMT -6:00)  
   Close Topic    Move Topic    Delete Topic    next oldest topic   next newest topic
 - Printer-friendly view of this topic
Hop To:



Powered by Infopop Corporation
UBB.classicTM 6.3.1.2

The Film-Tech Forums are designed for various members related to the cinema industry to express their opinions, viewpoints and testimonials on various products, services and events based upon speculation, personal knowledge and factual information through use, therefore all views represented here allow no liability upon the publishers of this web site and the owners of said views assume no liability for any ill will resulting from these postings. The posts made here are for educational as well as entertainment purposes and as such anyone viewing this portion of the website must accept these views as statements of the author of that opinion and agrees to release the authors from any and all liability.

© 1999-2020 Film-Tech Cinema Systems, LLC. All rights reserved.