Date: Sun, 8 May 2005 14:54:12 +0200 From: Holger Kipp <hk@alogis.com> To: stable@freebsd.org Subject: Mount DVD-RAM - device entry missing Message-ID: <20050508125412.GA94364@intserv.int1.b.intern>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050508125412.GA94364>