Lines Matching +full:image +full:- +full:specific

6 .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with
64 image of some filesystem (such as a floppy or
65 .Sy CD-ROM
66 image), because the block device can then be used with the normal system
84 zone devices and all devices owned by other non-global zones on the system.
113 .Bl -tag -width Ds
135 .It Fl C Ar {gzip | gzip-N | lzma}
140 compression algorithm uses the same compression as the open-source
144 level by using the value gzip-\fR\fIN\fR where \fIN\fR is 6 (fast) or 9
148 .Sy gzip-6
154 stands for the LZMA (Lempel-Ziv-Markov) compression algorithm.
177 will be opened read-only.
187 .Bl -tag -width Ds
190 encryption is enabled because the algorithm is not stored in the disk image.
223 .Bl -tag -width Ds
226 .Sy aes-128-cbc ,
227 .Sy aes-192-cbc ,
228 .Sy aes-256-cbc ,
229 .Sy des3-cbc ,
230 .Sy blowfish-cbc .
243 block device is only opened read-only.
246 path in the current context (for example, if it's an NFS path in a non-global
283 .Bl -tag -width Ds
290 .Bl -tag -width Ds
291 .It Sy Example 1 No Mounting an Existing CD-ROM Image
292 You should ensure that Solaris understands the image before creating the
295 allows you to mount the image and see if it works.
298 .Sy CD-ROM
299 image
311 .Bd -literal
312 # lofiadm -a /home/mike_s/RH6.0/sparc.iso
321 .Bd -literal
324 /dev/lofi/1 /home/mike_s/RH6.0/sparc.iso -
329 .Bd -literal
336 command to mount the image:
337 .Bd -literal
338 # mount -F hsfs -o ro /dev/lofi/1 /mnt
341 Check to ensure that Solaris understands the image:
342 .Bd -literal
343 # df -k /mnt
347 \&./ RedHat/ doc/ ls-lR rr_moved/
348 \&../ TRANS.TBL dosutils/ ls-lR.gz sbin@
352 RPM-PGP-KEY dev@ lib@ proc/
355 Solaris can mount the CD-ROM image, and understand the filenames. The image was
357 .Sy CD-ROM
361 .Bd -literal
363 # lofiadm -d /dev/lofi/1
367 .It Sy Example 2 No Mounting a Floppy Image
377 command to copy the image to a floppy.
382 .Bd -literal
383 # lofiadm -a /export/s28/MDB_s28x_wos/latest/boot.3
385 # mount -F pcfs /dev/lofi/1 /mnt
391 # lofiadm -d /export/s28/MDB_s28x_wos/latest/boot.3
404 .Bd -literal
413 .Bd -literal
414 # lofiadm -a /export/home/test
420 super-block backups (for fsck -F ufs -o b=#) at:
427 .Bd -literal
429 # df -k /mnt
435 # lofiadm -d /dev/lofi/1
443 .Bd -literal
445 # lofiadm -a /export/test testfs
454 .Bd -literal
455 # mkfs -F pcfs -o nofdisk,size=20480 /dev/rlofi/1
457 # mount -F pcfs /dev/lofi/1 /mnt
459 # df -k .
463 .It Sy Example 5 No Compressing an Existing CD-ROM Image
464 The following example illustrates compressing an existing CD-ROM image
466 verifying that the image is compressed, and then uncompressing it.
467 .Bd -literal
468 # lofiadm -C gzip /export/home/solaris.iso
474 .Bd -literal
475 # lofiadm -a /export/home/solaris.iso
479 Check if the mapped image is compressed:
480 .Bd -literal
484 /dev/lofi/2 /export/home/regular.iso -
487 Unmap the compressed image and uncompress it:
488 .Bd -literal
489 # lofiadm -d /dev/lofi/1
490 # lofiadm -U /export/home/solaris.iso
497 .Bd -literal
501 Attach the file to a block device and specify that the file image is encrypted.
505 .Bd -literal
506 # lofiadm -c aes-256-cbc -a /export/home/secrets
507 Enter passphrase: My-M0th3r;l0v3s_m3+4lw4ys! (not echoed)
508 Re-enter passphrase: My-M0th3r;l0v3s_m3+4lw4ys! (not echoed)
515 super-block backups (for fsck -F ufs -o b=#) at:
520 .Bd -literal
527 .Bd -literal
535 # lofiadm -d /dev/lofi/1
540 .Bd -literal
541 # lofiadm -c blowfish-cbc -a /export/home/secrets\fR
543 Re-enter passphrase: mommy (not echoed)
552 .Bd -literal
553 # lofiadm -a /export/home/secrets
557 /dev/lofi/1 /export/home/secrets -
586 Read-access allows query operations, such as
587 listing all the associations. Write-access is required to do any state-changing
597 The administrator can give users write-access, allowing them to add or
601 When mounting a filesystem image, take care to use appropriate mount options.