![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| quick sed help | katrvu | Shell Programming and Scripting | 3 | 02-20-2008 10:54 PM |
| Quick one | kekanap | Shell Programming and Scripting | 4 | 01-31-2008 03:23 AM |
| Need quick help | SanjayLinux | Shell Programming and Scripting | 1 | 09-25-2007 06:36 AM |
| i need quick help???...please | M_Hafez | UNIX for Dummies Questions & Answers | 3 | 01-14-2005 03:22 AM |
| Quick Q, DNS | sajjan2 | UNIX for Dummies Questions & Answers | 1 | 04-22-2002 09:50 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quick help!!!!!!!!!!!!!!!!!!
Hi,
iam trying to use lofiadm in solaris 5.10 but getting the following error.. Code:
bash-3.00# lofiadm -a /asmdisks/_file_disk1 lofiadm: /dev/lofictl: No such file or directory i checked in other similar machines..i found this file..can i export this file from the other machine?if yes..what is the process..i could see the file in the other machine as below.. Code:
$ ls -lt lofictl lrwxrwxrwx 1 root root 28 Nov 4 2005 lofictl -> ../devices/pseudo/lofi@0:ctl Please suggest Last edited by Yogesh Sawant; 06-18-2008 at 06:15 AM. Reason: added code tags |
| Forum Sponsor | ||
|
|
|
|||
|
Given an ISO image in /export/temp/software.iso, a loopback file device (/dev/lofi/1) is created with the following command:
lofiadm -a /export/temp/software.iso /dev/lofi/1 The lofi device creates a block device version of a file. This block device can be mounted to /mnt with the following command: mount -F hsfs -o ro /dev/lofi/1 /mnt These commands can be combined into a single command: mount -F hsfs -o ro `lofiadm -a /export/temp/software.iso` /mnt |
|||
| Google UNIX.COM |