Jump to content











Photo
- - - - -

iso mounting over the network


  • Please log in to reply
8 replies to this topic

#1 treize

treize
  • Members
  • 5 posts
  •  
    France

Posted 27 May 2011 - 12:31 PM

hello everyone
Here, I would use to reassemble imdisk .Iso from a server to a client with a script .bat, a problem I am a novice in this area
any idea?

thank you!

#2 Sha0

Sha0

    WinVBlock Dev

  • Developer
  • 1682 posts
  • Location:reboot.pro Forums
  • Interests:Booting
  •  
    Canada

Posted 27 May 2011 - 01:36 PM

Here, I would use to reassemble imdisk .Iso from a server to a client with a script .bat, a problem I am a novice in this area
any idea?

What protocol are you serving the .ISO file with?

#3 treize

treize
  • Members
  • 5 posts
  •  
    France

Posted 27 May 2011 - 01:47 PM

protocol tcp/ip

#4 Sha0

Sha0

    WinVBlock Dev

  • Developer
  • 1682 posts
  • Location:reboot.pro Forums
  • Interests:Booting
  •  
    Canada

Posted 27 May 2011 - 02:34 PM

protocol tcp/ip

As in, netcat? What protocol on top of TCP/IP are you using to serve the file?

#5 treize

treize
  • Members
  • 5 posts
  •  
    France

Posted 27 May 2011 - 02:46 PM

I do a NET USE to go up the network drive containing the ISO, and after I block

#6 Sha0

Sha0

    WinVBlock Dev

  • Developer
  • 1682 posts
  • Location:reboot.pro Forums
  • Interests:Booting
  •  
    Canada

Posted 27 May 2011 - 04:13 PM

I do a NET USE to go up the network drive containing the ISO, and after I block

NET USE is capable of both SMB as well as WebDAV. SMB paths go \\like\this and WebDAV paths are http://something.like/this So which are you using?

#7 treize

treize
  • Members
  • 5 posts
  •  
    France

Posted 30 May 2011 - 07:52 AM

i use SMB

#8 Sha0

Sha0

    WinVBlock Dev

  • Developer
  • 1682 posts
  • Location:reboot.pro Forums
  • Interests:Booting
  •  
    Canada

Posted 30 May 2011 - 03:41 PM

i use SMB

Then:

imdisk -a -t file -m m: -o ro,cd -f \\server\share\file.iso

Ought to do the trick for you.
And:

imdisk -d -m m:

To detach it.

#9 treize

treize
  • Members
  • 5 posts
  •  
    France

Posted 30 May 2011 - 03:48 PM

i try it !

thx !




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users