sd card - swap file
-
johnmccarron
- Posts: 7
- Joined: Wed Mar 07, 2007 5:07 pm
- Location: Mahopac, NY
sd card - swap file
Is there a way to set the sd card slot for swap file usage? i have a 4 & 8gb sd card and set the swap file to the drive letter assigned to the sd card, but i dont think windows loads the driver for the slot early enough so the swap file area doesnt get created. the sd card still basically says that it is empty. anyone have any ideas? could a cf card in a pcmcia reader work? i am just looking for a way to speed things up until the memory based hd's come out later this spring.
oh, and yes, the reader will read 8gb sdhd cards when you apply the new driver.
oh, and yes, the reader will read 8gb sdhd cards when you apply the new driver.
As far as I know, no memory based harddrives are coming out for the X40/X41 at all.
The X4x Thinkpads use 1.8" hdds with an IDE connector, the memory based hdds that will be released this year will use the ZIF connector.
Sorry dude.
The X4x Thinkpads use 1.8" hdds with an IDE connector, the memory based hdds that will be released this year will use the ZIF connector.
Sorry dude.
Thinkpad x220 Li7-2620M 8gb/80gb mSATA intel 320SSD/160gb Intel 330 (didn't fit, had to remove the aluminium shell)
Linux Mint 17
Linux Mint 17
-
johnmccarron
- Posts: 7
- Joined: Wed Mar 07, 2007 5:07 pm
- Location: Mahopac, NY
Not to pour cold water on your idea, but without swapfile algorithms optimised for this task, using flash memory for your swap file may likely end up reducing performance.
Sure, the access latency of flash is much, much better than hard drives; but its sustained transfer rate is lacking, especially with the on-board card slots (in sustained transfers it's not uncommon for them to be an order of magnitude slower than a hard disk).
The reason why Vista's ReadyBoost (which is the closest thing to what you propose) is effective at all, is because it has caching algorithms that help ensure that it's only used for small paging operations. This means that as the flash is only used for small bursts of data, the benefits of low access time aren't diluted by the slow transfer rate. For large paging operations, it still goes straight to the HDD, where the relatively faster transfer rate means it is the overall faster option. (That's a bit of a simplification as to how ReadyBoost organises itself, but it at least gives you an idea as to the theory behind it.)
So -- I guess the roundabout solution is -- use Vista and enable ReadyBoost with your SD card. It's what I plan to do, once I get my Vista install discs
Sure, the access latency of flash is much, much better than hard drives; but its sustained transfer rate is lacking, especially with the on-board card slots (in sustained transfers it's not uncommon for them to be an order of magnitude slower than a hard disk).
The reason why Vista's ReadyBoost (which is the closest thing to what you propose) is effective at all, is because it has caching algorithms that help ensure that it's only used for small paging operations. This means that as the flash is only used for small bursts of data, the benefits of low access time aren't diluted by the slow transfer rate. For large paging operations, it still goes straight to the HDD, where the relatively faster transfer rate means it is the overall faster option. (That's a bit of a simplification as to how ReadyBoost organises itself, but it at least gives you an idea as to the theory behind it.)
So -- I guess the roundabout solution is -- use Vista and enable ReadyBoost with your SD card. It's what I plan to do, once I get my Vista install discs
MacBook Pro Retina 13.3 2560x1600 | i5-4258U | 8GB | 256GB SSD | BT+abgnac
Surface Pro 3 12.0 2160x1440 | i5-4300U | 8GB | 256GB SSD | BT+abgnac
Surface Pro 3 12.0 2160x1440 | i5-4300U | 8GB | 256GB SSD | BT+abgnac
-
johnmccarron
- Posts: 7
- Joined: Wed Mar 07, 2007 5:07 pm
- Location: Mahopac, NY
Thanks for the info. I was toying with the idea of Vista, and have the install disks already from my ms subscription, but i was just worried about vista killing performance otherwise. Even with 1.5gb of ram. I just did a massive reinstall of xp a few months ago, and would want to try just an upgrade. Part of me just thinks it be easier to go for the x60t when it goes vista. That way, i could use the swap file on sd, get a speedy HD or even memory based HD.
Re: sd card - swap file
Can you tell me what "new driver" you are referring to? I have an 8.0gb SDHC flash and can't get the SD reader to recognize it, although it will recognize it in a third party SD reader in the PCCard slot.johnmccarron wrote:...oh, and yes, the reader will read 8gb sdhd cards when you apply the new driver.
What if you were to get something like this:
http://www.fotonews.su/default.aspx?news=news126
12mb/s is the sustained read speed; reasonably close to those of notebook hard drives; I measured my brother's 60 gig 2mb cache 4200rpm drive I believe it was and it did ~20mb/s.
My main concern isn't so much the speed; it's the use of cpu cycles. I/O is a major bottleneck for laptops, just about any improvement is better than nothing. Ive tried using built-in card reader slot and a 16 bit pcmcia adapter that worked in PIO4 mode - both used up ~98% of cpu cycles on a 1.2ghz ibm x24
Rek makes a very good point though; What if you were to set up something like a ramdrive on the sd card and re-route small system files on there?
http://www.fotonews.su/default.aspx?news=news126
12mb/s is the sustained read speed; reasonably close to those of notebook hard drives; I measured my brother's 60 gig 2mb cache 4200rpm drive I believe it was and it did ~20mb/s.
My main concern isn't so much the speed; it's the use of cpu cycles. I/O is a major bottleneck for laptops, just about any improvement is better than nothing. Ive tried using built-in card reader slot and a 16 bit pcmcia adapter that worked in PIO4 mode - both used up ~98% of cpu cycles on a 1.2ghz ibm x24
Rek makes a very good point though; What if you were to set up something like a ramdrive on the sd card and re-route small system files on there?
-
johnmccarron
- Posts: 7
- Joined: Wed Mar 07, 2007 5:07 pm
- Location: Mahopac, NY
So you mean. It's detrimental to the performance using the SD slot for the Windows page file?rek wrote:Not to pour cold water on your idea, but without swapfile algorithms optimised for this task, using flash memory for your swap file may likely end up reducing performance.
Sure, the access latency of flash is much, much better than hard drives; but its sustained transfer rate is lacking, especially with the on-board card slots (in sustained transfers it's not uncommon for them to be an order of magnitude slower than a hard disk).
The reason why Vista's ReadyBoost (which is the closest thing to what you propose) is effective at all, is because it has caching algorithms that help ensure that it's only used for small paging operations. This means that as the flash is only used for small bursts of data, the benefits of low access time aren't diluted by the slow transfer rate. For large paging operations, it still goes straight to the HDD, where the relatively faster transfer rate means it is the overall faster option. (That's a bit of a simplification as to how ReadyBoost organises itself, but it at least gives you an idea as to the theory behind it.)
So -- I guess the roundabout solution is -- use Vista and enable ReadyBoost with your SD card. It's what I plan to do, once I get my Vista install discs
-
johnmccarron
- Posts: 7
- Joined: Wed Mar 07, 2007 5:07 pm
- Location: Mahopac, NY
Re: sd card - swap file
Can anyone verify this? If so, which read/write speeds are attainable?johnmccarron wrote:oh, and yes, the reader will read 8gb sdhd cards when you apply the new driver.
The latest SD-driver I know of is v6.0.4050.1 (March, 14th 2007).
X60t; 1.2 GHz ULV; XGA; 4 GB; 32 GB SSD; 16 GB SDHC; abg; XP; X6
SD for Hibernation...?
Another idea... How about using the SD slot for the Hibernation file...?
Anybody tried it before? Or, will it work?
Anybody tried it before? Or, will it work?
-
- Similar Topics
- Replies
- Views
- Last post
-
-
365ED Display Swap or CD-ROM swap???
by Thinkpad4by3 » Wed Mar 29, 2017 1:58 pm » in ThinkPad Legacy Hardware - 1 Replies
- 839 Views
-
Last post by remax
Wed Apr 05, 2017 8:11 am
-
-
-
Hard Drive won't boot and external USB Hard Drive enclosure/caddy/adapter for file retrieval
by E350 » Thu Apr 06, 2017 11:38 am » in ThinkPad T6x Series - 5 Replies
- 928 Views
-
Last post by axur-delmeria
Thu Apr 06, 2017 9:43 pm
-
-
-
T61 fingerprint reader palmrest- bezel swap
by cadillacmike68 » Thu Jan 12, 2017 9:52 am » in ThinkPad T6x Series - 4 Replies
- 1144 Views
-
Last post by ac12
Sun Jan 15, 2017 12:08 am
-
-
-
WTB: Converter cable for X60/X61 IPS swap.
by Surfrider » Fri Jan 27, 2017 1:06 pm » in Marketplace - Forum Members only - 0 Replies
- 275 Views
-
Last post by Surfrider
Fri Jan 27, 2017 1:06 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests





