Hello everyone, Am trying to run a Colorado T1000 Tape drive on FDD controller with Suse V6.4. Have got the following from the /var/log/messages file. It seems to find the drive and say it can't find it. When I try 'mt -f /dev/nqft0 rewind' it says 'no such device. Any ideas, anyone?
Jul 31 10:18:26 andy kernel: ftape v3.04d 25/11/97 Jul 31 10:18:26 andy kernel: (c) 1993-1996 Bas Laarhoven (bas@vimec.nl) Jul 31 10:18:26 andy kernel: (c) 1995-1996 Kai Harrekilde-Petersen (khp@dolphinics.no) Jul 31 10:18:26 andy kernel: (c) 1996-1997 Claus-Justus Heine (claus@momo.math.rwth-aachen.de) Jul 31 10:18:26 andy kernel: QIC-117 driver for QIC-40/80/3010/3020 floppy tape drives Jul 31 10:18:26 andy kernel: Compiled for Linux version 2.2.14 Jul 31 10:18:26 andy kernel: [000] ftape-init.c (ftape_init) - installing QIC-117 floppy tape hardware drive ... . Jul 31 10:18:26 andy kernel: [001] ftape-init.c (ftape_init) - ftape_init @ 0xcc87f04c. Jul 31 10:18:26 andy kernel: [002] ftape-buffer.c (add_one_buffer) - buffer nr #1 @ c98557a0, dma area @ c0290000. Jul 31 10:18:26 andy kernel: [003] ftape-buffer.c (add_one_buffer) - buffer nr #2 @ cb28d3e0, dma area @ c0008000. Jul 31 10:18:26 andy kernel: [004] ftape-buffer.c (add_one_buffer) - buffer nr #3 @ cb28d200, dma area @ c04b8000. Jul 31 10:18:26 andy kernel: [005] ftape-calibr.c (time_inb) - inb() duration: 637 nsec. Jul 31 10:18:26 andy kernel: [006] ftape-calibr.c (ftape_calibrate) - TC for `ftape_udelay()' = 484 nsec (at 20479 counts). Jul 31 10:18:26 andy kernel: [007] ftape-calibr.c (ftape_calibrate) - TC for `fdc_wait()' = 1771 nsec (at 5119 counts). Jul 31 10:18:26 andy kernel: zftape for ftape v3.04d 25/11/97 Jul 31 10:18:26 andy kernel: (c) 1996, 1997 Claus-Justus Heine (claus@momo.math.rwth-aachen.de) Jul 31 10:18:26 andy kernel: vfs interface for ftape floppy tape driver. Jul 31 10:18:26 andy kernel: Support for QIC-113 compatible volume table, dynamic memory allocation Jul 31 10:18:26 andy kernel: and builtin compression (lzrw3 algorithm). Jul 31 10:18:26 andy kernel: Compiled for Linux version 2.2.14 Jul 31 10:18:26 andy kernel: [008] zftape-init.c (zft_init) - zft_init @ 0xcc8a6534. Jul 31 10:18:26 andy kernel: [009] zftape-init.c (zft_init) - installing zftape VFS interface for ftape driver .... Jul 31 10:18:26 andy kernel: [010] fdc-io.c (fdc_config) - fdc base: 0x3f0, irq: 6, dma: 2. Jul 31 10:18:26 andy kernel: [011] fdc-io.c (fdc_probe) - Type 82077AA FDC found. Jul 31 10:18:32 andy kernel: [012] ftape-ctl.c (ftape_activate_drive) - no tape drive found !. Jul 31 10:18:32 andy kernel: [013] ftape-ctl.c (ftape_enable) - ftape_activate_drive(&ftape_status.fti_drive_type) failed: -19. Jul 31 10:18:32 andy kernel: [014] zftape-ctl.c (_zft_open) - ftape_enable failed: -19. Jul 31 10:18:32 andy kernel: [015] zftape-init.c (zft_open) - _ftape_open failed.
-- Reply to sales@itosn.com Mail to other addresses is forwarded -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hello everyone, Is there any way to undelete files under Linux ? thanks --ed -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
No! (Oh Dear, what happened...) Bruce PS there is a undelete recovery program that helps to recover lost files based on the damaged directory entry but you need to use it immediately after the deletion. Otherwise, all is lost.
Hello everyone,
Is there any way to undelete files under Linux ?
thanks
--ed
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Is there any way to undelete files under Linux ?
http://amadeus.upr.clu.edu/~undelete/ This might be what you are looking for... but fortunately I have never had to use it... so I can't give you further details. Alvaro Novo SuSE 6.4 Kernel 2.2.16 KDE 2 - Beta 5 -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
On 12 Oct, Alvaro A. Novo wrote:
Is there any way to undelete files under Linux ?
http://amadeus.upr.clu.edu/~undelete/
This might be what you are looking for... but fortunately I have never had to use it... so I can't give you further details.
Alvaro Novo SuSE 6.4 Kernel 2.2.16 KDE 2 - Beta 5
SafeDelete is a replacement for /bin/rm that saves files to a "trash" directory. They can be undeleted with the included "undelete" program. I think SafeDelete came from Linuxberg (TuCows): http://entropy.linux.tucows.com/software.html To reduce space problems, SafeDelete compresses the file, if possible. It also comes with a program to purge files after so many days. The purge is meant to run from cron. It doesn't do any good for files that are already deleted. And it only works when the user calls SafeDelete's rm program. So make sure its directory is in the path before /bin! Oh yeah, don't replace /bin/rm with SafeDelete's rm. Linux may have problems booting and/or shutting down (speaking from experience :) -- Robert Wohlfarth rjwohlfar@bigfoot.com "My theory's right. Reality needs to be fixed." -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hi ! Did any body remember how do I can see which sendmail version do I have installed on my Linux box ? Thanks bye --ed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 28 March 2001 14:52, Mark Hounschell wrote:
Linux News User wrote:
Hi !
Did any body remember how do I can see which sendmail version do I have installed on my Linux box ?
Thanks
rpm -q sendmail
If you've installed from source or something you can always type: telnet 127.0.0.1 25 You'll see a welcome message with the version of sendmail in it. That command is also good for quickly testing if you can connect to sendmail from one arbitrary system to another. Oh, to exit hit Ctrl-] and type 'exit'. - -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6wkt6+FOexA3koIgRAnRTAKCe2fs3B6TlOHLuVIY35eJWM5w6KgCfcpkX 8JBOdu8XC+QU2OAlsWju3co= =Bmfz -----END PGP SIGNATURE-----
in a previous life, in a system far away (hp-ux), in each users directory there was a ~/.trash directory and an alias to rm -> mv $arg ~/.trash or something (i'm not that savy with scripts or aliases). instead of rm -> rm thing is that you have to empty it out every so often or you blow your quota. its kinda annoying when you have to delete multiple files like data files that you want to name the same thing. neat thing was file stamp was original. i don;t think it would be too hard to set up. dennis -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Linux News User wrote:
Hello everyone,
Is there any way to undelete files under Linux ?
thanks
has been recently described in the UK magazine "Computer Shopper", Oct 2000 issue: they suggest the use of debugfs. It's a cruel shell tool. In case of an accident, you need to umount immediately to prevent the data from been overwritten. Someone else had the problem about tree weeks ago. Juergen -- =========================================== __ _ Juergen Braukmann juergen.braukmann@gmx.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ / ===========================================_\_v __/_/_//_/\_,_/ /_/\_\ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (10)
-
bruce@toorak.com
-
dpantazis@telocity.com
-
James Oakley
-
juergen.braukmann@ruhr-west.de
-
Linux News User
-
linux@ods.co.cr
-
Mark Hounschell
-
novo@uiuc.edu
-
rjwohlfar@bigfoot.com
-
sales@itosn.com