Hi, whenever I want to mount a DVD-RAM, I have a little problem because the corresponding device entry (eg cd0a, acd0a) does not exist. This will be created after trying to mount /dev/cd0 instead of /dev/cd0a, but I am not sure if this is the correct behaviour ;-)
# ls /dev/acd* /dev/acd0 /dev/acd1 # mount /dev/acd0 /home/hk/mnt/ mount: /dev/acd0 on /usr/home/hk/mnt: incorrect super block ls /dev/acd* /dev/acd0 /dev/acd0a /dev/acd0c /dev/acd0t01 /dev/acd0t01a /dev/acd0t01c /dev/acd1 # mount /dev/acd0a /home/hk/mnt/ works then ok. Any ideas how to solve this problem? Regards, Holger Kipp _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"