LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   accessing a tape drive ?? (https://www.linuxquestions.org/questions/linux-newbie-8/accessing-a-tape-drive-34278/)

monki 10-31-2002 02:08 PM

accessing a tape drive ??
 
ive got a SEAGATE tape drive when i boot up it recognizes the tapedrive and puts it on /dev/hdd .. i wanna know how i could access and use the tape drive on linux

born4linux 10-31-2002 07:07 PM

usuall, the tape drive is accessed via /dev/st0. If your ide tape drive is detected as /dev/hdd, you need to have it scsi-emulated. to do this, edit your bootloader config file and add something like this:

append="hdd=ide-scsi"

restart your machine. you should be able to acces the tape drive as /dev/st0

man mt for the params


All times are GMT -5. The time now is 05:01 AM.