Jump to content











Photo
- - - - -

livexp and dvd UDF


  • Please log in to reply
14 replies to this topic

#1 schumy

schumy

    Member

  • Members
  • 99 posts
  •  
    Italy

Posted 06 April 2010 - 09:10 PM

Hi,
today with livexp I have tried to read a dvd of windows vista,
but I have seen that livexp doesn't read the dvd UDF

is it possible to add the drivers to read the formed udf?
and are there the drivers to read file system ext3?

thanks

#2 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 06 April 2010 - 09:41 PM

Yes and yes.

:whistling:

#3 schumy

schumy

    Member

  • Members
  • 99 posts
  •  
    Italy

Posted 07 April 2010 - 09:44 AM

As can I add this drivers?

#4 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 07 April 2010 - 10:15 AM

LiveXP\Components\Core\1 System --> UDFS File System
LiveXP\Components\Core\2 Update --> exFAT

#5 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 07 April 2010 - 10:30 AM

and are there the drivers to read file system ext3?



LiveXP\Components\Core\2 Update --> exFAT


:dubbio:

:whistling:
Wonko

#6 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 07 April 2010 - 10:35 AM

:dubbio: :ph34r:

LiveXP\Components\Core\2 Update --> exFAT

:whistling:
===>
Ext2Fsd, ext2/ext3 file system driver (nikzzzz)

:blowup:

#7 schumy

schumy

    Member

  • Members
  • 99 posts
  •  
    Italy

Posted 07 April 2010 - 10:25 PM

thanks,

I have adding the two script to winbuilder 077,
ext3 works,
udf not works,

why????

thanks

#8 cdob

cdob

    Gold Member

  • Expert
  • 1469 posts

Posted 08 April 2010 - 08:06 PM

udf not works

Did you start the udf driver?
Or configure script to automatic start?

@Lancelot
The BartPE plugin was created in december 2003. http://www.911cd.net...?showtopic=4004
Works as designed still. But may be not too end user friendly.

A more end user approach
[SourceDisksFiles]

UDFS.SYS=4



[SetValue]

"txtsetup.sif","SourceDisksFiles","100,,,,,,,4,0,0,,1,4"

"txtsetup.sif","FileSystems.Load","udfs", "udfs.sys"

"txtsetup.sif","FileSystems","udfs", """Universal Disk File System"""


#9 schumy

schumy

    Member

  • Members
  • 99 posts
  •  
    Italy

Posted 08 April 2010 - 10:10 PM

YES, I have started UDF driver,
it tells me that the service has been activated
but it doesn't work

as can I use the script of BARTPE ?

thanks

#10 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 08 April 2010 - 10:20 PM

Hi schumy,

download v3 of UDFs File System driver script (just uploaded)

as can I use the script of BARTPE ?

for this case you do not need to. Script is port of cdob's plugin (=same as cdob's plugin) . on v3 above cdob's txtsetup info also added to script.

Make a trial, lets see what will happen. :cheers:

#11 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 08 April 2010 - 10:41 PM

Hi Lancelot,

I'm wondering: instead of the shortcuts, can we just have the service being started by RunOnceEx entry at boot?

RegWrite,HKLM,0x1,WB-Software\Microsoft\Windows\CurrentVersion\RunOnceEx\900,Udfs,"hiderun.exe /w net start Udfs"

Or just provide this as an option?

Regards,
Galapo.

#12 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 08 April 2010 - 10:49 PM

Hi Galapo,

service not started by shortcut,

following original design of cdob
RegWrite,HKLM,0x4,WB-Setup\ControlSet001\Services\Udfs,Start,%startvalue%

I also followed cdob's design to add shortcut as an option in case service decided to be started manually with %startvalue% 3 settings.

UDFS script v3 current default setting on LiveXP server is:
%startvalue% = 1
txtsetup lines added
and no shortcuts created during build.

I hope this would be the less confusing way for a new user, just download and use :cheers:

#13 Galapo

Galapo

    Platinum Member

  • .script developer
  • 3841 posts
  •  
    Australia

Posted 08 April 2010 - 10:54 PM

Yep, that's great.

Thanks,
Galapo.

#14 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 08 April 2010 - 11:02 PM

In case anyone may misunderstand:
script is port of cdob's plugin, hence I also write author cdob to script

[Main]
Title=UDFS File System
Author=cdob

since v1 of the script, all infos referring to cdob written to interface (like other great cdob's plugins ported to wb :cheers:)
Posted Image
by fully keeping cdob's design + also cdob's notes included in script.

Recently cdob's txtsetup support also added. (Thanks again cdob)

I am hoping good news from schumy

:cheers:

#15 schumy

schumy

    Member

  • Members
  • 99 posts
  •  
    Italy

Posted 09 April 2010 - 01:05 PM

YEEEEEEEEEEEEEEEEEEEESSSSSSSSSSSSSSSSSSSSS,

the new script works,

thanks Lancelot
thanks cdob




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users