Tags: hard
Sep
23
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 »
Sep
22
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 »
Aug
20
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 »
Recent comments