From dm@home.dinoex.sub.org  Fri Feb 22 04:14:11 2002
Return-Path: <dm@home.dinoex.sub.org>
Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182])
	by hub.freebsd.org (Postfix) with ESMTP id 37ABF37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Feb 2002 04:14:09 -0800 (PST)
Received: from home.dinoex.sub.org (home [217.6.200.196])
	by net2.dinoex.sub.org (8.11.6/8.11.6) with ESMTP id g1MCDk401483
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Feb 2002 13:13:47 +0100 (CET)
	(envelope-from dm@home.dinoex.sub.org)
Received: (from dm@localhost)
	by home.dinoex.sub.org (8.12.2/8.12.2/Submit) id g1MCDkXP079455;
	Fri, 22 Feb 2002 13:13:46 +0100 (CET)
	(envelope-from dm)
Message-Id: <200202221213.g1MCDkXP079455@home.dinoex.sub.org>
Date: Fri, 22 Feb 2002 13:13:46 +0100 (CET)
From: dirk.meyer@dinoex.sub.org
Reply-To: dirk.meyer@dinoex.sub.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Give information how to mount a photo-cd
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35206
>Category:       docs
>Synopsis:       Give information how to mount a photo-cd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 04:20:03 PST 2002
>Closed-Date:    Wed Mar 13 00:27:40 PST 2002
>Last-Modified:  Wed Mar 13 00:28:59 PST 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: murray 
State-Changed-When: Wed Mar 13 00:27:40 PST 2002 
State-Changed-Why:  
Committed in r1.17 of mount_cd9660.8 in -CURRENT.  This man page will be MFCed in a few days.  Thanks for the submission! 


http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35206 
>Unformatted:
