Disk Copy .img w/out resource fork

I recently zeroed-out and repartitioned my Wallstreet hard-drive. Before I did so, I put all important files (mostly a decade's worth of Word .docs) in a compressed, read-only .img created by Disk Copy.
Due to cramped-ness of my 2 gb drive, lack of CD burner, and difficulty Apple-Talking between OS 9 and Tiger, I decided to have Disk Copy write the .img directly to my USB thumb drive.
Unfortunately, the thumb drive was naturally in a FAT format. And since it took upwards of four hours to create and compress the .img via my USB 1.1 connection, I decided not to test mount it before I proceeded with the repartition. And so I didn't realize until much too late that the .img I'd created was doomed to fail from the start, being without a resource fork.
So now I've spent two days trying to recover the pristine beauties of the .img data fork but have so far failed.
I've used ResEdit to create a fork and copy and paste into it the three necessary resource types from various uncorrupted .imgs made specifically for the purpose. I've reset creator and type to rohd and ddsk. I've tried fiddling with the code in the bcem resource to trick Disk Copy into mounting the issue. I've turned off all checksumming. I've tried both Disk Copy and the Disk Utilities in Jaguar and Tiger. And I've tried to mount it with a disk-mounting utility in Windows XP, thinking that perhaps a Windows utility might succeed, not needing the resource fork.
Nothing has worked. I get a variety of errors depending on which OS I'm working in, but the gist is the same. File is damaged; can't be mounted.
I've been through all the what-ifs and should-haves, and I've ransacked Google and various boards for ideas, and I'm still stuck.
Does anyone know of a method whereby the contents of an (unfortunately) compressed Disk Copy .img can be recovered without the resource fork? I've got 835 mb of perfect data that I can't access for the lack of a few k.
Are there any bcem resource hacks I can try?
Any third party utilities?
Windows utilities?
I'd even be willing to try hacking Disk Copy itself if somebody could get me pointed in the right direction.
Disk Copy, give me back my legions!!
Thanks for any and all help.
Dave

Ha HA!
The problem was not quite what I thought.
The problem wasn't that I had saved the .img to a FAT thumb drive. The problem was that I copied the contents of that FAT disk onto my Tiger Intel iMac and then later recopied it onto the FAT drive--without including the OS-9-created FINDER.DAT and RESOURCE.FRK files when I did so; I simply grabbed the .img file, thinking it had all the info I needed.
But then I read this:
http://discussions.apple.com/thread.jspa?threadID=121732
When I went back and looked on my Intel drive, I found the RESOURCE.FRK and FINDER.DAT files still patiently waiting for me. I copied those files (and Desktop DB, Desktop DF, FILEID.DAT for good measure) onto the FAT thumb drive along with the .img file and plugged the drive into the Wallstreet. Lo and behold, only the .img file was visible. OS 9 had automatically taken the information from the other files (including the longed-for resource fork) and incorporated them back into the .img file.
I copied it onto the Wallstreet, and bingo! it mounted perfectly.
Yay!
Perhaps some poor soul in the future will benefit from my experience (although given the state of OS 9 these days, that's probably not too likely.)
Thanks all,
Dave

Similar Messages

  • How do I use Automator to duplicate a folder with graphics on my desktop and erase their Resource forks?

    How do I use Automator to duplicate a folder with graphics on my desktop and erase their Resource forks?
    I do not use command line and tried to use ZapResourceForksAMAub_1.2 which I downloadedand instaled the Zap Resource Forks.action. Next I tried to use their sample copy-zap-rsrc.workflow in Snow Leopardon my Mac Pro. The 3 different steps are displayed in Automator but there is no place to put in which folder (on my deskto) to copy, and remove the resource forks from the graphic files.
    Can sombody please step me through this please please.
                                                                                          W.W.

    Unfortunately, Back to My Mac only works across computers using the same iCloud account.

  • Copy and paste resources in resource fork?

    Hi,
    is there some way to have Applescript copy a resource from a resource fork in one file and paste it into another file?
    Cheers!
    Joe

    Hello
    You might try Satimage.osax, a free scripting additions made and distributed by Satimage-software, France. It includes commands to get and put resource data.
    Satimage osax
    http://www.satimage.fr/software/en/downloads/downloadscompanionosaxen.html
    Satimage osax > resource suites dictionary
    http://www.satimage.fr/software/en/dictionaries/dict_satimage.html#ResourceSuite
    E.g.
    --SCRIPT
    Copy resource 'clut' id 128 from infile to outfile.
    * Using Satimage.osax, which is to be installed in either of the following directories:
    /Library/ScriptingAdditions/
    ~/Library/ScriptingAdditions/
    set infile to "HFS:path:to:infile" as alias
    set outfile to "HFS:path:to:outfile" as alias
    --(1) get resource and its name from infile
    set rdata to load resource 128 type "clut" from infile
    set rname to get resource name 128 type "clut" from infile
    --return {rname, rdata}
    --(2) put resource to outfile
    put resource rdata to outfile type "clut" index 128 with name rname
    --(3) check
    set rdata1 to load resource 128 type "clut" from outfile
    set rname1 to get resource name 128 type "clut" from outfile
    return {rdata = rdata1, rname = rname1}
    --END OF SCRIPT
    Good luck,
    H

  • Resource fork bug?

    I have a late 08 xServe running Mac OS 10.5.6 Server. All shared data is residing on a new Promise RAID with a QLogic fibre channel switch sitting in between the server and RAID.
    Two days ago a strange thing happened. On all my AFP shares old pre OS X files without extensions started showing generic terminal app icons. The first thing I thought was I had volume corruption. I verified all volumes with Disk Utility and they all come up clean. Then I found all my directories are littered with invisible "._" resource fork files. If I run the FixupResourceForks command on a directory I get a -43 error on all the files with split resource forks. Not all files have split resource forks. If I copy new files without extensions to the files server over AFP they retain their resource forks, icon and application association. Also if I copy a directory with files with split resource forks to the boot drive and run the FixupResourceForks command I still get a -43 error. So this rules out a problem with the Promise RAID setup.
    Other than this issue the server is running flawless and there is no problem with data corruption or lost files.
    A call to Apple tech support was no help. Their answer was to add a file extension to all these old files. That is not an option since there is hundreds of gigabytes of files on this server.
    This has got to be a new bug with 10.5.6 Server. Anyone else have this problem?

    Thanks for responding to my post. Sorry for the length of my response. I have a lot of share points on this server!
    1. I transfered all files from the old file server to the new server over AFP. I do have my share points shared out over SMB as I do have Windows users. (see below share point info)
    2. All volumes are formatted HFS+ (see below diskutil info)
    3. You could be right about my use of FixupResourceForks. This is what I am seeing on a directory copied from a RAID volume to the boot drive:
    filesrv:~ admin$ cd /Images
    filesrv:Images admin$ ls -la
    total 88
    drwxrwxrwx 10 admin admin 340 Jan 12 18:33 .
    drwxrwxr-t 35 root admin 1258 Jan 12 18:23 ..
    -rwxrwxrwx 1 admin admin 15364 Jan 12 18:33 .DS_Store
    -rwxr-xr-x 1 admin admin 82 Sep 2 11:53 ..DSStore.3qZ
    -rwxr-xr-x 1 admin admin 82 Apr 17 2002 ._1.gif.8it
    -rwxr-xr-x 1 admin admin 82 Apr 17 2002 ._2.gif.Ty1
    -rwxr-xr-x 1 admin admin 82 Apr 17 2002 ._3.gif.zHU
    -rwxrwxrwx 1 admin admin 169 Apr 17 2002 1.gif
    -rwxrwxrwx 1 admin admin 212 Apr 17 2002 2.gif
    -rwxrwxrwx 1 admin admin 216 Apr 17 2002 3.gif
    filesrv:Images admin$ /System/Library/CoreServices/FixupResourceForks /Images
    /Images/..DSStore.3qZ
    Error processing "/Images/..DSStore.3qZ" (-43)
    /Images/._1.gif.8it
    Error processing "/Images/._1.gif.8it" (-43)
    /Images/._2.gif.Ty1
    Error processing "/Images/._2.gif.Ty1" (-43)
    /Images/._3.gif.zHU
    Error processing "/Images/._3.gif.zHU" (-43)
    /System/Library/CoreServices/FixupResourceForks: fnfErr (-43): /Images
    filesrv:Images admin$
    filesrv:~ admin$ diskutil info "/Volumes/Faculty" | grep -A6 "Volume Name"
    Volume Name: Faculty
    Mount Point: /Volumes/Faculty
    File System: Journaled HFS+
    Journal size 40960 KB at offset 0xfa0000
    Owners: Enabled
    Partition Type: Apple_HFS
    filesrv:~ admin$ diskutil info "/Volumes/Image" | grep -A6 "Volume Name"
    Volume Name: Image
    Mount Point: /Volumes/Image
    File System: Journaled HFS+
    Journal size 40960 KB at offset 0xfa0000
    Owners: Enabled
    Partition Type: Apple_HFS
    filesrv:~ admin$ diskutil info "/Volumes/Student" | grep -A6 "Volume Name"
    Volume Name: Student
    Mount Point: /Volumes/Student
    File System: Journaled HFS+
    Journal size 40960 KB at offset 0xfa0000
    Owners: Enabled
    Partition Type: Apple_HFS
    filesrv:~ admin$ diskutil info "/Volumes/OSX-Server" | grep -A6 "Volume Name"
    Volume Name: OSX-Server
    Mount Point: /
    File System: Journaled HFS+
    Journal size 16384 KB at offset 0x4ab000
    Owners: Enabled
    Partition Type: Apple_HFS
    filesrv:~ admin$
    filesrv:~ admin$ sudo sharing -l
    Password:
    List of Share Points
    name: 2009
    path: /Volumes/Student/Student Server/2009
    afp: {
    name: 2009
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: 2009
    shared: 0
    guest access: 0
    smb: {
    name: 2009
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: 2010
    path: /Volumes/Student/Student Server/2010
    afp: {
    name: 2010
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: 2010
    shared: 0
    guest access: 0
    smb: {
    name: 2010
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: 2011
    path: /Volumes/Student/Student Server/2011
    afp: {
    name: 2011
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: 2011
    shared: 0
    guest access: 0
    smb: {
    name: 2011
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: 2012
    path: /Volumes/Student/Student Server/2012
    afp: {
    name: 2012
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: 2012
    shared: 0
    guest access: 0
    smb: {
    name: 2012
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: Admissions Server
    path: /Volumes/Faculty/Faculty Server/Group Folders/Admissions Server
    afp: {
    name: Admissions Server
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Admissions Server
    shared: 0
    guest access: 0
    smb: {
    name: Admissions Server
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: AP Spanish
    path: /Volumes/Student/Student Server/AP Spanish
    afp: {
    name: AP Spanish
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: AP Spanish
    shared: 0
    guest access: 0
    smb: {
    name: AP Spanish
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: Collage
    path: /Volumes/Student/Student Server/Collage
    afp: {
    name: Collage
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Collage
    shared: 0
    guest access: 0
    smb: {
    name: Collage
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: College
    path: /Volumes/Faculty/Faculty Server/Group Folders/College
    afp: {
    name: College
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: College
    shared: 0
    guest access: 0
    smb: {
    name: College
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Comments
    path: /Volumes/Faculty/Faculty Server/Group Folders/Comments
    afp: {
    name: Comments
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Comments
    shared: 0
    guest access: 0
    smb: {
    name: Comments
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: Dictation
    path: /Volumes/Faculty/Faculty Server/Group Folders/Dictation
    afp: {
    name: Dictation
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Dictation
    shared: 0
    guest access: 0
    smb: {
    name: Dictation
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: DOS Server
    path: /Volumes/Faculty/Faculty Server/Group Folders/DOS Server
    afp: {
    name: DOS Server
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: DOS Server
    shared: 0
    guest access: 0
    smb: {
    name: DOS Server
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: English Department
    path: /Volumes/Faculty/Faculty Server/Group Folders/English Department
    afp: {
    name: English Department
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: English Department
    shared: 0
    guest access: 0
    smb: {
    name: English Department
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Health Center
    path: /Volumes/Faculty/Faculty Server/Group Folders/Health Center
    afp: {
    name: Health Center
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Health Center
    shared: 0
    guest access: 0
    smb: {
    name: Health Center
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Illustration
    path: /Volumes/Student/Student Server/Illustration
    afp: {
    name: Illustration
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Illustration
    shared: 0
    guest access: 0
    smb: {
    name: Illustration
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Image Server
    path: /Volumes/Image/Image Server
    afp: {
    name: Image Server
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Image Server
    shared: 0
    guest access: 0
    smb: {
    name: Image Server
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Install
    path: /Volumes/Faculty/Faculty Server/Install
    afp: {
    name: Install
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Install
    shared: 0
    guest access: 0
    smb: {
    name: Install
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 493
    create mask: 420
    name: IT
    path: /Volumes/Faculty/Faculty Server/IT
    afp: {
    name: IT
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: IT
    shared: 0
    guest access: 0
    smb: {
    name: IT
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: LD Folder
    path: /Volumes/Faculty/Faculty Server/Group Folders/LD Folder
    afp: {
    name: LD Folder
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: LD Folder
    shared: 0
    guest access: 0
    smb: {
    name: LD Folder
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Library
    path: /Volumes/Faculty/Faculty Server/Group Folders/Library
    afp: {
    name: Library
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Library
    shared: 0
    guest access: 0
    smb: {
    name: Library
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Personal Folders
    path: /Volumes/Faculty/Faculty Server/Personal Folders
    afp: {
    name: Personal Folders
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Personal Folders
    shared: 0
    guest access: 0
    smb: {
    name: Personal Folders
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: Quant à Moi
    path: /Volumes/Student/Student Server/Quant à Moi
    afp: {
    name: Quant à Moi
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Quant à Moi
    shared: 0
    guest access: 0
    smb: {
    name: Quant à Moi
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: Spanish 1&2
    path: /Volumes/Student/Student Server/Spanish 1&2
    afp: {
    name: Spanish 1&2
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Spanish 1&2
    shared: 0
    guest access: 0
    smb: {
    name: Spanish 1&2
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: Spanish 3
    path: /Volumes/Student/Student Server/Spanish 3
    afp: {
    name: Spanish 3
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Spanish 3
    shared: 0
    guest access: 0
    smb: {
    name: Spanish 3
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 489
    create mask: 420
    name: Technology
    path: /Volumes/Faculty/Faculty Server/Technology
    afp: {
    name: Technology
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Technology
    shared: 0
    guest access: 0
    smb: {
    name: Technology
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Theater
    path: /Volumes/Faculty/Faculty Server/Group Folders/Theater
    afp: {
    name: Theater
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Theater
    shared: 0
    guest access: 0
    smb: {
    name: Theater
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Westminster News
    path: /Volumes/Student/Student Server/Westminster News
    afp: {
    name: Westminster News
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Westminster News
    shared: 0
    guest access: 0
    smb: {
    name: Westminster News
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: William Shakespeare
    path: /Volumes/Student/Student Server/William Shakespeare
    afp: {
    name: William Shakespeare
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: William Shakespeare
    shared: 0
    guest access: 0
    smb: {
    name: William Shakespeare
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 493
    create mask: 420
    name: Yearbook Supplement
    path: /Volumes/Student/Student Server/Yearbook Supplement
    afp: {
    name: Yearbook Supplement
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Yearbook Supplement
    shared: 0
    guest access: 0
    smb: {
    name: Yearbook Supplement
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    name: Yearbook
    path: /Volumes/Student/Student Server/Yearbook
    afp: {
    name: Yearbook
    shared: 1
    guest access: 0
    inherit perms: 0
    ftp: {
    name: Yearbook
    shared: 0
    guest access: 0
    smb: {
    name: Yearbook
    shared: 1
    guest access: 0
    inherit perms: 0
    oplocks: 0
    strict locking: 1
    directory mask: 505
    create mask: 420
    filesrv:~ admin$

  • Can't open appleworks file / resource fork issue

    Hi,
    I've just readt the post "Can't open old appleworks/clarisworks files".
    My problem was that I got a "I/O error" when trying to open some appleworks files with appleworks 6.2.9.
    I realize that I copy those file from my previous disk to a PC formated CD. Hence, some resource fork files should miss.
    BUT, I don't have anymore the original files since I re-install my Mac...
    If there a way to recover my files despite of this resource fork issue ? Is it possible to create again the resource fork file ?
    Christophe

    It's not a resource fork problem. If it were, adding the .cwk extension to the file name would likely fix it. AppleWorks 6.2.9 (the current version) can't open all ClarisWorks 4 or earlier files. It gives an I/O error. There doesn't appear to be a way to predict which files will cause problems. I've had it happen & not happen with all AppleWorks file types. These files can be opened by any other version of AppleWorks 6, including the OS 8/9 component 6.2.8. If you have the retail version of AppleWorks 6.2.9 or your “consumer” Mac came with an earlier version of AppleWorks 6 that you have updated to 6.2.9 & have Classic installed, you can "Force" AppleWorks 6 to open in Classic to open the files, save them as AW 6 files & then open them in the OS X version. Also, if you have Classic installed & have AppleWorks 5, this can be used to open the ClarisWorks files & save them as AppleWorks 5 which AppleWorks 6.2.9 can open.

  • OSX and Windows Server 2000 resource forks

    Our shop is 95% OSX with a Windows Server 2000 server. There is one application that is sensitive to image file resource forks copied to the server. When the app does a particular operation if there are resource forks in the folder the operation fails.
    Is there a way to either strip the forks on the copy operation? Or is there a way to block them in Windows Server?
    BTW, the application is a dedicated print server RIP linked to a Durst photographic printer running on Windows XP.
    G5   Mac OS X (10.4.6)   Windows Server 2000
    G5   Mac OS X (10.4.6)   Windows Server 2000
    G5   Mac OS X (10.4.6)   Windows Server 2000

    I feel your pain. I have been dealing with the same thing and found the following options:
    Try turning on "Services for Macintosh" or SFM on the windows server. I am NOT a windows guy I have had mixed results when my LAN folks have done this for me. In some instances the ._rsrc files don't appear, and this won't fix long name issues if you are having them.
    Another way to go w/o touching the windows server...third party.
    Path Finder 4: http://www.cocoatech.com/pf4
    Blue Harvest: http://zeroonetwenty.com/blueharvest/#faq
    KopyMac 2.6.1b: http://www.tcsn.net/mont/index2.html
    I have not tried the third party solution yet. I am still convinced there must be some way to have the mac just stop creating the files, but so far I have nothing. The only article apple has that is remotley related addresses .DS_Store files and NOT the ._rsrc files. I tries the edit to com.apple.desktopservices.plist and I still had a server full of ._bsfile.
    Hope this helps, and if anyone out there has the 100% mac solution PLEASE share.
    PowerBook G4   Mac OS X (10.4.6)  

  • How to install the disk copy program

    i recieved a computer from my colleg and want to install disk copy but the files are in a format that needs disk copy to open them (.smi,.part,etc.)how do i install disk copy when the install neds disk copy to run. i do not have the original install disk!!!! so do not ask if i have install disk.

    Would it be correct to assume that you are trying to install the downloadable System 7.5.3 , e.g. the US version here? If so, the computer in question (Performa 638CD?) will have to have a usable operating system on the hard disk; or a startup floppy or CD will be needed.
    As Niel has indicated above, you are not going to need a separate Disk Copy application for a self-mounting image.
    However, please note that the files available for download are protected by a MacBinary (.bin) encoding. StuffIt Expander would be required for the decoding. If the download has been carried out on a PC, leave the encoded files intact until on a Mac. Do not try to decode the .bin on a PC.
    Once on the Mac where you want to install System 7.5.3, decode the .bin (if this has not been done earlier, in an appropriate Mac environment). Then, place the decoded files (one .smi and eighteen .part) in a common folder on the hard disk. Double-click on the .smi; this will mount the total image. The installer will be found in the mounted image. Run the installer.
    Should you in a particular case really need Disk Copy (for instance, for .img files), the program can be found here. You will notice that version 6.3.3 is packaged as a self-mounting image, protected by MacBinary. Decode the .bin on the Mac, double-click on the .smi, and finally drag-copy the Disk Copy program from the image to the hard disk.
    If you do not have access to a suitable StuffIt Expander version for the older Mac, please post back.
    Jan

  • Strip resource forks and .DS_Store files from folder

    I'm transferring stuff from my Mac to a Windows machine using a FAT32 formatted keydrive, and want to eliminate the various dot files from folders before I copy them to the Windows box. I had tried using a Terminal command, which was tedious and at one point I mistyped something and managed to nuke one of the folders on the drive. After a search, I found this script at MacOSXHints:
    on run
    display dialog "Drag a removable disk icon here to have it cleaned and ejected"
    end run
    on open selectedItem
    -- get a text version of the volume name and remove the trailing colon :
    set volumeName to selectedItem as string
    set volumeName to characters 1 thru (the (length of volumeName) - 1) of volumeName as string
    if (list disks) contains volumeName then
    do shell script "find '/Volumes/" & volumeName & "' -name '.DS_Store' -exec rm '{}' \\;"
    do shell script "find '/Volumes/" & volumeName & "' -name '._*' -exec rm '{}' \\;"
    try
    do shell script "rm -rd '/Volumes/" & volumeName & "/.Trashes'"
    do shell script "rm -rd '/Volumes/" & volumeName & "/.TemporaryItems'"
    end try
    try
    tell application "Finder" to eject disk volumeName
    end try
    end if
    end open
    It worked great, but took a bit of time to run. I no longer need to clean the whole drive again, just specific folders I add to the drive now. Unfortunately I don't actually know how to write Applescript, I can just sometimes adapt an existing script to my needs, but this adaptation is beyond my meagre abilities. Last night I was copying a couple of folders to the drive, then using the Terminal "find execute remove" command to get rid of the dot files after the fact. I would like to have an Applescript droplet, so that I drop the folder onto it and the resource forks are stripped off and the .DS_Store files are removed before I copy the folder to the key drive.
    Any help appreciated!
    Francine
    Francine
    Schwieder

    Make a duplicate of the folder you want to transfer on your hard disk, and then run the following on the duplicate:
    on open droppedItems
    repeat with anItem in droppedItems
    if (folder of (info for anItem)) is false then
    display dialog (anItem as string) & " was not proccessed." & return & return & "Folders only please"
    else
    do shell script "find " & quoted form of POSIX path of anItem & " -name \".DS_Store\" -exec rm '{}' \\;"
    do shell script "find " & quoted form of POSIX path of anItem & " -name \"._*\" -exec rm '{}' \\;"
    do shell script "ditto --norsrc " & quoted form of POSIX path of anItem & " '/Volumes/volumename/pathname/'"
    end if
    end repeat
    end open
    The second do shell script line may not be needed in this variation.
    (21517)

  • The disk copy of "File_Name" was changed since you last opened or saved it.  Do you want to save anyway?

    When saving a Photoshop CS6 file I am suddenly getting this message: "The disk copy of “File Name” was changed since you last opened or saved it.  Do you want to save anyway?" I am not connected to a network and I had not downloaded any new software when it started. How do I fix this? and will this cause any file corruption? -Thanks

    Chris, thanks. Yes, I realize that something outside of Photoshop is modifying the file but how do I find out what is causing it or how do I stop it? I had not added any new software or upgraded anything when this started and I have never had this problem before. I don't use any font managers. I do have a virus barrier but, as I've said, I have had this software for awhile and can't imagine why all of a sudden it would be interfering with my file. I spoke with Apple to see if the problem might be on their side but they seem to think my Mac is running fine. My biggest concern is will this cause my file to become corrupt? Before closing out yesterday, I created a new document and copied everything from this file over into the new document and renamed it in the hopes that it may help... Maybe something was wrong with that original document. Not sure that will work but will find out today. Also, I haven't worked on any other files since this started. So, I'm not sure yet if this is happening to this file only or if it may happen to future files. -Thanks

  • Your disk copy of image was changed since last opened or saved (Mac OS)

    I am  occasionally getting a message that "the disk copy of image  was changed since the file was last opened or saved". The OS is 10.6.6 and I am using CS5. It happens on no specific file. All of my files are pretty big. The current one that this is happening on is a psb that is 3.26 G unflattened. I have from  ignorance always ignored the message and saved anyway. I have never detected any damage or discernible changes to the files after ignoring the warning, but after searching Adobe forum and reading a thread about this happening in CS4, I guess I should be more cautious and do a save as and change the file name. I started this thread because no one has reported the issue happening in CS5.
    The files were all given to me by ftp as either psd, tiff or camera raw files.  I work on duplicates of the originals in no other program but photoshop and opened and closed the files a few times before getting the message about the disk copy being changed. All of my files are saved to an internal harddrive and  backed up on a time capsule device. I am on a network, but am the sole user of the network. The files are  worked on and saved to an internal hard drive on the same computer. They are never opened on another computer which is usually turned off. I am running no virus protection software except what ever is native to the OS. The only other applications I am running when getting this message are safari, mail and sometimes bridge.
    Why am I getting this message and what is causing changes (that I can't detect) to the disk copy?

    Really, damn
    I wonder what it can be. I'm 100% sure its nothing running in the background changing the files in my workflow.
    I checked everything and its funny because it is the same on 3 Mac Pro here ???
    So it must be a bug some where in Adobe's files/apps/etc
    Some combination of files, setup or what ever making the error come up.
    I never had it before i upgraded to 10.6.x Before all Mac Pro was running 10.5.8 with PS CS4 and it worked alright.
    Then i upgraded all our Mac's to the latest to get the 64bit feature and PS CS5 and even the newer CS5.5
    And then it started and its also with the newest PS from CS5.5
    First i thought i found the problem because i saw a post at Extensis forum about the Suitcase FM core and Fontsense
    extension for Photoshop and i deleted the extension from photoshop plugin folder and i was happy at first but then again.
    It came back after a wile.. Sucks. Not that.
    I wonder if its really because PS thinks the image was changed. I know it suppose to be that way but in our situation it is
    something else. A bug ofcause and i have been trying to figure this out the last 3 days and even yesterday i used 7 hours
    in a row to find a solution but i never found it.
    I really hope we can find a way other than reinstalling Mac OS X and Photoshop. I do think if we formatted the drive and
    started all over it would help but i don't want to do that because it will take me for ever to set up from scratch, yarggg
    What do you think ? Do you have any idea whats so ever what could course this ? any ideas

  • "Open With"- "Change All" corrupts your file (Resource forks, extended attributes, creation date)

    I finally know why some of my files get corrupted.
    If you use the following method to assign one kind of file to always open with the same application;
    http://docs.info.apple.com/article.html?path=Mac/10.6/en/8387.html
    (File -> Get Info -> Open With -> Change All)
    an extended attribute will be added to your file.
    You can examine that by typing "ls -l" in Terminal. If you see an @-sign after permissions than you have an extended attribute in that file.
    To see what it contains, type "xattr -l filname.jpg" in Terminal.
    Besides that is adds an extended attribute (which can be deleted with the "xattr --help" command) the modification date of the selected file will be changed.
    I think this is irritating because I wan't to keep my master photos with the same modification date as creation date.
    What else does it effect besides the modification date and to add extended attributes? Does my metadata get intact?
    (If you further want to make a backup copy on for example a FAT32 filesystem than your got a new problem. FAT32 doesn't support resource forks, so besides filename.jpg you will have an additional ._filename.jpg of 4kb)

    Doesn't sound like there is any corruption going on to me. It may change the date modified, but that should be expected since you modified the file.

  • Disk Copy 6.3.3 reports problem with image - but not always

    I have run across a problem with Disk Copy 6.3.3 that looks to me like a bug of some sort, but I can't be sure and want to see if anyone has any additional information. I am running Mac OS 8.1 on a Quadra 950, just in case it is important.
    I have saved almost all my old installation floppies as Disk Copy images and now use these images if I have to reinstall software due to failures of several original media. I recently had reason to reinstall software that was stored on multiple disk images and I could never mount them all without receiving the following error after some of the disks were mounted:
    +There is a problem with the disk {whatever the disk name is}.+
    +Some information may have been lost.+
    +Check any recently-used files for data loss, and use a+
    +disk-repair program on the disk.+
    After further investigation, I found that this problem not only affected this set of installation disks, but others as well. To make a long story short, I have found that I have at least two Disk Copy images that are causing this behavior. I have dozens of other images and they all mount successfully UNTIL I mount one of these two image files (there may be others, but I know of at least two at this time). After I mount either of these two images, many (I estimate more than 50%) of the other images seem to mount, but the message above appears after the mount completes. Some of the images seem to mount without errors, even after one of the two problem images are mounted. Unmounting the problem image does remedy the problem. The only way to mount images without errors again is to reboot.
    Has anyone seen this before and have any additional information? In particular I would like to know if I can trust the images that are giving me problems - in particular the two that are causing this situation, but also the ones that indicate data corruption? I'd also like to know if there is a real fix for this problem? If the data in these images is not corrupt, I could make floppies from them every time I want to reinstall software, but I'm not sure the data is good and I really don't want to have to try to find floppies just for an occasional reinstall. Thanks for any help!

    Well, I've got some additional information. I have a Macintosh LC running 7.5.5 that also has Disk Copy 6.3.3. I didn't copy the image files to the LC, but instead mounted them over the network, in a half-hearted attempt to rule out issues with disk I/O errors causing this problem. All images mounted without any errors. This pretty much eliminates any problems with the disk image itself being corrupt or with it being a problem with the content of the disk image causing a problem with Disk Copy 6.3.3.
    I had been having some signs that my current system disk on the Quadra may be ready to fail, so I added another disk, formatted it, and installed a fresh install of 8.1 on it. Before doing much of anything to customize the installation (no software other than on the 8.1 install disk, almost no settings other than the default, etc...), I tested the images again and they failed again. This eliminates any problems with third party software that I had installed previously. I even booted with extensions disabled and still got the error message.
    When I look in the Disk Copy log file, there are NO signs that any errors have ever occurred. This leads me to beleive that the message I'm seeing is not the fault of Disk Copy, but either the System or the Finder. My best guess right now is that once the image file is mounted by Disk Copy, that it is asking the System/Finder to do something that is either failing and produces the error message, or is returning an unexpected return code and causing Disk Copy to produce this message (which for some reason isn't being logged). If nobody has any clues from the additional information, I'll try reinstalling again with only a minimal install and see if I can figure something out. Thanks for any help that anyone might have!

  • Resource forks -- are they what is slowing CCCloner when backing up?

    I've been testing CCCloner and SilverKeeper as backup utilities. I've used SK for the last 8 years and haven't noticed anything amiss. In my situation, it searches for changes during an incremental backup about 8 times faster than CCC. Mike Bombich, the author of CCC, has responded to my query about why this is the case with a detailed explanation (see http://forums.bombich.com/viewtopic.php?t=15540, last post), part of which reads:
    For the purpose of this conversation, though, the gist is that you have many files that have two data structures -- a data fork and a resource fork. Each of these data structures can change independently of each other. Resource forks, however, do not have modification dates -- the modification date of a file only refers to the data fork. As a result, backup utilities have a choice among three methods for determining whether to backup the resource fork as they scan your filesystem:
    a) copy every resource fork, every time, just to be on the safe side
    b) copy the resource fork of a file whenever the data fork of the file changes, or when the size of the resource fork has changed
    c) compare a checksum of the resource fork on the source and target to determine if the resource fork has actually changed
    According to Mike, SK uses method 2 whereas CCC uses Method 3, explaining why it is so much slower for my backups -- because 36,000 of my 58,000 files have "extended attributes" which are probably resource forks.
    My question arises because I want to make sure the SK is accurately backing up my PS files. Is it possible that a utility using Method 2, could miss some change in a resource fork of a PS file? To put it another way: are there any instances where PS could change a resource fork, but the data fork is unchanged and the size of the resource fork is unchanged, resulting in Method 2 not backing up that particular file?
    I must have backed up in excess of 100,000 PS files over the years, and haven't noticed any problems. But then again, I have rarely had to call on my backups.

    Why not use Time Machine instead of some "third party hack" for your backups?
    CCCloner is worthless garbage IMHO. I tried to restore a system with it after a HD replacement and it wouldn't work because the owner changed user name and/or password on reinstall of the OS. Thus it wouldn't recognize the Library to copy the files. In fact, it wouldn't grant access to the backup, claiming permissions conflicts. I had to run a CHMOD and CHOWN from Single User Mode to be able to get to backed up files, but the Library and Applications were useless.
    From what I know of it, CCC is OK for cloning a brand new hard drive to put in a new machine, but beyond that it's way too complicated in what it does and how.
    As far as PS changing data or resource forks, I was never aware that it did. I could be mistaken.
    This question would be better answered by the developers of SilverKeeper though.

  • Why do aliases have giant resource forks?

    ...and what's the best way to remove them?
    I noticed recently that aliases that I create take up multi-megabytes of disk space, rather than the couple dozen k that they used to take on older operating systems. I found some threads here in the support community that explain that these aliases contain huge, apparently useless, data or resource forks. What I can't find is a good answer to these two quesitons:
    1. Why? Is there a reason why Mavericks creates these big forks in an alias? Is it used for something? Is it a mistake? Is there some reason Apple did this? Do we think they'll change it in the future?  (What a huge nuisance to have to modify these files!)
    2. What's the best way to get rid of these forks if I want to do that? I found one link to some sort of script, but it seemed dangerous to me, and it's an unrecongized developer, so I can't easily launch it anyway. In the App Store, I find one utility that might do the trick: FileUtility. Not sure if I should trust it. It has been reviewed by exactly one person, and that review is incoherent.   Any suggestions?

    Hi William,
    That makes sense - but I had looked at my IIS setups and they appear the same for all KBs, again here are settings for WPA Supplier & User. I created both the same day, the same way, and have compared all tabs which are identical. I can double check on how the DNS aliases that were set up, but they should have been identical as well

  • Invalid checksum or cannot mount image errors with disk copy

    I just upgraded my B/W G3 from OS9 to OS X.2 and only have Internet explorer 5.1 for Mac for internet browsing. I can't even access the Apple downloads page and alternate browsers download as .dmg files. When I click the download I am prompted to pick a location....(I tried to open the files directly through applications/disk copy and that option is grayed out; I can only save files to the desktop) so I saved the files to desktop and when I try to use disk copy to open them, I get either invalid checksum or cannot mount image errors. I am a brand new Mac user and understand this is not Windows and all and I understand the process of dragging the icon to the apps folder, but I can't get that far, I am getting these errors and can't figure out what I'm doing wrong, the icon that appears on the desktop after the download is an image of a hard drive, but on a sheet of paper, not an image of a hard drive itself.
    I think this has to do with the errors, but don't know where to go from here. Any suggestions?

    a few updates-corrections:
    I am running OS 10.1 with the latest update being 10.1.5
    I have upgraded the RAM to 896 mb with some memory chips I got from Ebay...worked like a charm!
    The only browser I can get to install and run is Camino, which crashes sometimes but is way better than IE5 for Mac
    The majority of downloads I find on the internet stil give me the cannot mount image error
    I tried the firmware update but it wants OS9 installed....but I am pretty sure I ran that before I installed OS 10.1.....OS9 still exists on my hard drive, but is not accessable in 10.1
    When I can get an image mounted, a lot of times the program loads in the dashboard, but immediately closes out
    With all these issues, I am considering upgrading to OS 10.4 but am hesitant since I don't know if that is the core problem
    This old Mac is really cool and a refreshing change from Windows and I don't want to give up on it, but I don't want to keep spending money on things that don't work.

Maybe you are looking for