hfs |
There are two things you have to do to a linux system to allow it to mount a TiVo filesystem.
Here's a copy of the context diff from my system. It's a Debian stable 2.2.20.0.1-2000-12-03 system with a 2.2.18pre21 kernel.
One way to do this is to specify the arguments when you boot.
Another is to add a line to your lilo.conf:
append="hda=bswap hdb=bswap hdc=bswap hdd=bswap"Be careful; if you are using a ide drive as your linux system disk, you don't want to byte swap it!
As a side note, if you are doing a image backup (drive to drive copy), it'll run a hell of a lot faster if you use two drives that are NOT byteswapped. When you use byteswapped drives, the kernel reads data, swaps it, swaps it again and then writes it to the other drive. Very slow process...
Back to Craig's TiVo page
Copyright © 2000
Craig Leres