150477Speter# $FreeBSD$
21541Srgrimes
31541Srgrimes 2) should understand Rock Ridge
41541Srgrimes
51541Srgrimes   Yes, we have follows function.
61541Srgrimes
71541Srgrimes       o Symbolic Link
81541Srgrimes       o Real Name(long name)
91541Srgrimes       o File Attribute 
101541Srgrimes       o Time stamp
111541Srgrimes       o uid, gid
121541Srgrimes       o Devices
131541Srgrimes       o Relocated directories
141541Srgrimes
151541Srgrimes   Except follows:
161541Srgrimes
171541Srgrimes       o POSIX device number mapping
181541Srgrimes
191541Srgrimes         There is some preliminary stuff in there that (ab-)uses the mknod
201541Srgrimes         system call, but this needs a writable filesystem
211541Srgrimes         
221541Srgrimes 5) should have name translation enabled by mount flag
231541Srgrimes
241541Srgrimes   Yes. we can disable the Rock Ridge Extension by follows option;
251541Srgrimes
261541Srgrimes      "mount -t isofs -o -norrip /dev/cd0d /cdrom"
271541Srgrimes
281541Srgrimes 6) should run as a user process, and not take up kernel space (cdroms
291541Srgrimes    are slow)
301541Srgrimes
311541Srgrimes   Not yet.
321541Srgrimes
331541Srgrimes 7) ECMA support.
341541Srgrimes
351541Srgrimes   Not yet. we need not only a technical spec but also ECMA format
361541Srgrimes   cd-rom itself!
371541Srgrimes
381541Srgrimes 8) Character set change by SVD ( multi SVD support )
391541Srgrimes
401541Srgrimes   Not yet. We should also hack the other part of system as 8 bit
411541Srgrimes   clean. As far as I know, if you export the cdrom by NFS, the client
421541Srgrimes   can access the 8 bit clean (ie. Solaris Japanese with EUC code )
431541Srgrimes
44