public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Off topic filesystem question
@ 1997-08-31 13:43 Sergey Okhapkin
  1997-09-02 15:50 ` William A. Perkins
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Okhapkin @ 1997-08-31 13:43 UTC (permalink / raw)
  To: 'wa_perkins@pnl.gov'; +Cc: gnu-win32

William A. Perkins wrote:
> I have successfully compiled mkisofs under cygwin32-b18 (on Win95) by
> defining NON_UNIXFS, but it won't make a good image.  isovfy and
> isoinfo work under cygwin32 though.  I didn't put much effort into
> finding the problem. Has anyone else had any luck?

I didn't try to compile mkisofs with cygwin, but it seems to me the 
troubles are related with garbage filling on file seeks. Would you like to 
try the same binaries on NT?

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Off topic filesystem question
  1997-08-31 13:43 Off topic filesystem question Sergey Okhapkin
@ 1997-09-02 15:50 ` William A. Perkins
  0 siblings, 0 replies; 4+ messages in thread
From: William A. Perkins @ 1997-09-02 15:50 UTC (permalink / raw)
  To: Sergey Okhapkin; +Cc: gnu-win32

>>>>> "Sergey" == Sergey Okhapkin <sos@prospect.com.ru> writes:

    Sergey> William A. Perkins wrote:
    >> I have successfully compiled mkisofs under cygwin32-b18 (on Win95) by
    >> defining NON_UNIXFS, but it won't make a good image.  isovfy and
    >> isoinfo work under cygwin32 though.  I didn't put much effort into
    >> finding the problem. Has anyone else had any luck?

    Sergey> I didn't try to compile mkisofs with cygwin, but it seems
    Sergey> to me the troubles are related with garbage filling on
    Sergey> file seeks. Would you like to try the same binaries on NT?

    Sergey> --
    Sergey> Sergey Okhapkin, http://www.lexa.ru/sos
    Sergey> Moscow, Russia
    Sergey> Looking for a job

Sergey,

Actually, I played around with it some more and found in the main
mkisofs program, the output file is opened with mode "w". If you change
this to "wb", mkisofs works fine, even with RR extensions, on Win95.

Bill


-- 
Bill Perkins
Battelle Pacific Northwest Laboratories
Environmental Technologies Division, Hydrology Group
P.O. Box 999 MSIN K9-36
Richland, Washington, USA  99352
voice: (509) 372-6131 fax: (509) 372-6089 email: wa_perkins@pnl.gov
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Off topic filesystem question
  1997-08-21 17:22 Joseph Arceneaux
@ 1997-08-25 16:21 ` William A. Perkins
  0 siblings, 0 replies; 4+ messages in thread
From: William A. Perkins @ 1997-08-25 16:21 UTC (permalink / raw)
  To: Joseph Arceneaux; +Cc: gnu-win32

>>>>> "Joe" == Joseph Arceneaux <jla@arceneaux.com> writes:

    Joe> This is not really a cygwin question, so I must apologize in
    Joe> advance. 

    Joe> I have a Unix file system which I'm trying to render onto a CD.
    Joe> The CD burner only runs off a Windows system (or potentially,
    Joe> NT).  The Question is how to preserve the many softlinks in
    Joe> the file system so they appear properly on the CD.

    Joe> Any suggestions would be appreciated.

    Joe> Joe

Joe,

I have done this successfully by first making a ISO9660 image using
mkisofs on the UNIX system (in my case Solaris and SunOS) first, then
copying the image to the PC and burning the CD there.  Here are some
helpful links to check out:

   * Linux CD-Writing < http://www.shop.de/~winni/linux/CD-Writing/ >
     discusses the use of mkisofs.

   * Golden Hawk Technology < http://www.goldenhawk.com/ > has some free
     software which will burn a CD using an image, if your software
     won't do it.

   * mkisofs source can be found in any of the Linux archives one
     place would be
     < ftp://tsx-11.mit.edu/pub/linux/packages/mkisofs/mkisofs-1.11.tar.gz > 

I have successfully compiled mkisofs under cygwin32-b18 (on Win95) by
defining NON_UNIXFS, but it won't make a good image.  isovfy and
isoinfo work under cygwin32 though.  I didn't put much effort into
finding the problem. Has anyone else had any luck?

Hope this helps.

Bill
-- 
Bill Perkins
Battelle Pacific Northwest Laboratories
Environmental Technologies Division, Hydrology Group
P.O. Box 999 MSIN K9-36
Richland, Washington, USA  99352
voice: (509) 372-6131 fax: (509) 372-6089 email: wa_perkins@pnl.gov
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Off topic filesystem question
@ 1997-08-21 17:22 Joseph Arceneaux
  1997-08-25 16:21 ` William A. Perkins
  0 siblings, 1 reply; 4+ messages in thread
From: Joseph Arceneaux @ 1997-08-21 17:22 UTC (permalink / raw)
  To: gnu-win32

This is not really a cygwin question, so I must apologize in advance.

I have a Unix file system which I'm trying to render onto a CD.
The CD burner only runs off a Windows system (or potentially, NT).
The Question is how to preserve the many softlinks in the file system
so they appear properly on the CD.

Any suggestions would be appreciated.

Joe
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1997-09-02 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-31 13:43 Off topic filesystem question Sergey Okhapkin
1997-09-02 15:50 ` William A. Perkins
  -- strict thread matches above, loose matches on Subject: below --
1997-08-21 17:22 Joseph Arceneaux
1997-08-25 16:21 ` William A. Perkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).