Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Operating System Optimization > WinNT Based


Reply
 
Share Thread Tools Display Modes
Old 11-27-2004, 01:53 AM   #46
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,241
SFiorito is on a distinguished road
I would imagine seek times will still be slower due to the microdrives being mechanical compared to flash cards, but I don't know that for a fact. Also, I can't imagine even microdrives being able to widthstand the amount of shock that a CF card can. Microdrives are cool and all, but just the idea of all those small parts in there bouncing around (my 300ZX doesn't have a very "comfortable" suspension) makes me kind of scared to tell you the truth... Another advantage of an EWF volume (even if it's not on a CF card) is not having to worry about data integrity. So you can just shut the machine down right away rather than doing a clean shutdown.
SFiorito is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-27-2004, 01:54 AM   #47
Super Moderator & Wal-Mart Greeter
 
Tidder's Avatar
 
Join Date: Sep 2003
Location: New Mexico, USA
Posts: 3,384
Tidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant future
That is nice...
__________________
Tidder

Try RevFE
The best frontend I've ever used, period.

Best Quote EVER!!
Quote: Originally Posted by bramlet View Post
I try to search but I usually only find posts where people ask questions and darquepervert tells them to search.

Tidder is offline   Reply With Quote
Old 11-27-2004, 01:52 PM   #48
Maximum Bitrate
 
knubile's Avatar
 
Join Date: Sep 2004
Posts: 505
knubile is on a distinguished road
Does the Sandisk CF card appear as a fixed disk? I hear that's manadatory. If it appears as removable media, it won't work.
knubile is offline   Reply With Quote
Old 11-27-2004, 02:13 PM   #49
Maximum Bitrate
 
grepzen's Avatar
 
Join Date: Jul 2004
Location: VaBch VA
Posts: 575
grepzen is on a distinguished road
In practical application, would the OS reside on a separate drive than the program files (which change, configuration, updates, etc)?

This is some pretty hot stuff
__________________
•Micke
grepzen is offline   Reply With Quote
Old 11-27-2004, 02:21 PM   #50
Newbie
 
Join Date: Aug 2004
Posts: 54
msb5150 is on a distinguished road
Quote: Originally Posted by grepzen
In practical application, would the OS reside on a separate drive than the program files (which change, configuration, updates, etc)?

Yeah, I would think so, if not, assuredly the music and vids. And that is the very problem why you would want to do a graceful...nevermind, I'm stupid, that's what the ewf is for, to protect everything...but still shuting down normally would allow you to provide a bit more protection for the harddrive when it locks its heads (or whatever it does) to keep from hitting the platters.
msb5150 is offline   Reply With Quote
Old 11-27-2004, 02:29 PM   #51
Maximum Bitrate
 
knubile's Avatar
 
Join Date: Sep 2004
Posts: 505
knubile is on a distinguished road
connect the laptop drive via a USB 2.0 adapter and I bet you're safe. They say you can unplug those anytime you want. So you could cut power any time you want. The adapter must be taking care of the drive somehow.
So CF card read only with all applications installed. Music, vids etc on removable usb 2.0 hard drive. Now you're system is invincible. In theory at least.

Only kink i can think of right now is the config files for your frontend. If you want Frodoplayer to remember the last song you were playing etc. that would have to be persisted somehow. EWF has an api to allow you to commit to the file system. Any front end would have to implement this to have it's config files updated. It would work though.
Oh man, i'm excited!
knubile is offline   Reply With Quote
Old 11-27-2004, 02:36 PM   #52
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,241
SFiorito is on a distinguished road
I read that SanDisk cards were the most compatible for use with IDE adaptors. Hopefully that's correct. We'll see in a few days I suppose.

What my plan is to have the OS and maybe the frontend on the CF card. Then keep all the data (music, videos, etc.) on the 2.5" USB drive. With windows there's a setting for external drives that I believe disables write caching so you can unplug the drive whenever you want (otherwise you have to make sure windows flushes the cache or you lose data). I don't imagine to be doing a lot of writing to my external drive so that's not an issue. As far as settings (like last file played, last position, etc.) hopefully most frontends let you configure that. I've been working on my own frontend so I'll be doing that. The EWF commit feature won't work with hibernate. You can run "ewfmgr c: -commitanddisable -live" which commits changes and disables EWF immediately, but then you can't enable it again until you reboot (which if you're resuming from hibrenation isn't going to happen). So make sure you keep these things in mind when you're planning on how to use EWF together with a CF card install. You don't want to hibernate every time you shutdown because you'll be doing lots of writes. Instead you'll hibernate just once and you don't want to rely on ewfmgr committing changes either (more writes again) because you'll then have to reboot to reenable EWF. You should only commit changes when you're updating OS settings or updating drivers, etc.

Last edited by SFiorito; 11-27-2004 at 02:54 PM..
SFiorito is offline   Reply With Quote
Old 11-27-2004, 02:36 PM   #53
Super Moderator & Wal-Mart Greeter
 
Tidder's Avatar
 
Join Date: Sep 2003
Location: New Mexico, USA
Posts: 3,384
Tidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant future
Quote: Originally Posted by msb5150
YeahAnd that is the very problem why you would want to do a graceful...nevermind, I'm stupid, that's what the ewf is for, to protect everything...but still shuting down normally would allow you to provide a bit more protection for the harddrive when it locks its heads (or whatever it does) to keep from hitting the platters.

They automatically do this anyway, that is why you do not have to park your hard drive anymore before you shut down... (Who is old enough to remember this?! )

It's all built into the hard drive.
__________________
Tidder

Try RevFE
The best frontend I've ever used, period.

Best Quote EVER!!
Quote: Originally Posted by bramlet View Post
I try to search but I usually only find posts where people ask questions and darquepervert tells them to search.

Tidder is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-27-2004, 02:46 PM   #54
Maximum Bitrate
 
knubile's Avatar
 
Join Date: Sep 2004
Posts: 505
knubile is on a distinguished road
SFiorito. Where did you order your CF card and IDE adapter from. I'm doing the exact same thing. I found the Sandisk CF card on ebay new for $65US.
I also found this CF adapter. I'm using the Travla C134 case. This adapter will fit right in the spot for the laptop drive.

Do you know if the direct mount CF adapter will fit on the eden boards?
knubile is offline   Reply With Quote
Old 11-27-2004, 02:59 PM   #55
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,241
SFiorito is on a distinguished road
Damn... I should've checked ebay for the CF card... the IDE adaptor I got from acscontrol.com. I just got the regular adaptor and I'll have to mount it somehow to my IKEA keybox case. I don't have room on my MII for the direct plug in board.
SFiorito is offline   Reply With Quote
Old 11-27-2004, 03:34 PM   #56
SWC
Constant Bitrate
 
Join Date: Aug 2004
Location: Baltimore
Posts: 165
SWC is on a distinguished road
Quote: Originally Posted by SFiorito
Damn... I should've checked ebay for the CF card... the IDE adaptor I got from acscontrol.com. I just got the regular adaptor and I'll have to mount it somehow to my IKEA keybox case. I don't have room on my MII for the direct plug in board.

You may want to check your bios again I have the MII 12k and I could've sworn there was a setting for booting from the CF card. I can't swear to it but I am pretty sure there was.


edit: after a good search. Via says its possible with a special version of the bios, I guess my board has it. I will check it later and let you know what version it is.

Edit again: http://downloads.viaarena.com/WinCE/...ot%20v2.01.zip

That should work, I have not tested it so if it hoses your system don't blame me. but its from the official via site so it should work.

Last edited by SWC; 11-27-2004 at 03:41 PM..
SWC is offline   Reply With Quote
Old 11-27-2004, 03:40 PM   #57
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,241
SFiorito is on a distinguished road
Really? I did look into it, but it from what I read it seemed rather flakey. Let me know man!!

*edit*: Yeah, there's actually a newer version 2.03, but it claims it works only with Linux and WinCE. I'll take a look at it again, but I don't know... it also says it works only with FAT or ext3 filesystems, but not NTFS so it won't work with WindowsXP.

Last edited by SFiorito; 11-27-2004 at 03:52 PM..
SFiorito is offline   Reply With Quote
Old 11-27-2004, 03:58 PM   #58
n00b 4 life
 
mp3oplecarrier's Avatar
 
Join Date: Dec 2003
Location: Chatham, UK
Posts: 276
mp3oplecarrier is on a distinguished road
Quote: Originally Posted by Tidder
They automatically do this anyway, that is why you do not have to park your hard drive anymore before you shut down... (Who is old enough to remember this?! )

It's all built into the hard drive.


I remember SHIPTRAK...

(Damn I'm old!)
__________________
....Yes, I know it has a stupid name, those crazy Japanese!
mp3oplecarrier is offline   Reply With Quote
Old 11-27-2004, 04:02 PM   #59
Super Moderator & Wal-Mart Greeter
 
Tidder's Avatar
 
Join Date: Sep 2003
Location: New Mexico, USA
Posts: 3,384
Tidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant futureTidder has a brilliant future
Quote: Originally Posted by mp3oplecarrier
I remember SHIPTRAK...

(Damn I'm old!)

I'm only 21, but damn I love that old stuff...

I remember before shutting down my old dos PC, typin' the PARK command... waitin' a few, then the big switch on the screen moving from on to off. LoL

Those were the days...
__________________
Tidder

Try RevFE
The best frontend I've ever used, period.

Best Quote EVER!!
Quote: Originally Posted by bramlet View Post
I try to search but I usually only find posts where people ask questions and darquepervert tells them to search.

Tidder is offline   Reply With Quote
Old 11-27-2004, 05:11 PM   #60
LAME :)
 
lopan's Avatar
 
Join Date: Dec 2003
Location: Clarksville TN
Posts: 262
lopan is on a distinguished road
Quote:
Damn... I should've checked ebay for the CF card... the IDE adaptor I got from acscontrol.com. I just got the regular adaptor and I'll have to mount it somehow to my IKEA keybox case. I don't have room on my MII for the direct plug in board.

You guys need to be using froogle... these guys have the gig sandisk for 63 bucks (not that much cheaper then knubile) and the 2 gig for 130... Everything on ebay seems to be cheaper elsewhere, being that ebay is a breeding ground for dropshippers... Droppshippers pay more for the products they sell then a real wholesaler... yada yada yada... ebay is only good for used stuff anymore...

Last edited by lopan; 11-27-2004 at 05:18 PM..
lopan is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Will OPUS work with regular P4 Motherboard badandy4you Power Supplies 3 06-22-2004 01:55 AM
slim dvd vs. regular dvd cybermob2 Power Supplies 28 03-22-2004 01:47 PM
TM-701L & Geforce 4 also a regular TV!! Mp3Goose_Your King LCD/Display 3 03-25-2003 01:59 AM
Com Ports not working in WinXP on EPIA-M Defiler General Hardware Discussion 25 12-16-2002 03:26 PM
FV24 and WinXP BRINET General Hardware Discussion 3 04-19-2002 02:00 PM



All times are GMT -5. The time now is 11:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
"VaultWiki" powered by VaultWiki v2.5.2.
Copyright © 2008 - 2009, Cracked Egg Studios.Ad Management by RedTyger
Message Board Statistics