search for: cd0a

Displaying 2 results from an estimated 2 matches for "cd0a".

Did you mean: 0d0a
2005 May 08
1
Mount DVD-RAM - device entry missing
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/a...
2005 Jun 12
7
help with "error extent to vbd failed: ... error 8"
...slackware-linux-10/vmlinuz-install" # <- the one from Xen memory=64 name="Linux" # <- is it right that this cannot have white-spaces in it? cpu=-1 nics=-1 restart="never" disk = [ ''file:/xen/slackware-linux-10/linux.img,hda1,w'' , ''phy:/dev/cd0a,hdc1,r'' ] root=/dev/hdc1 ro" [EOF] My plan was to boot a slackware installation CD via the phy:/ directive, which then installs on /dev/hda1, which is in real a 4,5 GB huge image full of /dev/zero. (Is that even possible?) My dom0-OS is NetBSD 3.0_BETA, btw. This may explain a lo...