Archive

Posts Tagged ‘mount’

How to: Mount an ISO image under Linux

May 15th, 2010 cw No comments

Procedure to mount ISO images under Linux
1) You must login as a root user
2) Create the directory i.e. mount point:
# mkdir -p /mnt/temp_disk1
3) Use mount command to mount iso file called disk1.iso with loop option:
# mount -o loop disk1.iso /mnt/temp_disk1

Now you should be able to access all the files on that ISO image. Please note, you have to provide full path to iso image, not just iso image alone.

Categories: Linux Tags: , ,

How to mount iso image under linux RedHat

March 15th, 2009 cw No comments

To mount /root/linux.iso file under /mnt directory.
issue the following commands.

# mount -o loop /root/linux.iso /mn/linux

to unmount

Read more…

Categories: Linux Tags: , , ,

How to mount iso image under Solaris

March 15th, 2009 cw 2 comments

To mount /root/sparc.iso file under /mnt directory.
issue the following commands.
# lofiadm -a /root/sparc.iso /dev/lofi/1
# mount -F hsfs -o ro /dev/lofi/1 /mnt

to unmount

Read more…

Categories: Solaris Tags: , ,

Carlton vxassist 2005/07/01

July 1st, 2005 cw No comments

[11:53:56] @carlton: /var/vx/isis > cat command.log
Description: Calculate Maximum Volume Size
Date: Tue Sep  2 14:51:40 2003
Command: /usr/sbin/vxassist   -g nfsdg -p maxsize
layout=stripe-mirror,log  nmirror=2  stripeunit=128  ncolumn=2  init=zero
Output: 352747520
Exit Code: 0

Description: Calculate Maximum Volume Size
Date: Tue Sep  2 15:01:42 2003
Command: /usr/sbin/vxassist   -g nfsdg -p maxsize
layout=stripe-mirror,log  nmirror=2  stripeunit=128  ncolumn=11  init=zero
mirror=ctrl
Output: 387977216
Exit Code: 0

Read more…

Creating a Bootable Solaris Recovery CD

July 29th, 2004 cw No comments

Creating a Bootable Solaris Recovery CD
http://mah.everybody.org/docs/bootable-cdrom-for-solaris

top::docs
Creating a Bootable Solaris Recovery CD
by Mark A. Hershberger (weblog)
Solaris, unlike some other Operating Systems, does not ship with a method for creating bootable recovery media. The following procedure is one that I’ve been able to devise after searching for more help on the matter.

Read more…

Powered by Yahoo! Answers