BeBits Information Developer Central Submit Application Your Account Web Links Contact Us
BeBits
AGMSRAMFileSystem
Talkback
 Go back to the AGMSRAMFileSystem page
 Post a new Talkback comment!
Patch Added for Big Query Crash
 By Alexander G M Smith - Posted on November 9, 2003 - 17:06:12   (#9559)
 Current version when comment was posted: 0.0 (unfinished)
The file system would crash when you had a big query, such as using Tracker's Open With... when you have a lot of applications that can handle a file type. I suspect it was just exceeding dprintf's size limit. I've added a fixed version (I just compiled it with debug messages turned off) of the executable.

Re: portable RAM devices
 By Alexander G M Smith - Posted on November 7, 2003 - 23:56:26   (#9540)
 Current version when comment was posted: 0.0 (unfinished)
> Is there any chance this might be used to read from\write to portable RAM devices such as the keychain USB drives?

No chance at all. They aren't part of the computer's memory space. Instead, USB memory sticks appear as block devices, like hard drives. Just format them with a block oriented file system like BFS or FAT. Well, once BeOS has a generic USB block device driver then you can format them, etc.

portable RAM devices
 By TwilightDawn - Posted on November 7, 2003 - 21:38:59   (#9539)
 Current version when comment was posted: 0.0 (unfinished)
A very nice project, I know I'll enjoy seeing it when it's completed. Is there any chance this might be used to read from\write to portable RAM devices such as the keychain USB drives? I'm pretty sure they're a modified FAT FS, I was curious know if this of RAM file system could be modified to read and write to the portable drives (in BFS, although reading them in their native FAT would be awesome:) ).

Re: bootable CD usable
 By Alexander G M Smith - Posted on November 5, 2003 - 01:05:38   (#9492)
 Current version when comment was posted: 0.0 (unfinished)
Yes, the new file system would be quite useful as a bootable CD's RAM file system. You'll have to do similar tricks as you did before to get the OS to use it from a CD. It also doesn't have the automatic restore from a file feature working (yet), so you'll have to make indices (using the mkindex command) and unzip your initial contents into it first. But it will be slightly faster, and take a lot less memory space - unused disk sectors don't exist, so they don't waste memory.

bootable CD usable
 By ktmdukee - Posted on November 4, 2003 - 22:21:59   (#9486)
 Current version when comment was posted: 0.0 (unfinished)
Some time ago, I changed the 2 files in /boot/beos/system/boot/ Bootscript and Bootscript.cd with RAMDrive to create a bootable and usable CD. (with some modifications to home/config too) and commands like
mkbfs /dev/disk/virtual/ram_drive RAMDrive
mountvolume RAMDrive

Do you think AGMSRAMFileSystem could also do it? Better?


Making a RAM disk during Bootup
 By Alexander G M Smith - Posted on November 3, 2003 - 03:24:15   (#9455)
 Current version when comment was posted: 0.0 (unfinished)
First run the program and set the RAM disk mount point / name to something like "/MyRAMDisk" and set the max size you want, then exit. That will get saved in the program's settings file. Then in your /home/config/boot/UserBootscript add a line which says:

/boot/apps/AGMSFileSystemPacker CreateFileSystem

Change the /boot/apps to be the directory where you put the program.

- Alex

How to ...
 By ablyss - Posted on November 3, 2003 - 00:13:27   (#9453)
 Current version when comment was posted: 0.0 (unfinished)
How would I go about creating the virtual disk at boot automatically?

 
The Green Board
  Recent Downloads  -  # 1,944
Total Downloads  -  # 1,803
Total Views  -  # 1,373
User Ratings  -  N/A
  Example Code
File System Addons
1.  BePodder - 9.80
2.  QEMU - 9.68
3.  ScummVM - 9.57
4.  cpu_fix - 9.42
5.  Jukebox - 9.40
6.  libdl.so - 9.40
7.  Haiku AGP busm... - 9.35
8.  vim6 - 9.31
9.  Beezer - 9.26
10.  HandBrake - 9.25
1.  BeOS 5 Perso... - 13,641
2.  Realtek RTL8... - 13,137
3.  Ati Radeon G... - 12,630
4.  Ensoniq Audio... - 7,591
5.  ATI Rage 128... - 7,461
6.  USB Joystick... - 5,676
7.  Broadcom 440x... - 5,425
8.  S3 Trio 64 v2... - 4,746
9.  USB Serial dr... - 4,718
10.  Intel Extreme... - 4,482
You are not logged in.
 Login

 
Unless otherwise noted, everything is copyright © 1999-2009 Haikuware. All Rights Reserved.
For more legal trivia, take a gander at our
Legal Stuff page and our Privacy Statement.