EOF message on tape drive

Hi there
I have problem on archiving some Oracle files.
Total folder is little over 25G, and when I try to archive this folder onto a tape (40G capacity), after about 2/3 of files, I get EOF message.
I have typed next command:
cd /index/Backup
tar cvf /dev/rmt/0 .
and messages about archiving in verbose mode start, and after few hours (and about 65 of 94 files) I get the message:
tar: write error: unexpected EOF
Since I saw in some previous message that I can not see what is total amount of files on tape, and what is free space on tape, how can I solve this problem and do the backup in total?
Thanks
P.S. System is Solaris 8 on 280R server.

Either the archive is expanding the data (that's common if you're trying to back up sparse files), or the tape is not holding the capacity that you expect.
You could potentially compress the files, but that will make restoration more complex. Also what type of drive is this? It may be that the '0' device is not a compression device. Perhaps '0cbn' would be better.
So as an example:
tar cf - . | gzip -c | dd obs=64k of=/dev/rmt/0cbn
Darren

Similar Messages

  • Cannot able to take DB Backup to Tape Drive

    Hi,
    I cannot take DB backup from SQL server and also from SAP too. Its getting failure.
    I changed the Tape drive and Tape also.
    SAP DB13 error msg is below:
    Executed as user: NT AUTHORITY\SYSTEM. ...ontact your system administrator. [SQLSTATE 01000] (Message 2528)  Processed 10575360 pages for database 'APP', file 'APPDATA1' on file 1. [SQLSTATE 01000] (Message 4035)  Processed 6256640 pages for database  'APP', file 'APPDATA2' on file 1. [SQLSTATE 01000] (Message 4035)  Processed 6667936 pages for database 'APP', file 'APPDATA3' on file 1. [SQLSTATE 01000] (Message 4035)  Processed 2857 pages for database 'APP', file 'APPLOG1' on file 1. [SQLSTATE 01000] (Message 4035)  BACKUP DATABASE successfully processed 23502793 pages in 2029.133 seconds (94.885 MB/sec). [SQLSTATE 01000] (Message 3014)  Processed 1568 pages for database 'master', file 'master' on file 2. [SQLSTATE 01000] (Message 4035)  Processed 1 pages for database 'master', file 'mastlog' on file 2. [SQLSTATE 01000] (Message 4035)  BACKUP DATABASE successfully processed 1569 pages in 8.052 seconds (1.595MB/sec). [SQLSTATE 01000] (Message 3014)  Processed 3016 pages for database 'ms...  The step failed.
    Regards
    Thillai

    Hi Thillai,
    Hope the below link helps you.
    How to: Set the Expiration Date on a Backup (SQL Server Management Studio)
    http://msdn.microsoft.com/en-us/library/ms188697.aspx
    How to: Back Up a Database (SQL Server Management Studio)
    http://msdn.microsoft.com/en-us/library/ms187510.aspx
    Regards,
    SBK

  • Sys-suspend fails on Solaris 9 with tape drive present

    I ran across a post by T. Kloeber (http://forum.java.sun.com/thread.jspa?threadID=5109999&messageID=9374786) on the Sun developer forum on this.
    I replaced my Solaris 7 SS5 with an Ultra 2 and installed Solaris 9 fresh. The external disks and tape drive are unchanged. The SS5 used to suspend properly about 95% of the time, but now the machine refuses to suspend with the tape drive connected. Log messages are:
    Mar 21 16:20:13 madera cpr: [ID 535284 kern.notice] System is being suspended
    Mar 21 16:20:24 madera cpr: [ID 122848 kern.warning] WARNING: Unable to suspend device st@4,0.
    Mar 21 16:20:24 madera cpr: [ID 537702 kern.warning] WARNING: Device is busy or does not support suspend/resume.
    Mar 21 16:20:30 madera cpr: [ID 457896 kern.notice] NOTICE: Suspend operation failed.
    Mar 21 16:20:30 madera cpr: [ID 583038 kern.notice] System has been resumed.
    and the system is not suspended. Is there anything i am missing on Solaris 9?
    I am able to modunload the st driver, then when I attempt to suspend, the driver gets reloaded, and I get the failure above.
    I ran across an E10000 service manual from 2.6 days that said that tape devices were not suspendable. They must have rethought that by Solaris 7. No idea why 9 should refuse this. I have the latest recommended patches.
    TIA for any information!
    TW

    I ran across a post by T. Kloeber (http://forum.java.sun.com/thread.jspa?threadID=5109999&messageID=9374786) on the Sun developer forum on this.
    I replaced my Solaris 7 SS5 with an Ultra 2 and installed Solaris 9 fresh. The external disks and tape drive are unchanged. The SS5 used to suspend properly about 95% of the time, but now the machine refuses to suspend with the tape drive connected. Log messages are:
    Mar 21 16:20:13 madera cpr: [ID 535284 kern.notice] System is being suspended
    Mar 21 16:20:24 madera cpr: [ID 122848 kern.warning] WARNING: Unable to suspend device st@4,0.
    Mar 21 16:20:24 madera cpr: [ID 537702 kern.warning] WARNING: Device is busy or does not support suspend/resume.
    Mar 21 16:20:30 madera cpr: [ID 457896 kern.notice] NOTICE: Suspend operation failed.
    Mar 21 16:20:30 madera cpr: [ID 583038 kern.notice] System has been resumed.
    and the system is not suspended. Is there anything i am missing on Solaris 9?
    I am able to modunload the st driver, then when I attempt to suspend, the driver gets reloaded, and I get the failure above.
    I ran across an E10000 service manual from 2.6 days that said that tape devices were not suspendable. They must have rethought that by Solaris 7. No idea why 9 should refuse this. I have the latest recommended patches.
    TIA for any information!
    TW

  • Internal Tape Drive

    Hello All,
    Oracle DB version: 10.2.0.1.0
    We have Internal Tape Drive attached with our AIX box.
    http://publib.boulder.ibm.com/infocenter/eserver/v1r3s/index.jsp?topic=/iphcd/fc6120.htm
    Currently we are doing disk backup as below:
    here is the script to perform backup:
    . $HOME/.profile
    export ORACLE_SID=sid
    rman nocatalog << EOF
    connect target
    ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE disk;
    configure controlfile autobackup on;
    backup as compressed backupset database plus archivelog delete input;
    delete noprompt obsolete;
    exit
    EOF
    Now we want to backup on tape.
    First, how could I read tape from the command prompt?
    And how will I change my script for the tape backup.
    Thanks
    D

    Do you have a media manager software (such as TSM) to enable backups directly from RMAN to tape? I thought I remembered something about 10.x having a default media manager, besides Secure Backup, but that seems far fetched right now.
    Without a media manager, you could
    - backup to disk with rman, identifying the backup set files somehow
    - then write those files to tape
    So below the rman part in your script, you use AIX commands to write files to tape.

  • TAP Driver Not Installing

    Hello,
    I am trying to use my Cyberghost VPN so I can use a website which has abusive admins, but my friend persists I play the game on there. I want to be safe so I tried to boot up my Cyberghost and got an update message. Whenever I click to install the update,
    a window pops up and says "Error installing the TAP driver" then just doesn't update my Cyberghost. 
    Please do not point me to a thread that has badly worded answers and doesn't solve my issue,
    Brendan A. 

    Hi,
    Please try to view the Cyberghost website and find the right latest version of this update, manually download and install it, for the setup.exe, make sure to run it as admin and try to run it in a compatibility mode, to do this, right click the .exe file,
    properties\compatibility.
    Meanwhile, disable your anti-virus software.
    and I'm not intended to point you a link, but I think this support forum can better help you
    https://support.cyberghostvpn.com/index.php?/Troubleshooter/List
    NOTE
    This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • L20 and IBM tape drive

    Hi all,
    I have StorageTek L20 robot (FW 2.12.06) and IBM Ultrium-TD1 tape drive (FW:59C0) which i updated with latest firmware.
    Now robot cannot recognise tape drive, with code: 00 Unknown Drive
    I assume this is firmware related problem, so the question is:
    Will robot firmware update to version 2.15.03 resolve this issue, and bring online my backup?

    I have used external IBM SCSI drive with Solaris8 and legato without any issues.
    What kind of a tape drive is it? What is the Sun Hardware platform being used? Are there any messages logged just before the panic? Is st.conf configured properly? Is there a problem on the scsi bus?
    You might want to send the core files to Sun, if you have got suport on the box or use kdb yourself.

  • IBM tape drive on SUN box.

    Did any body tried IBM tape drive on solaris 8 and legato as backup software. We are having system panics when we try to access Tape drives.

    I have used external IBM SCSI drive with Solaris8 and legato without any issues.
    What kind of a tape drive is it? What is the Sun Hardware platform being used? Are there any messages logged just before the panic? Is st.conf configured properly? Is there a problem on the scsi bus?
    You might want to send the core files to Sun, if you have got suport on the box or use kdb yourself.

  • What external tape drives are compatible with sunblade 100s?

    hi,
    please, can anybody tell me:
    1. where i can find out whether or not a particular tape drive is compatible with my sunblade 100 workstation running solaris 9?
    2. do external tape drives usually connect to the workstation's serial port?
    3. what kind of specs/features should i be looking out for?
    thanks in advance for your replies.
    Message was edited by:
    sun-certified

    I would imagine you could use any tape drive with your sun blade... most are connected by either scsi or fiber channel... there could be some that are network controlled... not aware of any that are controlled by serial port...
    GOOGLE is a wonderful thing... try it, you will like it...
    compatibility is more concerned with which OS and program you want to use with the tape drive...
    specs depend on what you are backing up... a single user would most likely only need a single drive... if you were a multi-national corp, then maybe you might contact Sun Sales...
    maybe you should to some research yourself...
    haroldkarl

  • Error after installing tape drive

    Hi,
    I am a newbie to Solaris, I have a SunFire V120 box, i was trying to install a tape drive(HP SureStore DAT24), i did the install in this manner.
    # rm -rf /etc/path_to_inst
    # init 6
    later at the "ok" prompt i gave "boot -ar" after doing that it asked me various options i accepted the default values, when it asked for rebuilding the /etc/path_to_inst file i said "y", but later everything went wrong.
    This is the output,
    Sun Fire V120 (UltraSPARC-IIe 548MHz), No Keyboard
    OpenBoot 4.0, 512 MB memory installed, Serial #51581741.
    Ethernet address 0:3:ba:13:13:2d, Host ID: 8313132d.
    Executing last command: boot -ar
    Boot device: /pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;0,0 File and args: -ar
    Enter filename &#91;kernel/sparcv9/unix&#93;:
    Enter default directory for modules &#91;/platform/SUNW,UltraAX-i2/kernel /platform/
    sun4u/kernel /kernel /usr/kernel&#93;:
    Name of system file &#91;etc/system&#93;:
    SunOS Release 5.8 Version Generic_108528-15 64-bit
    Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
    |
    The /etc/path_to_inst on your system does not exist or is empty.
    Do you want to rebuild this file &#91;n&#93;? y
    root filesystem type &#91;ufs&#93;:
    Enter physical name of root device
    &#91;/pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;0,0:a&#93;:
    WARNING: forceload of misc/md_trans failed
    WARNING: forceload of misc/md_raid failed
    WARNING: forceload of misc/md_hotspares failed
    WARNING: forceload of misc/md_sp failed
    WARNING: forceload of misc/md_stripe failed
    WARNING: forceload of misc/md_mirror failed
    configuring IPv4 interfaces: eri0.
    Hostname: aks
    mount: /dev/md/dsk/d1 is not this fstype.
    /sbin/rcS: /etc/dfs/sharetab: cannot create
    failed to open /etc/coreadm.confsyseventd: Unable to open daemon lock file '/etc
    /sysevent/syseventd_lock': 'Read-only file system'Configuring /dev and /devices
    devfsadm: mkdir failed for /dev 0x1ed: Read-only file system
    devfsadm: open failed for /dev/.devfsadm_dev.lock: Read-only file system
    Configuring the /dev directory (compatibility devices)
    /etc/rcS.d/S50devfsadm: /tmp/sock2path.57: cannot create
    The system is coming up. Please wait.
    /sbin/mountall: /tmp/sh800: cannot create
    rm: Unable to remove directory /tmp: Read-only file system
    mkdir: Failed to make directory "/tmp"; Read-only file system
    chown: /tmp: Read-only file system
    10/5/2005 9:56:42 GMT LOM time reference
    /etc/rc2.d/S69inet: /tmp/ifconfig.100: cannot create
    grep: can't open /tmp/ifconfig.100
    /etc/rc2.d/S69inet: test: argument expected
    starting rpc services: rpcbind done.
    Setting netmask of eri0 to 255.255.255.0
    Setting default IPv4 interface for multicast: add net 224.0/4: gateway aks
    syslog service starting.
    dumpadm: failed to open /etc/dumpadm.conf: Read-only file system
    cron could not unlink FIFO: No such file or directory
    cron aborted: cannot create fifo queue
    ! cannot create fifo queue Wed Oct 5 04:56:45 2005
    ! ******* CRON ABORTED ******** Wed Oct 5 04:56:45 2005
    /dev/bd.off: Read-only file system
    /etc/rc2.d/S90solaris: /tmp/fgd.207: cannot create
    cat: cannot open /tmp/fgd.207
    Error -- cannot open error log /.FGDLog
    volume management starting.
    /etc/rc3.d/S15nfs.server: /tmp/sharetab.232: cannot create
    touch: /tmp/sharetab.232 cannot create
    mv: cannot access /tmp/sharetab.232
    share_nfs: /home/weblogic/SIMecho/logs: No such file or directory
    share_nfs: /local/data2/home/weblogic/SIMecho/out: No such file or directory
    chmod: WARNING: can't change /etc/dfs/sharetab
    The system is ready.
    aks console login:
    INIT: Command is respawning too rapidly. Check for possible errors.
    id: sc "/usr/lib/saf/sac -t 300"
    aks console login: aks console login: root
    Password:
    /etc/logindevperm: /dev/mouse: Read-only file system
    /etc/logindevperm: /dev/kbd: Read-only file system
    Last login: Wed Oct 5 04:20:28 on console
    Oct 5 04:57:46 aks login: ROOT LOGIN /dev/console
    root @ aks::/> vi /etc/system
    "/etc/system" &#91;Read only&#93; 109 lines, 2687 characters
    After doing some google i found that nothing is wrong i just need to comment some lines in the /etc/system file. But still i wasn't able to bacause the system is mounted in read only mode.
    Thanking you in advance.
    Regards,
    Rajendra Rait.

    I have exactly the same problem after running an fsck to clear corrupt files.
    Is there a problem with mirrored disks and using boot -ar to rebuild path_to_inst?
    The basic problem is that the root filesystem is coming up as read only
    i.e.
    The /etc/path_to_inst on your system does not exist or is empty.
    Do you want to rebuild this file &#91;n&#93;? y
    root filesystem type &#91;ufs&#93;:
    Enter physical name of root device
    &#91;/pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;0,0:a&#93;: /pci&#64;1f,0/pci&#64;1/scsi&#64;8/disk&#64;1,0:a
    WARNING: forceload of misc/md_trans failed
    WARNING: forceload of misc/md_raid failed
    WARNING: forceload of misc/md_hotspares failed
    WARNING: forceload of misc/md_sp failed
    WARNING: forceload of misc/md_stripe failed
    WARNING: forceload of misc/md_mirror failed
    configuring IPv4 interfaces: eri0 lo0:1.
    Hostname: plant
    mount: /dev/md/dsk/d0 is not this fstype.
    failed to open /etc/coreadm.confsyseventd: Unable to open daemon lock file '/etc/sysevent/syseventd_lock': 'Read-only file system'Configuring /dev and /devices
    devfsadm: mkdir failed for /dev 0x1ed: Read-only file system
    devfsadm: open failed for /dev/.devfsadm_dev.lock: Read-only file system
    Configuring the /dev directory (compatibility devices)
    /etc/rcS.d/S50devfsadm: /tmp/sock2path.52: cannot create
    The system is coming up. Please wait.
    /sbin/mountall: /tmp/sh730: cannot create
    Any help would be gratefully received as I want to avoid rebuilding the server from scratch!
    Thanks

  • When I open my messages and tap on a message to read it in full, i get a blank screen. How do I fix this

    On my iphone 4s. When I tap on the messages icon, it opens my inbox with all the messages recieved. If I then want to read the message, and tap on it, I get a grey screen. It was'nt always like this, so I must have done something wrong somewhere. Can someone help please?

    Did you try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again? You will not lose data doing a reset.

  • How can I connect a DLT-IV Tape drive with SCSI interface to Quad G5?

    I have had no problems with my "Quantum equivalent La Cie DLT-IV Tape drive" on OSX connected to the G4 Quicksilver using an Adaptec 2930CU PCI card - but I can't move that to the G5 as it has to be PCI-Express cards as far as I can tell.
    Adaptec pre-sales support inform me that Adaptec have no Mac support in their current product range.
    Has anyone found a solution to this connection requirement that will work with Retrospect and DVD StudioPro?
    If there is a workable solution which is no longer available to buy - I would still be interested in knowing so I could scour ebay for it.
    TIA,
    Richard

    Hi Richard;
    If you go to ATTO, they are offering a ExpressPCI PSC which include a SCSI bus on sale for $24.11.
    Allan

  • How to Add a New Tape Drive to Solaris 10

    Hi,
    I have an old DLT4000 tape drive attached to my SunFire V250. As I am starting to fill up the 40GB on that tape drive I have purchased a new SDLT320 and want to replace it with the old DLT4000.
    I have set the SCSI ID on the back of the unit to the same number as the DLT4000 (3), powered off the old unit, unplugged it, then plugged in the new SDLT320 and turned it on.
    I cannot seem to read the tape (mt -f /dev/rmt/0 status) - it says it is offline.
    I thought I could simply swap the unit but obviously that is not the case. How do I add it properly?
    Any help would be appreciated.
    Rob

    Thanks, I tried that and no go.
    I noticed the driver did load reload so I did a modload -p st and it re-loaded but I still cannot get the tape to read. It says that /dev/rmt/0 does not exsist.
    What about if I do a reboot?
    What commands can I use there?
    Bear inmind I have rebooted twice, once with an init 6, the other, an init 0 and then a boot -rs.
    Any other ideas?

  • -36 errors, can't copy files in finder or backup to tape drive

    Does anyone know what causes -36 errors and how we can eliminate them? We need to backup our files, but have been unable to do so due to -36 I/O errors in Retrospect. Files on which this error is reported by Retrospect will not copy in the finder, either. I think our hard drive may be bad. How can we recover our files if they cannot be backed-up or copied?
    We recently purchased a tape drive for backup, an Exabyte VXA-2 FireWire Tape Drive. We are using VXA-2 V23 (230m) 80GB/160/GB Data Cartridges. I have verified that this drive is supported by Retrospect and that we have the correct tape cartridge. We are backing up one partition of a hard drive that is divided into two partitions. One is the start-up partition, the other is a partition on which we store customer files. We are backing up the partition that stores customer files. The tape drive is attached to and backing up a Macintosh G3 that was recently upgraded from system 9 to OS X 10.3.9 (Panther). The hard drive was not re-formatted before OS X was installed. I have downloaded updates and updated our Retrospect to the latest Retrospect version 6.1.126. I keep getting read errors when trying to backup the customer files partition, although I have ran every good repair program I know of to that partition — TechTool, Disk Warrior and Disk Utility. The tests all say the drive is OK. The only test I have not done recently is a surface scan, as this is an over-night procedure, but plan to do it this evening. A surface scan was done at the beginning of January, but we have continued to have problems. Yesterday morning I ran Disk Utility and it verified that the partition was okay.
    I am fairly certain the problem is not with the tape drive, as a test backup up of some of the problem customer files to a file backup on the startup drive also produced many -36 errors. Also the tape drive worked on another Mac with no -36 errors.
    The following is an excerpt from the log of last night's backup when the program was backing up (this is a very small portion of the whole log, there was a very long list of files it reported read errors on) Following this excerpt is also an excerpt of errors reported while the program was trying to verify the backup:
    ∆ Retrospect version 6.1.126
    automatically launched at 2/20/2006 7:00 PM
    + Retrospect Driver Update, version 6.1.3.101
    + Normal backup using Files Volume M,W,F BU at 2/20/2006 7:00 PM
    To backup set Files Volume M,W,F Set…
    - 2/20/2006 7:00:20 PM: Copying Files Volume…
    Can't read file “•T+•Files Volume”, error -36 (i/o error, bad media?), path: “Files Volume/•T+•Files Volume”.
    Can't read file “•T+•Files Volume(1)”, error -36 (i/o error, bad media?), path: “Files Volume/•T+•Files Volume(1)”.
    Can't read file “•T+•Files Volume(2)”, error -36 (i/o error, bad media?), path: “Files Volume/•T+•Files Volume(2)”.
    Can't read file “BALANCE PLUS AGREEMENT2.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/BALANCE PLUS AGREEMENT2.p65”.
    Can't read file “Balance Plus Agreements”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/Balance Plus Agreements”.
    Can't read file “BALANCE PLUS.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/BALANCE PLUS.p65”.
    Can't read file “2000/#2(U)”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/cdcguide/2000/#2(U)”.
    Can't read file “New Accounts-CSB Final.PMD”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/New Accounts Brochures 10-05/New Accounts-CSB Final.PMD”.
    Can't read file “Pacesetter Ad.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Pacesetter Bank/Pacesetter Hometown Financing/Pacesetter Ad.tiff”.
    Can't read file “SUMMERTIME.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Summertime/SUMMERTIME.p65”.
    Can't read file “RiverFest Comcast1.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/Adelphia/Comcast Logos & Art/RiverFest Comcast1.EPS”.
    Can't read file “CHS logo converted to Photoshop”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/CHS Logo-Various forms/CHS logo converted to Photoshop”.
    Can't read file “CHS logo adjusted/Photoshop.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/CHS Logo-Various forms/Adjusted by Karen/CHS logo adjusted/Photoshop.eps”.
    Can't read file “FWOLO~13.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/FWO logos/FWO Logos Various Formats/EPS/FWOLO~13.EPS”.
    Can't read file “wellnotype.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/well logo for MGH/wellnotype.bmp”.
    Can't read file “spencer logo bw.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/spencer logo bw.eps”.
    Can't read file “spencer logo.TIF”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/spencer logo.TIF”.
    Can't read file “DOLCO 900 Master BC 10up old”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-Misc/Dolco Packaging (Bill Cooke)/DOLCO Business Cards/DOLCO BCs/Dolco BCs 10up/DOLCO 900 Master BC 10up old”.
    Can't read file “accutech logo color sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Accutech Systems/accutech logo color sep.eps”.
    Can't read file “Kerr 1 backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 1 backer.eps”.
    Can't read file “LNT price labels.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Jar Toppers / Gift Promo/email to discount labels/LNT price labels.eps”.
    Can't read file “A-09.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/A-09.DOT”.
    Can't read file “A-14.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/A-14.DOT”.
    Can't read file “B-21.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/B-21.DOT”.
    Can't read file “B-35.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/B-35.DOT”.
    Can't read file “Visor Install fix.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Booklets/Visor Installation Booklet/Visor Install fix.doc”.
    Can't read file “Visor Program (SD- 1030) B.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Booklets/Visor Programming Booklet/Visor Program (SD- 1030) B.doc”.
    Can't read file “BlueConnect_16pgInstall.qxp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/BlueConnect_16pgInstall.qxp”.
    Can't read file “BlueConnect_28pgUserREV.qxp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/BlueConnect_28pgUserREV.qxp”.
    Can't read file “BlueConnect Installation Instructions 2.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BlueConnect Installation Instructions 2.doc”.
    Can't read file “BlueConnect Installation Instructions rev 10-07-05.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BlueConnect Installation Instructions rev 10-07-05.doc”.
    Can't read file “BlueConnectInstall16pg.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BlueConnectInstall16pg.doc”.
    Can't read file “CONSUMER USERS MANUA1.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/CONSUMER USERS MANUA1.doc”.
    Can't read file “BlueConnect Reg Card.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Registration Cards/BC 203 BlueConnect Reg/BlueConnect Reg Card.doc”.
    Can't read file “Living Will insert p1.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Cresthaven Living Will Insert 1/06/Living Will insert p1.eps”.
    Can't read file “Living Will insert p2.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Cresthaven Living Will Insert 1/06/Living Will insert p2.eps”.
    Can't read file “Elm Ridge 4-c vets Page_1.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Elm Ridge Valor Hill/Elm Ridge 4-c vets Page_1.tiff”.
    Can't read file “Elm Ridge 4-c vets Page_2.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Inserts + Circulars/Elm Ridge Valor Hill/Elm Ridge 4-c vets Page_2.tiff”.
    Can't read file “Reply card APv.1 (Vets).eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Mailers & Promo/Acacia / Rose Hills mailers/PDFs Converted to art/Reply card APv.1 (Vets).eps”.
    Can't read file “FinancialPolicyBroch.pub”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/FinancialPolicyBroch.pub”.
    Can't read file “CIO logo color sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/Bus Cards / Appt Cards/CIO Logos/Art/CIO logo color sep.eps”.
    Can't read file “FCC Letterhead Indiana.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/FCC (formerly Jaytec)/Letterheads/Envelopes/Memo/FCC Letterhead Indiana.bmp”.
    Can't read file “habitat envelope.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Habitat for Humanity/habitat envelope.p65”.
    Can't read file “Page 2.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/In Touch Dining (Table Talk)/Platter Chatter - Don Halls/Fix in Quark then print to EPS/Page 2.eps”.
    Can't read file “brochure”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/My Hair Broker/brochure”.
    Can't read file “brochure-1”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/My Hair Broker/brochure-1”.
    Can't read file “brochure”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/My Hair Broker/My Hair Broker recovered files/brochure”.
    Can't read file “GIFTBOX.epsbitmap”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/CHARLES/MISC FILES/GIFTBOX.epsbitmap”.
    Can't read file “ASC LetterHeadFinal.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Accutech/original art (emailed)/ASC LetterHeadFinal.EPS”.
    Can't read file “TSC 104 and 111.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/Fixed Files/TSC 104 and 111.pdf”.
    Can't read file “TSC 116 Initial Note.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/Fixed Files/TSC 116 Initial Note.pdf”.
    Can't read file “sptslogo screen sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Sports Physical Therapy (SPTS)/logos & art/sptslogo screen sep.eps”.
    Can't read file “sptslogo spot sep cool gray.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Sports Physical Therapy (SPTS)/logos & art/sptslogo spot sep cool gray.eps”.
    Can't read file “A Stout BCs 12 up all names”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 12 up all names”.
    Can't read file “bifold on grstrosprep2.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/03DET0609 (CGIC Prep 4)/bifold on grstrosprep2.qxd”.
    Can't read file “MAP_DUO.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/04DET0076 (CGIC Prep 1)/Pictures/MAP_DUO.tif”.
    Can't read file “bifold on grstrosprep2.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/03DET0609 (CGIC Prep 4)/bifold on grstrosprep2.qxd”.
    Can't read file “Beth Business Card.2”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/Beth Business Card.2”.
    Can't read file “frankfort map gray.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/frankfort map gray.tif”.
    Can't read file “lafayette map.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/lafayette map.tif”.
    Can't read file “white county gray.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/white county gray.tif”.
    Can't read file “Hoosier Lottery HL-ARC.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Hoosier Lottery/Age Restriction Cards 2005/Hoosier Lottery HL-ARC.pmd”.
    Can't read file “HCI_card2.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Hunter Construction Inc./HCI_card2.tiff”.
    Can't read file “IOH 016 steroid epideral inject”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/IOH - Indy Ortho Hospital/IOH 016 steroid epideral inject”.
    Can't read file “IOHLOGO.TIF”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/IOH - Indy Ortho Hospital/Indiana Ortho Hospital logos/logo file from customer/IOHLOGO.TIF”.
    Can't read file “OIFI 610 Reg Env Fishers.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/Envelopes/OIFI 610 Reg Env Fishers.pmd”.
    Can't read file “ORTHO 542 Memo master stock 9up”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/ORTHO forms/ORTHO 542 Memo master stock 9up”.
    Can't read file “Ortho 542 memo NEW master.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/ORTHO forms/Ortho 542 memo NEW master.pmd”.
    Can't read file “SESC 042 Local Discharge.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/SESC Southeast Surgery Center/SESC 042 Local Discharge.pmd”.
    Can't read file “Richmond Baking from scan.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Richmond Baking/Richmond Baking from scan.eps”.
    Can't read file “RPL 300C 4-02.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Richmond Power & Light/RPL 300C 4-02.p65”.
    Can't read file “RPL lighter.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Richmond Power & Light/RPL lighter.pmd”.
    Can't read file “Burlington BLUE.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Unified Group Services/Burlington Motor Carriers/Burlington BLUE.eps”.
    Can't read file “Burlington RED.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Unified Group Services/Burlington Motor Carriers/Burlington RED.eps”.
    Can't read file “WW-SUMMER EVENT Postcard.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Wilson Wines/WW-SUMMER EVENT Postcard.p65”.
    Can't read file “OSBORNS.TIF”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Debbie/Albany EMS/AEMS spaghetti poster/OSBORNS.TIF”.
    Can't read file “BCH 7019 Physicians Orders”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Debbie/Blackford Community Hospital/BCH forms/BCH 7019 Physicians Orders”.
    Can't read file “BCH 7066 Outcomes Walk Test”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Debbie/Blackford Community Hospital/BCH forms/BCH 7066 Outcomes Walk Test”.
    EXCERPT FROM LOG WHEN TRYING TO VERIFY BACKUP:
    2/20/2006 10:51:12 PM: Comparing Files Volume…
    Can't read file “CS Booklet Acknow Form.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/AAAA/CS Booklet Acknow Form.pmd”.
    File “BV Layout First Quarter.pmd”: miscompare at data offset 221,055, path: “Files Volume/Customer files/Bill Morris/BV Layout First Quarter.pmd”.
    Can't read file “E FUNDS TRANSFER AGREE.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/E FUNDS TRANSFER AGREE.doc”.
    Can't read file “BALANCE PLUS AGREEMENT2”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Balance Plus Account Agreements/BALANCE PLUS AGREEMENT2”.
    Can't read file “Blackford Golf Club.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Blackford Golf Club/Blackford Golf Club.p65”.
    Can't read file “INVESTMENT BROCHURE 7-04.PMD”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Investment Brochure/INVESTMENT BROCHURE 7-04.PMD”.
    Can't read file “Pacesetter Stmt-Hartford 04 old”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Pacesetter Bank/Hartford City/Pacesetter Stmt-Hartford 04 old”.
    Can't read file “TELEBANKING.P65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Bill Morris/Pacesetter Tele-Banking/TELEBANKING.P65”.
    Can't read file “ *chs FHC logos (USE ME)”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/CHS Logo-Various forms/ *chs FHC logos (USE ME)”.
    Can't read file “FWOLOG~D.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/FWO logos/FWO Logos Various Formats/EPS/FWOLOG~D.EPS”.
    Can't read file “FWOLO~18.EPS”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/FWO logos/FWO Logos Various Formats/EPS/FWOLO~18.EPS”.
    Can't read file “Jiont Replacement Logo.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/logos/Jiont Replacement Logo.bmp”.
    File “SV Name 1 line 8x40p.tif”: miscompare at data offset 994,239, path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/St. Vincent Scans/Logos/SV Name 1 line 8x40p.tif”.
    Can't read file “SV-birds to side, no addr.tiff”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/ Customer Logos & Art/St. Vincent Scans/Logos/SV-birds to side, no addr.tiff”.
    Can't read file “Spencer logo bw.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/Spencer logo bw.bmp”.
    Can't read file “spencer printing”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Customer Logos/Art --> Keep Me!/spencer new logo/spencer printing”.
    File “Appt Cards No Logo 10-up”: miscompare at data offset 94,208, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/Appointment Cards/Appt Cards No Logo 10-up”.
    File “BMA 202,BMA 2114 10up Musselman”: miscompare at data offset 52,622, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/Appointment Cards/BMA 202,BMA 2114 10up Musselman”.
    File “BMA Non-Security RX Pads”: miscompare at data offset 81,922, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Horiz/BMA Non-Security RX Pads”.
    File “BMA 2150 White Script-Singleton”: miscompare at data offset 606,218, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Verticl/BMA 2150 White Script-Singleton”.
    File “BMA 2170 White Script-C Frazier”: miscompare at data offset 512,002, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Verticl/BMA 2170 White Script-C Frazier”.
    File “BMA 2186 White Script-Laur”: miscompare at data offset 577,586, path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-BMA/RX Pads/White Scripts, Non-Sec, Verticl/BMA 2186 White Script-Laur”.
    Can't read file “DOLCO BC Ramos/Hernandez”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Bill Cooke/Bill Cooke-Misc/Dolco Packaging (Bill Cooke)/DOLCO Business Cards/DOLCO BCs/Dolco BCs 10up/DOLCO BC Ramos/Hernandez”.
    Can't read file “accutech ACT 201 Letterhead”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Accutech Systems/accutech ACT 201 Letterhead”.
    Can't read file “Allied rent no more Postcard”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Allied Home Mortgage/Rent No More postcard/Allied rent no more Postcard”.
    Can't read file “coupon grouping copy.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Alltrista 3 Fair Coupon/Fair coupon/Art/coupon grouping copy.eps”.
    Can't read file “Kerr 1.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 1.eps”.
    Can't read file “Kerr 3 backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 3 backer.eps”.
    Can't read file “Kerr 3.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 3.eps”.
    Can't read file “Kerr 5 backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5 backer.eps”.
    Can't read file “Kerr 5 blue backer.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5 blue backer.eps”.
    Can't read file “Kerr 5 blue.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5 blue.eps”.
    Can't read file “Kerr 5.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Ball & Kerr coupons/Coupons converted to EPS/Kerr 5.eps”.
    Can't read file “JAR 402 P&C Env. Corporate”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Letterheads & Envelopes/Envelopes/JAR 402 P&C Env. Corporate”.
    Can't read file “Elite Presentation Cover”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/Misc/Elite Presentation Cover”.
    File “Consumer DCRA (3)”: miscompare at data offset 13,874, path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/JARDEN Benefit Choices/Consumer Manufacturing Cloquet/(we don't print these sections)/Consumer DCRA (3)”.
    Can't read file “A-06.DOT”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Alltrista / Jarden/SPD Books / Benefits/OBSOLETE - VERY OLD/alltrista policy book '99/A-06.DOT”.
    Can't read file “Visor Program fix.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Booklets/Visor Programming Booklet/Visor Program fix.doc”.
    Can't read file “BC User Manual rev 10-07-05.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BC User Manual rev 10-07-05.doc”.
    Can't read file “BC User Manual rev 10-24-05.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett books 1.05/ELITE FORMS/ORIG FILES/BC User Manual rev 10-24-05.doc”.
    Can't read file “Homelink WARRANTY.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bartlett Corp./Bartlett Registration Cards/BC 202 Home Link Reg/Homelink WARRANTY.doc”.
    Can't read file “Open House Card 2 up back”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Bill Frazier Mobile Homes/Open House Card 2 up back”.
    Can't read file “Elite's presort permit 228.p65”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Cemeteries (Futura Group)/Mailers & Promo/Elite's presort permit 228.p65”.
    File “GAM 100 Gyn Assoc Chg Slip”: miscompare at data offset 30,334, path: “Files Volume/Customer files/Elite/Brad/CHARGE SLIPS/GAM 100 Gyn Assoc Chg Slip”.
    Can't read file “CIO BC Amy Myers Train.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/Bus Cards / Appt Cards/Individuals' BCs/CIO BC Amy Myers Train.pmd”.
    Can't read file “CIO 281 Medical Release Form”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/CIO Forms/CIO 281 Medical Release Form”.
    Can't read file “CIO 106 P & OT newest.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/CIO Forms/CIO 106/CIO 106 P & OT newest.pdf”.
    Can't read file “CIO COLOR TABS 3 BANK”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/CIO - Central Indiana Ortho/Misc/CIO COLOR TABS/CIO COLOR TABS 3 BANK”.
    Can't read file “Cisco multi-ch 2-color.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Comcast/Flyers/Digital / Internet Flyers/6x9 69.95 Limited-time offer/Cisco multi-ch 2-color.eps”.
    Can't read file “Z4935.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Comcast/Race for Cure ad/Z4935.eps”.
    File “Comcast Rates Multi 6up”: miscompare at data offset 2,510,558, path: “Files Volume/Customer files/Elite/Brad/Comcast/Rate Cards & Channel Line-ups/ Comcast Rates & Lineups 2006/ trash before next run/Comcast Rates Multi 6up”.
    Can't read file “Comcast Samples Digi Channels-5”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Comcast/Rate Cards & Channel Line-ups/ Comcast Rates & Lineups 2006/ trash before next run/Comcast Samples Digi Channels-5”.
    Can't read file “FCC Bus Card logo.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/FCC (formerly Jaytec)/Business Cards/FCC Bus Card logo.bmp”.
    File “FGC 200 PRAYER CHAIN”: miscompare at data offset 110,530, path: “Files Volume/Customer files/Elite/Brad/Four Square Church/FGC 200 PRAYER CHAIN”.
    Can't read file “Icon◊”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/In Touch Dining (Table Talk)/Icon◊”.
    Can't read file “Customer Service Record partial”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Marcum Racing/Customer Service Record partial”.
    Can't read file “PE 400 #10 Window Envelope”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Peerless Electric/PE 400 #10 Window Envelope”.
    Can't read file “spartech.doc”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Brad/Spartech/spartech logos/spartech.doc”.
    Can't read file “neb_Logo.bmp”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Northeast Bank/neb_Logo.bmp”.
    Can't read file “logo1web.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/logo1web.tif”.
    Can't read file “TSC 200 RX Pad”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms/Fixed Files/TSC 200 RX Pad”.
    Can't read file “TSC 104 and 111.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms 2/04/TSC 104 and 111.pdf”.
    Can't read file “TSC 105 General Progress.pdf”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Shelbourne Clinic forms 2/04/TSC 105 General Progress.pdf”.
    Can't read file “sptslogo spot sep.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Clayton/Sports Physical Therapy (SPTS)/logos & art/sptslogo spot sep.eps”.
    Can't read file “A Stout BCs 10 up all names”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 10 up all names”.
    Can't read file “A Stout BCs 12 up Sales”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 12 up Sales”.
    Can't read file “A Stout BCs 12 up template”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/A Stout Furniture & Bedding/Business Cards/A Stout BCs 12 up template”.
    Can't read file “AERCO Bryant 8-09-05.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/AERCO/AHC Bryant New Equip Line/AERCO Bryant 8-09-05.pmd”.
    Can't read file “6HR_DRINK.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/03DET0609 (CGIC Prep 4)/Pictures/6HR_DRINK.tif”.
    Can't read file “reprint-colonos prep2 fix.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Old Files (backup)/04DET0076 (CGIC Prep 1)/reprint-colonos prep2 fix.qxd”.
    Can't read file “6HR_DRINK.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/03DET0609 (CGIC Prep 4)/Pictures/6HR_DRINK.tif”.
    Can't read file “6HR_FOOD.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/03DET0609 (CGIC Prep 4)/Pictures/6HR_FOOD.tif”.
    Can't read file “reprint-colonos prep2 fix.qxd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/04DET0076 (CGIC Prep 1)/reprint-colonos prep2 fix.qxd”.
    Can't read file “MAP_DUO.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Cntrl Ind Gastr/Use Current Files on PC!!/Central Ind Gastro Brochures/04DET0076 (CGIC Prep 1)/Pictures/MAP_DUO.tif”.
    Can't read file “Beth Business Card.1”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/Beth Business Card.1”.
    Can't read file “Lafayette_Logo.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Art/Lafayette_Logo.tif”.
    Can't read file “ECG 302 (partial)”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/ECG Forms/ECG 302 (partial)”.
    Can't read file “ECG 532 Surgery Chart Bond LH”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/ECG Forms/ECG 532 Surgery Chart Bond LH”.
    Can't read file “carrick.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Memo Pads/ECG 506 From Desk Of/carrick.eps”.
    Can't read file “ECG 506 note pad Steph Carrick”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Memo Pads/ECG 506 From Desk Of/ECG 506 note pad Steph Carrick”.
    Can't read file “Confetti Canopy3.tif”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/Refer A Friend LVC Card/Confetti Canopy3.tif”.
    Can't read file “ECG RX 03 B Cyclogel/Isopto”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 03 B Cyclogel/Isopto”.
    Can't read file “ECG RX 03 Cyclogel/Homatropine”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 03 Cyclogel/Homatropine”.
    Can't read file “ECG RX 13 Eye Center Group Sec.”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 13 Eye Center Group Sec.”.
    Can't read file “ECG RX-17 Ocuflox 11/02”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Eye Center/RX Pads/ECG RX 17/ECG RX-17 Ocuflox 11/02”.
    Can't read file “Hoosier Lottery HL-ARC 8up.pmd”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Hoosier Lottery/Age Restriction Cards 2005/Hoosier Lottery HL-ARC 8up.pmd”.
    Can't read file “oibcards3.eps”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/IOH - Indy Ortho Hospital/Indiana Ortho Hospital logos/oibcards3.eps”.
    File “calendarVickersFinal.p65”: miscompare at data offset 2,002,278, path: “Files Volume/Customer files/Elite/Dave/Neff Engineering/Neff Engineering Other/calendarVickersFinal.p65”.
    File “Norfleet BC Jason 10up”: miscompare at data offset 1,760,878, path: “Files Volume/Customer files/Elite/Dave/norfleet BC/Norfleet BC Jason 10up”.
    File “BCs-New-PM6.5”: miscompare at data offset 2,111,727, path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/Business Cards/BCs-New-PM6.5”.
    Can't read file “OIK Miller Only”, error -36 (i/o error, bad media?), path: “Files Volume/Customer files/Elite/Dave/Ortho Indy/Business Cards/BCs-all old ones/OIK/OIK Miller Only”.
    The only suggestion I have come across is to copy the files to another drive, but this is impossible because the problem files cannot be copied. If anyone has any other suggestion for fixing this, I would appreciate any input. Thanks.
    Mac G3 Blue & White 300 mhz   Mac OS X (10.3.9)   Original hard drive replaced with a 120 GB Maxtor 6Y120P0

    Tech Tool, Disk Warrior, and Disk Utility all work to make sure the directory is Okay. They do not read every block.
    I think you should do the surface scan you spoke of. What program do you use for this?
    If you cannot copy a file in the Finder without an I/O error, the file is damaged or the drive had bad blocks.
    Be sure you also downloaded the drivers module when you updated retrospect.

  • Eliant  820  tape drive

    I'm Currently running solaris 9 and trying to hook up a
    Eliant 820 tape drive. how do I modify the st.conf. is it
    one line at a time ?. also is there a way to upgrade the firmware/ patches from solaris/sun?. all I get is I/O errors
    everytime I run sunvts. I ran cleaning tapes/ new tapes
    through about 3 times. I read something about
    modyfying the st.conf.
    I have no problems with the exabyte 8505 tape drives
    just the eliant 820's.

    Hi Ketan,
    >> unable to initialize ASPI manager
    Check SCSI id on your tape device. Try to use different SCSI number or try install correct device driver of the tape device.
    Best regards,
    Orkun Gedik

  • HT1338 I have HP LaserJet 200 colorMFP M276nw and trying to install the driver on my mac pro; it gives me the error message that the driver is not available.

    Hi,
    I have HP LaserJet 200 colorMFP M276nw and trying to install the driver on my mac pro; it gives me the error message that the driver is not available.

    Typically this is caused by the internal list of compatible devices in the Mac being out of date.  All you should need to do is disconnect the printer from the Mac, run Apple Software Update (even if there are no updates, the list will still update), restart the Mac, connect the printer to the Mac, and add the print queue.  If that doesn't work, let me know.
    I am a printer tech for HP.

Maybe you are looking for

  • CS2 Pressure Functionality on Surface Pro 3

    Hello all, I just got a Surface Pro 3 and have been struggling to get pressure support with the Pro Pen. I've read support topics that suggest downloading the wintab driver and the Wacom driver, although when I do that, I just get the error that ther

  • SAP R/3 4.7 to ERP 2005 Upgrade

    Hi All, Please let me know what are the changes we can expect in this upgrade from ABAP side . Please let me know procedural steps for starting ABAP fixes. Please confirm me wether we can get all adjustment details what need to be done at ABAP end us

  • Mac mini -Samsung lcd TV and projector Acer

    Hello, Would someone be so kind and explain me why my Samsung tv lcd is not able to show the picture from Mac mini. If I connect Mac mini to projector it is working without problems. Kind regards, Tom

  • Front Row Flip-Album-Art-every 30-seconds-distraction really *****!

    I know there have been some posts about this, but I want my name added to the list of people who complained about it! Apple-Feedback has been submitted. I have 2 questions: 1) Why is it, that all the other threads about this issue are closed (archive

  • Restriction on return to vendor PO

    Hi, Client requires:- SAP allow to create the PO of RTV (Return to vendor) the value greater than the outstanding in vendor ledger. There should be a control that SAP should not allow to create the RTV PO of the value which is greater than the outsta