Difference between revisions of "Mount ISO in 11.31"

From jasonhoss.com
Jump to: navigation, search
(Created page with "Because this product is delivered as a Dynamically Loadable Kernel Module (DLKM) named fspd, use the following commands to load and unload the fspd module after installing the de...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
To load:
 
To load:
#kcmodule fspd=loaded
+
# kcmodule fspd=loaded
  
 
To unload:
 
To unload:
#kcmodule fspd=unused
+
# kcmodule fspd=unused
  
 
Now that the module is loaded, mount the iso using a command similar to:
 
Now that the module is loaded, mount the iso using a command similar to:
  
  mount -F iso9660 /path/to/iso /mount/point/of/iso
+
  # mount -F cdfs /path/to/iso /mount/point/of/iso

Latest revision as of 08:28, 7 July 2011

Because this product is delivered as a Dynamically Loadable Kernel Module (DLKM) named fspd, use the following commands to load and unload the fspd module after installing the depot:

To load:

# kcmodule fspd=loaded

To unload:

# kcmodule fspd=unused

Now that the module is loaded, mount the iso using a command similar to:

# mount -F cdfs /path/to/iso /mount/point/of/iso