I'm trying to get data from magnetic tape in the ubuntu installer environment respectively the rescue mode of the ubuntu installer image.
To do so, i need to position on a distinct filespace/filemark within the magnetic tape. During normal operation the mt-st package is used for this.
So i have gone through all the *.udeb packages available in the /cdrom/pool/main tree of in the rescue mode of the ubuntu 14.04 installer image but didn't find a suitable package.
What are the possibilities?
apt-get install mt-st; or: download the .deb file of the package and install it withdpkg -i /path/to/file.deb– Byte Commander Mar 10 '15 at 11:49The restore works already via ssh, USB stick, DVD. And i wanted to add magnetic tape as possible backup/restore device. Everything else worked seamlessly. So installer environment is basically enough and i wanted to avoid using the "Try ubuntu" feature for a bare metal restore since it seems rather bloated for that purpose.
And a few years ago, there was a mt-st companion on the debian-installer called mt-gnu if i remember correctly.
– QBall Mar 10 '15 at 13:08Another advantage of the installer environment is, that it discovers devices and needed drivers on the target system. Therefore i was able to restore on different hardware.
– QBall Mar 10 '15 at 13:41