The Queen's Gambit Declined... 1. d4 d5 2. c4 ...

Wednesday Jun 18, 2008

When you have an iso file, it's really convenient to be able to just mount it.

Before the integration of PSARC/2008/366 VSW_CANLOFI in Solaris Nevada (build 93)
it was a two-step process:

    # lofiadm -a /my/iso		# creates /dev/lofi/1
    # mount -F hsfs /dev/lofi/1 /mnt	# access /my/iso via /mnt

With this wadlet, you can now omit the lofiadm step and just say:

    # mount -F hsfs /my/iso /mnt

Similarly with unmount -- you don't have to remember to lofiadm -d.

With ZFS, you can do

    # zpool import -d /net/zday/some/path/to/zpool/images/
Comments:

Heeey
this is great news Renaud, any clue, whether we get this in S10 too ?

Cheers
Lubos

Posted by Lubos Kosco on October 13, 2008 at 11:41 AM CEST #

There is no plan for a backport in S10

Posted by Renaud on October 13, 2008 at 11:51 AM CEST #

Post a Comment:
  • HTML Syntax: NOT allowed