Tags: hard

Solaris: Preparing Hard Disks and Partitioning Disks

Solaris Send feedback »
prtvtoc Utility prtvtoc prints the content of the VTOC (volume table of contents). It displays the start/stopcylinder, the size of the partition and the mounted directory. Execute prtvtoc as follows:1. Log on as user root.2. Enter: /usr/sbin/prtvtoc… more »

Compaq Tru64 UNIX: Preparing Hard Disks and partitioning

Technology Send feedback »
disklabel Command The command disklabel displays the start/stop cylinder, the size of the partition, the labeland the disk type of a disk device.As user root, enter the command:disklabel -r /dev/<rawdisk device>disklabel -r /dev/rrz3c Compaq Tr… more »

Hard Link vs Soft link

Welcome Send feedback »
Hard Link: Unix files consist of two parts: the data part and the filename part. More than one filename can reference the same inode number; these files are called to be hard linked together. Here two hard link files file-hard-a.txt and file-ha… more »