i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in /dev directory, and i decided to create them by using mknod.
and i did the followings;
#mknod -m 0660 /dev/hdb b 3 64 #ln -s /dev/hdb /dev/cdrom
every thing is ok up to now. then i tried;
#mount /dev/cdrom /mnt/cdrom/
but it gave error like this;
mount: /dev/cdrom is not a valid block device
How can i solve this problem? Thanks!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]