usb tape drive

30 Jul

an 4, 2006 08:04:46 GMT 9 pts 1) check with lsusb what you have attached to usb. 2) loaad the appropriate drivers /etc/modules.conf alias usb-controller usb-uhci alias usb-storage usb_storage alias tape st 2) check in lsmod the drivers usb-uhci usb_storage … Read More »

boot floppy linux

27 Jul

[root prompt]# fdformat /dev/fd0H1440 [root prompt]# mke2fs /dev/fd0 [root prompt]# mount -t ext2 /dev/fd0 /mnt/floppy [root prompt]# grub-install –root-directory=/mnt/floppy ‘(fd0)’ [root prompt]# cp /boot/grub/grub.conf /mnt/floppy/boot/grub/grub.conf [root prompt]# umount /mnt/floppy