This option allows the user to enable software protection.
To write protect without a password:
In the Removable Media Manager window, select the device.
From the Selected Menu, choose Write Protect.
In the Protect dialog, click Write Protect Without Password.
Click OK.
To write protect with a password:
In the Removable Media Manager window, select the device.
From the Selected Menu, choose Write Protect.
In the Protect dialog, click Write Protect With Password.
In the Enter Password box, type the password.
Tab to Verify Password and type the password again.
Click Apply.
To read-write protect with a password:
In the Removable Media Manager window, select the device.
From the Selected Menu, choose Read-Write Protect.
In the Protect dialog, click Read-Write Protect With Password.
In the Enter Password box, type the password.
Tab to the Verify Password area and type the password again.
Click Apply.
Command Line Option:
You can specify the degree of protection for a device by using either the -w or -d options.
To start the Password dialog box with the -w option, type:
% sdtmedia_prot -w /vol/dev/rdsk/... |
where -w determines if the device is not protected, write protects the device without a password, and does not display any dialogs. If the device is already protected, displays an error dialog.
To start the Password dialog box with the -d option, type:
% sdtmedia_prot -d /vol/dev/rdsk/... |
where -d disables device protection. If the device is password protected, the user is prompted for the password.