conf/116931: lack of fsck_cd9660 prevents mounting iso images with mdconfig_md%d (with workaround)

Garrett Cooper yanegomi at gmail.com
Tue Jan 3 09:50:11 UTC 2012


The following reply was made to PR conf/116931; it has been noted by GNATS.

From: Garrett Cooper <yanegomi at gmail.com>
To: bug-followup at FreeBSD.org, phk at critter.freebsd.dk
Cc:  
Subject: Re: conf/116931: lack of fsck_cd9660 prevents mounting iso images
 with mdconfig_md%d (with workaround)
Date: Tue, 3 Jan 2012 01:41:28 -0800

     The attached patch looks ok. The only suggestion that I have is
 that since you're grabbing the fs field from /etc/fstab, instead of
 keeping a blacklist, I would just use command -v; example:
 
 $ command -v fsck_ufs; echo $?
 /sbin/fsck_ufs
 0
 $ command -v fsck_cd9660; echo $?
 1
 $
 
     This would reduce the number of needed special cases in the mdconfig script.
 Thanks!
 -Garrett


More information about the freebsd-fs mailing list