[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | Alpha Developer Support |
Notice: | [email protected], 800-332-4786 |
Moderator: | HYDRA::SYSTEM |
|
Created: | Mon Jun 06 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3722 |
Total number of notes: | 11359 |
3088.0. "SIS" by HYDRA::AXPDEVELOPER (Alpha Developer support) Mon Jan 27 1997 08:49
Company Name : SIS
Contact Name : Myriam Uytterhoeven
Phone :
Fax : ++32-16-234166
Email : [email protected]
Date/Time in : 27-JAN-1997 08:49:24
Entered by : Simon Cole
SPE center : REO
Category : unix
OS Version :
System H/W :
Brief Description of Problem:
-----------------------------
From: SMTP%"[email protected]" 26-JAN-1997 22:08:08.08
To: [email protected]
CC:
Subj: Tool for reading optical disks
Return-Path: [email protected]
Received: by asimov.mro.dec.com (UCX V4.1-12, OpenVMS V6.2 VAX);
Sun, 26 Jan 1997 22:08:05 -0500
Received: from pobox1.pa.dec.com by fluid.mro.dec.com; (5.65v3.2/1.1.8.2/19Nov96-0448PM)
id AA14668; Sun, 26 Jan 1997 22:08:18 -0500
Received: by pobox1.pa.dec.com; id AA16325; Sun, 26 Jan 97 19:08:20 -0800
Received: from ping1.ping.be by mail2.digital.com (5.65 EXP 4/12/95 for V3.2/1.0/WV)
id AA02863; Sun, 26 Jan 1997 19:01:21 -0800
Received: from TGV (dialup130.leuven.eunet.be [193.75.128.130]) by ping1.ping.be (8.7.5/8.7.3) with SMTP id EAA00155 for <[email protected]>; Mon, 27 Jan 1997 04:01:18 +0100 (GMT+0100)
Message-Id: <[email protected]>
X-Sender: [email protected] (Unverified)
X-Mailer: Windows Eudora Light Version 1.5.4 (32)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Mon, 27 Jan 1997 04:05:59 +0100
To: [email protected]
From: Myriam Uytterhoeven <[email protected]>
Subject: Tool for reading optical disks
Dear Msr, Dear Sir,
I need to develop a tool for reading optical WORM discs in a special way.
If I am informed correctly, the group specialized in OSMS is located
in the United states. I hope they can help me.
A client has several optical discs, WORMS, screwed up causing a severe
loss of data. However, data can never be overwritten on a WORM disc.
Instead, data are "masked" or made invisible in an "artificial" way.
What probably happened is that the inode on the disc are not correct
anymore so that the operating system can not see particular files,
although they are still present on the WORM.
Indeed, when I mount the WORM on an older date,
for example 1/9/1996, I see the situation of the disc as it was at
that time. Files which were created after 1/9/1996 are not visible, while
files "deleted" after 1/9/1996 become visible. In this way I can make
the lost data re-appear.
Mounting 100 optical disks in the past until I find all data is a
pretty time consuming task and does not always solve our problem.
Rather, I need to develop a tool for UNIX (3.2C), probably in C
programming language, which recuperates the data on the WORM.
I believe this can be done by reading the sectors containing
information on the location of the file, their position, inodes, ...
Is there already an utility to perform this task? If not, could I
receive examples program or routines or even fragments of programs?
If I succeed in developping a good tool, I will make it available.
You can contact me at the following telephone number: +32-3-2855102
at my clients' place. Or, by E-mail.
Thank you very much for your quick response,
Myriam Uytterhoeven
Subscription number: D60743
****************************
Myriam Uytterhoeven
SIS-Consult
Rotspoelstraat 361
3001 Heverlee
Belgium
Tel./Fax. ++32-16-234166
[email protected]
****************************
T.R | Title | User | Personal Name | Date | Lines |
---|
3088.1 | passed to nabeth::alan | KZIN::ASAP | | Mon Jan 27 1997 09:02 | 0 |
3088.2 | reply from NABETH::alan | LORDS::COLE | Share and enjoy | Mon Feb 17 1997 04:36 | 37 |
| From: KZIN::ASAP "ASAP support" 30-JAN-1997 08:17:12.77
To: lords::cole
CC:
Subj: FWD: note 3088
From: HYDRA::AXPDEVELOPER "[email protected]" 29-JAN-1997
22:20:02.72
To: KZIN::ASAP
CC: AXPDEVELOPER
Subj: note 3088
From: NABETH::alan "Alan Rollow - Dr. File System's Home for Wayward Inodes."
27-JAN-1997 11:18:41.60
To: hydra::axpdeveloper
CC:
Subj: Re: FWD: Tool for reading optical disks
I don't know much about optical devices or OSMS, so asking them
directly may be a better choice. The group handing the drives
has a VAXnotes conference somewhere. I don't know the hostname,
but the conference name is "OPTICAL". ASK_SSAG on SSAG may be
a better place to start.
There are three ways to read raw sectors:
o Install the SCSI CAM Layered Components OP driver and just
open the raw device and read sectors. If they have OSMS
installed, they'll have this driver installed.
o Write a program using the CAM User Agent to send SCSI Read
commands. Difficult, but not impossible.
o If the particular optical has a switch or mode page setting
that turns it from an optical device to direct-access device
use the base systme disk driver.
|
3088.3 | Request for examples. | LORDS::COLE | Share and enjoy | Mon Feb 17 1997 04:37 | 65 |
| From: VBORMC::"[email protected]" "Myriam Uytterhoeven" 2-FEB-1997
17:59:40.18
To: "Simon Cole 830 4084 - Software Partner Engineering -
[email protected]" <[email protected]>
CC:
Subj: Re: Tools for reading optical disk.
Dear Simon,
Thank you for the information. It seems to me that the first of the
possibilites you described is the preferred one. CAM is installed. I started
reading the manual on CAM. If I could have some example programs, or even
fragment on how to read the sectors, I would be very happy.
Thank you very much for your help,
Myriam
>There are three ways to read raw sectors:
>
>o Install the SCSI CAM Layered Components OP driver and just
> open the raw device and read sectors. If they have OSMS
> installed, they'll have this driver installed.
>
>o Write a program using the CAM User Agent to send SCSI Read
> commands. Difficult, but not impossible.
>
>o If the particular optical has a switch or mode page setting
> that turns it from an optical device to direct-access device
> use the base systme disk driver.
>
>
>
>
% ====== Internet headers and postmarks (see DECWRL::GATEWAY.DOC) ======
% Received: from mail.vbo.dec.com (mail.vbo.dec.com [16.36.208.34]) by
vbormc.vbo.dec.com (8.7.3/8.7) with ESMTP id SAA29648 for
<[email protected]>; Sun, 2 Feb 1997 18:56:59 +0100
% Received: from server21.digital.fr (server21.digital.fr [193.56.15.21]) by
mail.vbo.dec.com (8.7.3/8.7) with ESMTP id TAA28385 for
<[email protected]>; Sun, 2 Feb 1997 19:01:40 +0100 (MET)
% Received: from dada.it ([194.184.248.4]) by server21.digital.fr (8.7.5/8.7)
with ESMTP id TAA17608 for <[email protected]>; Sun, 2 Feb 1997 19:03:37
+0100 (MET)
% Received: from bencini.dada.it (dadovago205.dada.it [194.184.248.205]) by
dada.it (8.7.5/8.7.3) with SMTP id SAA23058 for <[email protected]>; Sun,
2 Feb 1997 18:59:29 +0100
% Message-Id: <[email protected]>
% X-Sender: [email protected]
% X-Mailer: Windows Eudora Light Version 1.5.4 (32)
% Mime-Version: 1.0
% Content-Type: text/plain; charset="us-ascii"
% Date: Sun, 02 Feb 1997 19:05:08 +0100
% To: "Simon Cole 830 4084 - Software Partner Engineering -
[email protected]" <[email protected]>
% From: Myriam Uytterhoeven <[email protected]>
% Subject: Re: Tools for reading optical disk.
|