QUOTE(sYs^ @ Jul 10 2006, 08:57 PM)

Sorry but it writes "Object not found!", is it possible to download your driver from anywhere else? I really need that driver beacause I just switched to x64 Windows and I have 3 drives(360GB) in ext2/ext3 and I'd like to read them :D
Thank you in anticipation!
Edit: woops, I just read the posts above

Hope someone stills pays attention to this thread!
I just set up my Windows XP x64 box (for gaming purposes!) and, as other people in this thread I also use Linux (which I deem far better). All my files are in a partition I mount as /home/{myuser} on /dev/sda3 when on Slackware 12. I want to access those files when i'm running Windows too (lot's of MP3 and my working dirs!). I tried the hack that follows, but i figured i'll never run it right 'cause, after a few attempts, I realised it's for Windows Vista and not XP x64.
CODE
Q) How to start ext2fsd under vista AMD64 system
A) Two ways could move you to start Ext2Fsd under vista:
1,Press F8 when booting vista, and select "disable driver signature checking",
this way works if you want only to try ext2fsd once, you also need remove it
after usage.
2,The other way is to use it in test mode:
(Run as Administrator to do the followings)
2.1, adding the Ext2Fsd.cer to system
certmgr.exe /add Ext2Fsd.cer /s /r localMachine root
certmgr.exe /add Ext2Fsd.cer /s /r localMachine trustedpublisher
2, enable test signing:
bcdedit.exe /set TESTSIGNING ON
3, install the driver package
run setup.bat or ext2fsd install package
How can i set this thing to work on my system? I intend avoiding vista as long as possible!
Thanks in advance!