dd and devfs
David
dvelez502 at nyc.rr.com
Mon Apr 21 04:17:43 PDT 2003
Hello everyone,
I was trying to rip a cd track using the dd command
which I read in the freebsd handbook.
I am using freebsd 5.0 release, and from what I read
it is suppose to build the dev entries dynamically
because it uses the devfs file system. Anyway, I typed
this at the prompt:
dd if=/dev/acd1t02 of=track02.cdr bs=2352
dd: /dev/acd1t02: No such file or directory
So, I try to build it manually and the the results:
cd /dev
./MAKEDEV acd1t02
./MAKEDEV: Command not found
sh MAKEDEV acd1t02
MAKEDEV: Can't open MAKEDEV: No such file or directory
If you have any suggestions. I would greatly appreciate it.
Thanks
More information about the freebsd-questions
mailing list