Messages - gtoal [ switch to compact view ]

Pages: prev1 2 [3] 4 5next
11
Unfinished Requests / Re: IDEA: virtual drive driver
« on: May 22, 2009, 11:21 AM »
I'd love an app that would create a virtual drive that would hold the contents of selected directories on multiple drive volumes.

Would be great for media servers..  I tried creating junction links, but it doesn't work on multiple volumes...


Example, you have a directory on C: , d: , E: , F: , and G: drives with music files, you could create a virtual drive that would somehow contain all files from those directories so you could tell your media server software (xlobby, mediaportal) just to look at the virtual drive for music files..

Is it possible?  It sounds possible..  just no idea where to start coding..  :huh:

This exact program was posted today on giveawayoftheday.com (original is payware, at http://www.virtualdisk.net/ )

G

12
Thanks gtoal but how do you use it?

compile it, then write a batch file with commands in it like

hakihaki < file.txt > file.html

any time you update file.txt, just double-click the batch file.

13
Finished Programs / Re: IDEA: Photo Downloader Kiosk
« on: October 07, 2008, 11:06 PM »
Canon Camerawindow just downloads from chip to directory, sounds like what you want?

14
General Software Discussion / Re: Copying files to a series of DVD
« on: September 10, 2008, 05:29 PM »
I want to back up a series of files to DVD. In total, there is about 20 GB of files. I want the files to be on the DVD in original format, not zipped or any other format. In the past I have just selected a group of files that would fit on a DVD and burn that, but this gets fiddly.

I have checked the forum discussion on backups but none of the programs seem to do this.

Is there a program that will allow one to select a range of files and directories, break them into DVD sized groups so that they can be burnt to DVD ( or burn directly to DVD)?

that takes me back... many years ago, Acorn had a floppy archiver called "far" which was basically tar for floppies.  But it suffered from the deficiencies that you're complaining about.  So Pieter Schoenmakers and I came up with Far Two which did a first-fit algorithm on files to pack as much content into floppies as possible.  Remarkably, the first-fit heuristic was incredibly effective.  Anyway, the code is still around ( http://www.gtoal.com/src/fart/fart.c.html ) although clearly it's specific to the Acorn RiscOS; but it might give you some hints about what's needed if you want to write something similar to create staging directories for copying to CD or DVD...

One thing you need to be careful about is the overhead caused by the directory hierarchy which you're creating, which adds to the expected size that you'ld think you needed from just the file sizes alone.  And of course remember to account for block sizes.  Probably for a DVD imager, you'd want to make a rough guess first and then create an iso, and maybe iterate a few times adding or removing the last few Kbs to the files until you get a perfect fit.  If your system is fast enough to allow that and you don't do it too often...

15
How do you use Wiki-style notetakers? (I can’t seem to get my head around on how a wiki-style’d note is easier to read than other kind of notepads. In Wikipedia alone I can find myself clogging my browser with 100 tabs opened all from starting with one Wikipedia article)

Personally I made wiki-like notes with a text editor, then run a makefile to convert my notes into HTML with a little utility I wrote.  It's lightweight but it does all I need.

http://www.gtoal.com/src/hakihaki/hakihaki.c.html (drop the .html for the plain source)

G

Pages: prev1 2 [3] 4 5next
Go to full version