Page 1 of 1
Ext2 / Ext3 IFS Driver for Windows Plugin creation Help request
#1
Posted 09 August 2005 - 01:34 PM
Hi,
I am new to UBCD4win and have created one boot-cd so far with the standard plugins and drivers. Now there's been a development that really interests me because of the extra flexibility it would help to add to a BootCd..
So, what's happened you say? Well, there's a cool new driver for Windows that's been released.
Ext2 IFS For Windows - Driver
Here ¡s where I found out about it OSnews.
It's a driver that lets you access Ext2 / Ext3 partitions from windows. I've been trying to find out how to create a BartPe driver plugin from this but can't quite figure out if it's possible. I just read this Readme but it makes me think that this is not possible... is that so?
Anybody out there know an answer to this?
Thanks!!!!
I am new to UBCD4win and have created one boot-cd so far with the standard plugins and drivers. Now there's been a development that really interests me because of the extra flexibility it would help to add to a BootCd..
So, what's happened you say? Well, there's a cool new driver for Windows that's been released.
Ext2 IFS For Windows - Driver
Here ¡s where I found out about it OSnews.
It's a driver that lets you access Ext2 / Ext3 partitions from windows. I've been trying to find out how to create a BartPe driver plugin from this but can't quite figure out if it's possible. I just read this Readme but it makes me think that this is not possible... is that so?
Anybody out there know an answer to this?
Thanks!!!!
#3
Posted 09 August 2005 - 05:52 PM
whitephantom, on Aug 9 2005, 12:34 PM, said:
Hi,
I am new to UBCD4win and have created one boot-cd so far with the standard plugins and drivers. Now there's been a development that really interests me because of the extra flexibility it would help to add to a BootCd..
So, what's happened you say? Well, there's a cool new driver for Windows that's been released.
Ext2 IFS For Windows - Driver
Here ¡s where I found out about it OSnews.
It's a driver that lets you access Ext2 / Ext3 partitions from windows. I've been trying to find out how to create a BartPe driver plugin from this but can't quite figure out if it's possible. I just read this Readme but it makes me think that this is not possible... is that so?
Anybody out there know an answer to this?
Thanks!!!!
I am new to UBCD4win and have created one boot-cd so far with the standard plugins and drivers. Now there's been a development that really interests me because of the extra flexibility it would help to add to a BootCd..
So, what's happened you say? Well, there's a cool new driver for Windows that's been released.
Ext2 IFS For Windows - Driver
Here ¡s where I found out about it OSnews.
It's a driver that lets you access Ext2 / Ext3 partitions from windows. I've been trying to find out how to create a BartPe driver plugin from this but can't quite figure out if it's possible. I just read this Readme but it makes me think that this is not possible... is that so?
Anybody out there know an answer to this?
Thanks!!!!
Don't we already have two similar utilities on the CD? These two are what I'm talking about (there may be more...):
Explore2fs
R-Linux
(They should be under the Linux category...)



"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." - Albert Einstein
"Computers are really strange - first everything works fine, then something goes terribly wrong and nothing works, and then - like a thunderbolt from a clear sky, everything is back to normal again. It's like nothing ever happened. Like the computer were female." - Unknown
"Some people say that I must be a terrible person, but it's not true. I have the heart of a young boy. In a jar on my desk." - Stephen King
"If there is anything the nonconformist hates worse than a conformist, it's another nonconformist who doesn't conform to the prevailing standard of nonconformity." - Bill Vaughan
"Microsoft Windows [n.]: A thirty-two bit extension and GUI shell to a sixteen bit patch to an eight bit operating system originally coded for a four bit microprocessor and sold by a two-bit company that can't stand one bit of competition." - Unknown
"When a newly married couple smiles, everyone knows why. When a ten-year married couple smiles, everyone wonders why." - Unknown
#4
Posted 10 August 2005 - 03:02 AM
Explore2fs - copying files from linux files systems
R-Linux - file recovery
FS-Driver
This claims to give you full read/write access, which the other two currently don't they are just read only.
R-Linux - file recovery
FS-Driver
Quote
It provides Windows NT4.0/2000/XP with full access to Linux Ext2 volumes (read access and write access). This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer.
This claims to give you full read/write access, which the other two currently don't they are just read only.
RescueME Virus Removal
Mirror

Fear is the path to the dark side. Fear leads to anger. Anger leads to hate. Hate leads to suffering.
Mirror

Fear is the path to the dark side. Fear leads to anger. Anger leads to hate. Hate leads to suffering.
#5
Posted 10 August 2005 - 06:54 AM
stidyup, on Aug 10 2005, 07:02 AM, said:
Explore2fs - copying files from linux files systems
R-Linux - file recovery
FS-Driver
This claims to give you full read/write access, which the other two currently don't they are just read only.
R-Linux - file recovery
FS-Driver
Quote
It provides Windows NT4.0/2000/XP with full access to Linux Ext2 volumes (read access and write access). This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer.
This claims to give you full read/write access, which the other two currently don't they are just read only.
That's right!!! you got it... couldn't have said it better... I've got Linux and Windows installed on one maschine and this is really cool to use in a situation like that.
Regards...
#6
Posted 11 August 2005 - 10:04 AM
OK... been following the thread about this that I started at The CD Forum. Here's the link to the discussion for anyone who might be interested:
Discussion on ext2ifs plugin for BartPE
The plugin is working for me so far.
Here are some instructions on how I got it to work based on the help of the people at The CD Forum... try it and let me know if it works for you:
1. Create a Folder "ext2ifs" (all the plugin stuff goes in here)
2. Create a Folder "files" inside to folder created in step 1.
3. Download Ext2Ifs driver.
4. Extract the contents of the .exe into the "files" directory
5. Create a file called ext2ifs.inf in the "ext2ifs" folder and paste the following text into it:
6. Create a file called "ext2ifs_nu2menu.xml" in the "ext2ifs" folder and paste the following text into it:
7. Stick the "ext2ifs" folder in your plugin directory so that BartPe will find it and create a new UBCD4Win disc.
That's it... it should work like this.
Once you have created the CD, the driver should get loaded at boot. You can then go to your "UBCD4Win" button in the bottom left corner and there should be an entry "Ext2Ifs Config" under "System", where you can access the driver's config tool normally located in the windows "control panel".
Well, I hope you guys have fun with this. I am still learning and I adapted this to Nu2menu since the instructions that were given to me were for XPE.
I'd be very interested in feedback!!! Are you going to try it? Please let me know if it works for you!!!!
Thanks!!!!
Discussion on ext2ifs plugin for BartPE
The plugin is working for me so far.
Here are some instructions on how I got it to work based on the help of the people at The CD Forum... try it and let me know if it works for you:
1. Create a Folder "ext2ifs" (all the plugin stuff goes in here)
2. Create a Folder "files" inside to folder created in step 1.
3. Download Ext2Ifs driver.
4. Extract the contents of the .exe into the "files" directory
5. Create a file called ext2ifs.inf in the "ext2ifs" folder and paste the following text into it:
; PE Builder v3 plug-in INF file
; Created by d4vr0s , (Modified for Nu2menu by whitephantom)
; http://www.fs-driver.org/index.html
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="ext2ifs"
Enable=1
[SourceDisksFiles]
files\Nt501_ifsdrives.sys=4,ifsdrives.sys,1
files\Nt501_ext2fs.sys=4,ext2fs.sys,1
files\*.??l=2
[Software.AddReg]
0x7,"Sherpya\RegExpander\HKLM","Software\Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\InprocServer32","(Default)"
0x7,"Sherpya\RegExpander\HKLM","Software\Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\ToolboxBitmap32","(Default)"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\InprocServer32",,"%SystemRoot%\system32\IfsDrives.dll"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\ToolboxBitmap32",,"%SystemRoot%\system32\IfsDrives.dll, 101"
0x1,"Classes\IfsDrives.Control",,"IfsDrivesCtrl Class"
0x1,"Classes\IfsDrives.Control\CLSID",,"{6E04972F-B620-4D7A-9E34-3C8055AA52A5}"
0x1,"Classes\IfsDrives.Control\CurVer",,"IfsDrives.Control.1"
0x1,"Classes\IfsDrives.Control.1",,"IfsDrivesCtrl Class"
0x1,"Classes\IfsDrives.Control.1\CLSID",,"{6E04972F-B620-4D7A-9E34-3C8055AA52A5}"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}",,"IfsDrivesCtrl Class"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\InprocServer32","ThreadingModel","Apartment"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\MiscStatus",,"0"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\MiscStatus\1",,"131473"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\ProgID",,"IfsDrives.Control.1"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\TypeLib",,"{DD252E81-3813-4412-83FE-3E44CC16B1F5}"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\Version",,"1.0"
0x1,"Classes\CLSID\{6E04972F-B620-4D7A-9E34-3C8055AA52A5}\VersionIndependentProgID",,"IfsDrives.Control"
[SetupReg.AddReg]
0x4,"ControlSet001\Services\Ext2fs","Type",0x2
0x4,"ControlSet001\Services\Ext2fs","Start",0x1
0x4,"ControlSet001\Services\Ext2fs","ErrorControl",0x1
0x2,"ControlSet001\Services\Ext2fs","ImagePath","system32\DRIVERS\ext2fs.sys"
0x4,"ControlSet001\Services\Ext2fs\Parameters","TriggerLargeFileFeature",0x1
0x4,"ControlSet001\Services\Ext2fs\Parameters","DisableLastAccessUpdate",0x0
0x4,"ControlSet001\Services\IfsDrives","Type",0x1
0x4,"ControlSet001\Services\IfsDrives","Start",0x1
0x4,"ControlSet001\Services\IfsDrives","ErrorControl",0x1
0x2,"ControlSet001\Services\IfsDrives","ImagePath","system32\DRIVERS\IfsDrives.sys"
[Append]
nu2menu.xml, ext2ifs_nu2menu.xml6. Create a file called "ext2ifs_nu2menu.xml" in the "ext2ifs" folder and paste the following text into it:
<!-- Nu2Menu entry for ext2ifs --> <NU2MENU> <MENU ID="System"> <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\ifsdrives.cpl))" CMD="RUN" FUNC="rundll32.exe shell32.dll,Control_RunDLL @GetWinDir()\system32\ifsdrives.cpl">Ext2Ifs Config</MITEM> </MENU> </NU2MENU>
7. Stick the "ext2ifs" folder in your plugin directory so that BartPe will find it and create a new UBCD4Win disc.
That's it... it should work like this.
Once you have created the CD, the driver should get loaded at boot. You can then go to your "UBCD4Win" button in the bottom left corner and there should be an entry "Ext2Ifs Config" under "System", where you can access the driver's config tool normally located in the windows "control panel".
Well, I hope you guys have fun with this. I am still learning and I adapted this to Nu2menu since the instructions that were given to me were for XPE.
I'd be very interested in feedback!!! Are you going to try it? Please let me know if it works for you!!!!
Thanks!!!!
This post has been edited by whitephantom: 11 August 2005 - 10:22 AM
#7
Posted 11 August 2005 - 11:24 AM
Great job Whitephantom!
This will be a nice addition to my cd.
Thanks,
Tom
This will be a nice addition to my cd.
Thanks,
Tom
If you're afraid of taking any chances then the chances are great that you will never learn anything
Multiboot Plugins - UBUSB (Ultimate Boot USB) - EzPcFix - RootKitty - Network Configuration Utility - UnIsoFS - A Small Linux Distro - SELogger - HashME - WSock - My Paypal
Multiboot Plugins - UBUSB (Ultimate Boot USB) - EzPcFix - RootKitty - Network Configuration Utility - UnIsoFS - A Small Linux Distro - SELogger - HashME - WSock - My Paypal
#8
Posted 12 August 2005 - 01:53 AM
Hopefully Steel will be able to add this to the next release when he get's his DSL back.
RescueME Virus Removal
Mirror

Fear is the path to the dark side. Fear leads to anger. Anger leads to hate. Hate leads to suffering.
Mirror

Fear is the path to the dark side. Fear leads to anger. Anger leads to hate. Hate leads to suffering.
Page 1 of 1

Sign In
Register
Help

MultiQuote
