Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2002 13:13:46 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/35206: Give information how to mount a photo-cd
Message-ID:  <200202221213.g1MCDkXP079455@home.dinoex.sub.org>

next in thread | raw e-mail | index | archive | help

>Number:         35206
>Category:       docs
>Synopsis:       Give information how to mount a photo-cd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 04:20:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
privat
>Environment:
System: FreeBSD 4.5-STABLE i386

	mounting a Kodak photo-cd fails by default.

>Description:

	No hint in FAQ or Handbook.
	Seraching the mailinglist give not much data.
	I found an old news snipped that helped.

>How-To-Repeat:

	mount_cd9660 -o rw -v /dev/cd0c /cd

>Fix:

	mount_cd9660 -o rw -v -s 0 /dev/cd0c /cd

	Can this feature be doucumented?

--- src/src/sbin/mount_cd9660/mount_cd9660.8.orig	Fri Dec 14 16:17:50 2001
+++ src/src/sbin/mount_cd9660/mount_cd9660.8	Fri Feb 22 12:55:41 2002
@@ -119,6 +119,7 @@
 command of
 .Xr cdcontrol 1
 is printing.
+To mount a photo-cd you have to specify 0 as the start sector.
 .It Fl v
 Be verbose about the starting sector decisions made.
 .El
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202221213.g1MCDkXP079455>