Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How come my drives are in /dev/rdsk?
Name: Sony Lloyd Date: May 13, 2001 at 18:33:14 Pacific
Comment:
Hard drives, cd-roms are block devices. I understabd that they are present in /dev/dsk. But how come they are also in /dev/rdsk which are for raw/character devices? As far as I know, raw devices are serial ports..etc
Name: Stephen Lynch Date: May 15, 2001 at 07:18:28 Pacific
Reply:
Disk drives are also raw devices. Raw devices are "un-touched" by the system. If you look in your /etc/vfstab file you will see that the raw device is mounted on the cooked device after the fsck on boot. Raw devices are also used by some databases to bypass the overhead and cache of the filesystem.
Summary: I'm trying to install a 2nd hard drive on a Sparc 5 running Solaris 8, and when I try to fdisk the drive with: fdisk /dev/rdsk/c0t1d0s2, I get the following: Error in ioctl DKIOCGMBOOT: Invalid arguem...
Summary: Hi, my question is too basic but I'm a newbie. I have installed a SSH server in my Sparc/Solaris 7 machine. I have running OpenSSL 0.9.7b and I have to upgrade to OpenSSL 0.9.7c. How can I do that in...