Announcement

Collapse
No announcement yet.

Error using Hinsdale to backup tivo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error using Hinsdale to backup tivo

    I'm trying to backup my Directv tivo drive.

    When I issue the command
    mkdir /mnt/dos
    mount /dev/hda /mnt/dos

    per instructions I get the error 'You must specify file system type'

    my setup is as described in the instructions:

    Tivo drive on master primary IDE
    FAT32 drive on master secondary IDE
    CD drive as slave on secondary IDE

    The backup then fails after reading source drive.

    What am I doing wrong?

  • #2
    Try:

    Code:
     mount -t vfat /dev/hda /mnt/dos
    Been here a long time . . .

    Comment


    • #3
      Originally posted by WK-Michael View Post
      Try:

      Code:
       mount -t vfat /dev/hda /mnt/dos
      did adding -t vfat resolve the "'You must specify file system type" error?

      i also am trying to create a tivo.bak file to a fat32 drive that is connected to my system as hda. this drive has no OS on it, it's just a lage fat32 drive i use to store files.

      i get the same error as gmidkff reports when i try to issue the mount command. if i go past it i can even issue the mfsbackup command and that is when it fails to make a back-up.

      the fat32 drive where i want to store tivo.bak is hda
      my boot cd rom is hdb
      the original 80GB Maxtor tivo drive is hdc
      the new 200GB Western Dig drive is hdd

      i've also seen references to using a hda1 instead of hda as how to specify a file system. is this accurate?

      and i've also seen people say to use this command instead of what is listed in the Hinsdale guide

      mfsbackup -Tao - /dev/hdc | mfsrestore -s 127 -xzpi - /dev/hda

      is this a all-in-one command that works better/faster than the hinsdale method?

      Comment


      • #4
        Yes, that command should bypass the file system error. Have you tried it?
        Been here a long time . . .

        Comment


        • #5
          primary instead of extended partiton

          i did try that command and it reported the same error. but it turned out that the partition i was trying to write the .bak file to was an extended fat32 partition. mfs did not like that.

          so i deleted that partiton and made a 5GB primary fat32 partiton on it and that did the trick. (i could also have made this on the upgrade drive but then i would have had to copy my .bak file from it before issuing the mfsrestore)

          so if you're running into this same 'must specify a file system' error - make sure that is what you are writing to - a Primary fat32 partition.

          Comment


          • #6
            Good point - we've seen lots of problems with 'extended' also.
            Been here a long time . . .

            Comment

            Working...
            X