Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Knoppix on USB flash memory

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Posts
    1

    Knoppix on USB flash memory

    I have noticed that now it is possible to get USB flash memory up to 1 Gb.

    Although it would be very very expensive at the moment, is it technically feasible to boot Knoppix from an external USB flash memory?

    Is USB 2.0 flash memory speed fast enough, and would it be faster than from CD-ROM?

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    872
    1x CD is 150KB/s so 50x would be 7.5MB/s, USB 2.0 is 480(?) Mb/s or 60MB/s. Putting overhead aside and assume the flash can reach that speed, yes. However, none of the off-the-shelf flash can have that speed. It would be at best comparable but I guess in general slower if the claim of 48x CD is real(that I have no idea).

    BTW, I am thinking along the same line but instead of 1GB, I am aiming at the 256M CF which is very cheap nowadays. A trim down KNOPPIX can fit into it and there would still be some space for persistent home. The only problem is machine supporting USB booting is still not the majority.

  3. #3
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Here are a few links to consider the speed of cf as well as mmc and sd cards.

    http://www.dpreview.com/articles/mediacompare/
    http://www.davespda.com/hardware/expansion/cfmmcsd.htm
    http://www.amazon.com/exec/obidos/tg...952374-5295339

    The general concensus seems to be that cf is the fastest of these three media, but that even it is not as fast as a cd.

    Getting Knoppix to run off of this media should be possible as long as your bios supports booting from usb. However as some of the posts at knoppix.net indicate you will have to tweak things because Knoppix is set up by defalut to expect to see itself mounted on a cd.

    What's interesting about this approach is not so much the speed of CD's vs the speed of CF cards but rather the fact that you can write to a CF card.

    If you do intend to write to it then you will either need to shrink Knoppix, or get a really big CF card (3GB is the largest I've seen) since Knoppix is compressed.

  4. #4
    Member registered user
    Join Date
    Apr 2003
    Posts
    55
    It would be at best comparable but I guess in general slower if the claim of 48x CD is real(that I have no idea).
    48X claim is only on the edge of the disc. Also, at less than a dollor, a cd is a lot cheaper than flash ram.

    You could look at some of the lighter remasters, copy the cloop compressed file, then boot via a bootfloppy (if the floppy searches the flashram, I don't know), and see if it works.

  5. #5
    Junior Member
    Join Date
    Jul 2003
    Location
    Copenhagen, Denmark
    Posts
    2
    [quote="aay"]
    > However as some of the posts at knoppix.net indicate you >will have to tweak things because Knoppix is set up by >defalut to expect to see itself mounted on a cd.

    I dont think so. Knoppix tries to boot any /KNOPPIX directoty on a SCSI mountable drive.

    --
    Niels

  6. #6
    Junior Member
    Join Date
    Aug 2003
    Posts
    3
    Quote Originally Posted by reub2000
    It would be at best comparable but I guess in general slower if the claim of 48x CD is real(that I have no idea).
    48X claim is only on the edge of the disc. Also, at less than a dollor, a cd is a lot cheaper than flash ram.

    You could look at some of the lighter remasters, copy the cloop compressed file, then boot via a bootfloppy (if the floppy searches the flashram, I don't know), and see if it works.
    While it's true that a CD is cheaper, I can build a computer with *no* moving parts once the CD is transferred to compact flash. Further, the power consumption of a laser is higher.

    There's a $600 computer complete with case that is Linux friendly and for $30 you can purchase a CF reader that plugs into the IDE adapter on the motherboard. You only cost then is the CF itself. While expensive, I can run it all day with very little power. Of course I can do this with any version of Linux. An install version of Knoppix would be great for this.

  7. #7
    Junior Member
    Join Date
    Aug 2003
    Posts
    1
    I have had this dream for a while myself. Has anyone been able to find substancial data on how many bios's these days support USB booting? I'd love to have a 256Mb keychain drive with a bootloader and some small versions of livecds for different hardware (x86/PPC/Sparc)

  8. #8
    Junior Member
    Join Date
    Jul 2003
    Posts
    9
    Quote Originally Posted by garyng
    1x CD is 150KB/s so 50x would be 7.5MB/s, USB 2.0 is 480(?) Mb/s or 60MB/s. Putting overhead aside and assume the flash can reach that speed, yes. However, none of the off-the-shelf flash can have that speed. It would be at best comparable but I guess in general slower if the claim of 48x CD is real(that I have no idea).

    BTW, I am thinking along the same line but instead of 1GB, I am aiming at the 256M CF which is very cheap nowadays. A trim down KNOPPIX can fit into it and there would still be some space for persistent home. The only problem is machine supporting USB booting is still not the majority.
    A typical Flash disk speed is about 2-3x USB 1.1. So you are talking about 1 MB/s for USB 1.1 flash disks and no more than 2-3 MB/s for USB 2.0 flash disks.

    However, many people have already made USB flash disk bootable Linuxes, from 16 MB and up. Devices above 256 MB costs more than the size increase.

  9. #9
    Junior Member
    Join Date
    Jul 2003
    Posts
    9
    Quote Originally Posted by drboo
    I have had this dream for a while myself. Has anyone been able to find substancial data on how many bios's these days support USB booting? I'd love to have a 256Mb keychain drive with a bootloader and some small versions of livecds for different hardware (x86/PPC/Sparc)
    Only the modern motherboards supports this. If you take an average hobbyist computer, I'd bet it doesn't support it. If you want to build computers with this function, you can easily find motherboards today.

    Don't build a distribution that uses the USB disk for frequent writing. Flash devices supports about 1 000 000 write cycles during their lifetime. This may sound much but in reality is very little. If your OS runs from the USB like a HD, you will burn out the USB flash disk quickly. So stick to only writing few times, like saving configs etc. Use RAM disks for runtime info.

  10. #10
    Member registered user
    Join Date
    Apr 2003
    Posts
    55
    Quote Originally Posted by zhrinze
    Quote Originally Posted by reub2000
    It would be at best comparable but I guess in general slower if the claim of 48x CD is real(that I have no idea).
    48X claim is only on the edge of the disc. Also, at less than a dollor, a cd is a lot cheaper than flash ram.

    You could look at some of the lighter remasters, copy the cloop compressed file, then boot via a bootfloppy (if the floppy searches the flashram, I don't know), and see if it works.
    While it's true that a CD is cheaper, I can build a computer with *no* moving parts once the CD is transferred to compact flash. Further, the power consumption of a laser is higher.

    There's a $600 computer complete with case that is Linux friendly and for $30 you can purchase a CF reader that plugs into the IDE adapter on the motherboard. You only cost then is the CF itself. While expensive, I can run it all day with very little power. Of course I can do this with any version of Linux. An install version of Knoppix would be great for this.
    No moving parts? What about a cpu and psu fan? And maybe a northbridge fab?

Page 1 of 2 12 LastLast

Similar Threads

  1. Install to Compact Flash option like Flash Puppy
    By monckywrench in forum Ideas
    Replies: 4
    Last Post: 04-20-2005, 06:46 PM
  2. Knoppix from flash memory
    By gosain_sanjay in forum Ideas
    Replies: 0
    Last Post: 01-01-2005, 05:13 PM
  3. Life Expectancy of Flash Memory Sticks
    By Bothersome in forum The Lounge
    Replies: 5
    Last Post: 07-02-2004, 02:20 AM
  4. usb flash memory and printer configuration
    By fhatuwani in forum Tips and Tricks
    Replies: 1
    Last Post: 06-14-2004, 08:00 PM
  5. USB flash memory defying me!
    By jpmierau in forum General Support
    Replies: 4
    Last Post: 12-26-2003, 09:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


NEW Original OEM 60W Power Adapter Charger A1344 for APPLE 13

NEW Original OEM 60W Power Adapter Charger A1344 for APPLE 13" MacBook Pro A1278

$22.25



85W OEM NEW Power Adapter Charger For Apple Macbook Pro 13 15

85W OEM NEW Power Adapter Charger For Apple Macbook Pro 13 15" A1424 A1502 A1398

$24.25



Original OEM 87W USB-C Power Adapter Charger for Apple MacBook Pro 15

Original OEM 87W USB-C Power Adapter Charger for Apple MacBook Pro 15" 13" A1719

$28.45



OEM Apple MacBook Pro 13 A1706 A1708 2017 LCD Screen Display Assembly Silver picture

OEM Apple MacBook Pro 13 A1706 A1708 2017 LCD Screen Display Assembly Silver

$128.24



Genuine Apple A1718 61W USB-C Power Adapter Apple OEM CHARGER picture

Genuine Apple A1718 61W USB-C Power Adapter Apple OEM CHARGER

$24.99



Apple OEM Original (A1374) 45W MagSafe Power Adapter with Fold Plug Only - White picture

Apple OEM Original (A1374) 45W MagSafe Power Adapter with Fold Plug Only - White

$10.95



OEM 61W USB C Type C Adapter Charger for Apple MacBook PRO 13

OEM 61W USB C Type C Adapter Charger for Apple MacBook PRO 13" A1718 + Cable NEW

$23.00



APPLE OEM Original Cinema Display (Aluminum) Power Supply AC Adapter 65w or 90w picture

APPLE OEM Original Cinema Display (Aluminum) Power Supply AC Adapter 65w or 90w

$18.99



APPLE OEM Power Extension Cable 6ft for Macbook, Macbook Air, Pro 2.5A 125V-NEW picture

APPLE OEM Power Extension Cable 6ft for Macbook, Macbook Air, Pro 2.5A 125V-NEW

$10.50



GENUINE Apple OEM A1096 Cinema Display Power Adapter 65W with power cord Tested picture

GENUINE Apple OEM A1096 Cinema Display Power Adapter 65W with power cord Tested

$17.95