From owner-cvs-sbin Tue Apr 29 08:56:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA22316 for cvs-sbin-outgoing; Tue, 29 Apr 1997 08:56:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA22280; Tue, 29 Apr 1997 08:56:46 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA09489; Tue, 29 Apr 1997 08:56:41 -0700 (PDT) Date: Tue, 29 Apr 1997 08:56:41 -0700 (PDT) Message-Id: <199704291556.IAA09489@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sbin@FreeBSD.org Subject: cvs commit: src/sbin/mount_cd9660 mount_cd9660.8 mount_cd9660.c Sender: owner-cvs-sbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk joerg 97/04/29 08:56:41 Modified: sbin/mount_cd9660 mount_cd9660.8 mount_cd9660.c Log: Userland part of ISO9660 multi-session support. mount_cd9660(8) will now by default mount the last data track (thus last session), as opposed to the very first session it has been mounting previously. This is consistent with the ISO9660 multi-session idea, and the way other operating systems are working. There's support to mount arbitrary sessions using the -s option. This way, you can simulate multi-session CDs on something like vn devices that don't support CDIO* ioctl commands. You can also force the historic behaviour with mount -t cd9660 -o -s=0 /dev/cd0a /cdrom Revision Changes Path 1.4 +22 -1 src/sbin/mount_cd9660/mount_cd9660.8 1.12 +81 -10 src/sbin/mount_cd9660/mount_cd9660.c