[ug-bosug] HDD Query
Ananth Shrinivas
Ananth.Shrinivas at Sun.COM
Sat Oct 14 03:59:06 PDT 2006
> While I tried to mount harddisk I found a lot of hdd device files of the sort c2d0p0..
> Can I know the scheme on which these names are assigned.. What does
the c,d,p,etc denote
> How do I identify the windows and linux partitions..
http://multiboot.solaris-x86.org/iv/3.html
> What is the difference between /dev/dsk and /dev/rdsk..
/dev/dsk is the block device interface and /dev/rdsk is the character
device interface for a disk.
Utilities that need access to the filesystem blocks (like mount) use the
blk. device /dev/dsk. Whereas tools like newfs, fsck, fdisk that require
a character device to access the "raw" data on the device use /dev/rdsk.
HTH.
Cheers,
Ananth
More information about the ug-bosug
mailing list