Date: Tue, 29 Apr 1997 08:56:41 -0700 (PDT) From: Joerg Wunsch <joerg@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 Message-ID: <199704291556.IAA09489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704291556.IAA09489>