Originally Posted by
spook8000
I have been thinking about the way that drives are married with the Tivo, and was wondering if a simple "mount" command may be able to do this?.. Do you know of any reference material about the command list that is available under the Tivo unix flavour?
You can mount and unmount the partitions on your TiVo's drive via telnet. As long as your drive is formatted using a partition the TiVo is able to support there shouldn't be any problems mounting the drive, your best bet is just to stick it in and try.
To check the partition table on your 2nd drive, type the following:
You can mount a partition on your 2nd drive as follows (change hdb1 to the relevant partition number):
Code:
mkdir /var/drive2
mount /dev/hdb1 /var/drive2
To unmount the drive, simply type:
Bookmarks