
- This adapter allows you to use Olympus OM Zuiko in EOS cameras with AF-confirmation indication.
- With the help of the incorporated AF-Confirmation chipset, it will be indicated by the accurate auto-focus system of EOS camera with a red light and a sound signal, user does not need to guess the correct focus by naked eye.
- Allow focus to Infinity. AV / M Mode is supported.
- This adapter will allow the camera to record the actual aperture or the maximum aperture when you take pictures.
This adapter allows you to use Olympus OM Zuiko Lens on EOS camera with AF-confirmation indication. With the help of the incorporated AF-Confirmation chipset, it will be indicated by the accurate auto-focus system of EOS camera with a red light and a sound signal, user doesn t need to guess the correct focus by naked eye.
Read more…
Categories: "canon 5D Mark Ii" Tags: 1000D, 450D, 500D, 550D, Adapter, Canon, Confirm, Lens, Mark, mount, Olympus, RainbowImaging, Zuiko

- This adapter allows you to use all Nikon Lens (eg, Nikkor Non AI, AI lens with aperture ring) in EOS cameras with AF-confirmation indication.
- With the help of the incorporated AF-Confirmation chipset, it will be indicated by the accurate auto-focus system of EOS camera with a red light and a sound signal, user does not need to guess the correct focus by naked eye.
- With EMF Chipset, set designed Aperture and Focal Length freely. You can set designed aperture in interval from F1.1 to F45. You can set designed focal length in interval from 1mm to 65535mm. Date can be save even turning off the camera.
- This adapter will allow the camera to record the actual aperture or the maximum aperture when you take pictures.
- Allow focus to Infinity. AV / M Mode is supported.
This adapter allows you to use Nikon Lens on EOS camera with AF-confirmation indication. With the help of the incorporated AF-Confirmation chipset, it will be indicated by the accurate auto-focus system of EOS camera with a red light and a sound signal, user doesn t need to guess the correct focus by naked eye. Features: You can set designed aperture in interval from F1.1 to F45. You can set designed focal length in interval from 1mm to 65535mm. Allow focus to Infinity. Date can be save even turning off the camera. When focus is correct, there will be an indicator of red light and a sound signal that will prove chosen focus AV / M Mode is supported This adapter will allow the camera to record the actual aperture or the maximum aperture when you take pictures. Compatible: Canon EOS Digital Camera 7D 500D 1000D,450D, 400D, 350D, 300D, 50D, 40D, 30D, 20D, 10D and 5D etc…(except EOS 30, 30V & 33V) Fits All Nikon LensPackage Include
Read more…
Categories: "canon 5D Mark Ii" Tags: 1000D, 450D, 500D, 550D, Adapter, Canon, Confirm, Lens, Mark, mount, Nikon
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.
To mount /root/linux.iso file under /mnt directory.
issue the following commands.
# mount -o loop /root/linux.iso /mn/linux
to unmount
# umount /mnt/linux
for example:
Read more…
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
# umount /mnt
# lofiadm -d /dev/lofi/1
Note: lofi = loopback file driver
Read more…
[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
Description: Create Volume
Date: Wed Sep 3 08:17:33 2003
Command: /usr/sbin/vxassist -g nfsdg make vol01 387977216s
layout=stripe-mirror,log nmirror=2 stripeunit=128 ncolumn=11 init=zero
comment=”main stripe-pro partition” mirror=ctrl
Output:
Exit Code: 0
Description: File System Create
Date: Wed Sep 3 08:17:37 2003
Command: /usr/sbin/mkfs -F vxfs -o bsize=1024,largefiles
/dev/vx/rdsk/nfsdg/vol01 387977216 < /var/tmp/aaa00KN0F
Output: version 5 layout
: 387977216 sectors, 193988608 blocks of size 1024, log size
16384 blocks
: unlimited inodes, largefiles supported
: 193988608 data blocks, 193923312 free data blocks
: 5921 allocation units of 32768 blocks, 32768 data blocks
: last allocation unit has 2048 data blocks
Exit Code: 0
Read more…
Categories: Sothebys, veritas, vxfs, vxvm Tags: isis, mkfs, mount, vxassist, vxdctl, vxdctl enable, vxdg, vxdisksetup, vxtask
Creating a Bootable Solaris Recovery CD
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.
In documenting this process, I will first show you how to create a bootable recovery disk. Once that is successful, I’ll describe how to create a bootable CDROM.
Slice 1 – the driver for the recovery
The partition we are going to build is a bit large – 200MB. You could make it smaller by squeezing stuff out, but it is fine for our purposes since the recovery image is generally quite small (less than 100MB for the core install).
Read more…