On Sun, Jul 09, 2000 at 11:36:18PM +0900, Motomichi Matsuzaki wrote:
> Hi,
>
> At Sun, 09 Jul 2000 21:35:57 +0900,
> Daniel C. Sobral <[EMAIL PROTECTED]> wrote:
> >> I really don't understand why the cd9660 filesystem needs to whine about the
> >> RockRidge extensions everytime one mounts a RR cdrom.
> > It does this for Joliet too. AFAIK, he idea is letting the admin knows
> > what format was recognized/mounted, and this is the wrong solution,
> > obviously (LOG_INFO or not).
>
> A year ago, I was merging several implementations of Joliet support.
> I needed these messages for mainly debugging reasons,
> so I wrote printf() (not log()) as temporaly reporting.
>
> I suppose, someone thought log() was suitable, not printf().
>
> > The right solution would be return this
> > information upon request through some mean.
Wouldn't it be possible to display this when one types 'mount'?
Now it displays:
/dev/cd0c on /cdrom (cd9660, NFS exported, local, read-only, reads: sync 1
async 0)
This could be changed into:
/dev/cd0c on /cdrom (cd9660, Joliet extensions, NFS exported, local, read-only, reads:
sync 1 async 0)
--
Wilko Bulte http://www.freebsd.org "Do, or do not. There is no try"
[EMAIL PROTECTED] http://www.nlfug.nl Yoda - The Empire Strikes Back
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message