Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37

Thread: Zip Drive - Where is it?

  1. #11
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Here is the oputput of sudo mount -t vfat /dev/sda4 /mnt/zip:

    mount: /dev/sda4 is not a valid block device

    This is done with a data disc in. Do I have to anything special to try to open it or read the disc like open with or just click on the icon?

    Part of my fstab:

    /dev/sda4 /mnt/zip vfat defaults,noatuo,users,noatime,umask=000 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,users,noexec,noauto 0 0
    /dev/cdrom1 /cdrom1 iso9660 defaults,ro,users,noexec,noauto 0 0
    /dev/dvd /dvd iso9660 defaults,ro,users,noexec,noauto 0 0
    /dev/cdaudio /cdaudio iso9660 defaults,ro,users,noexec,noauto 0 0
    #/dev/cdrom1 /mnt/auto/cdrom1 auto users,noauto,exec,ro 0 0
    # Added by KNOPPIX - took out noauto after ntfs and added auto after exec and ro after exec
    /dev/hda1 /mnt/hda1 ntfs users,exec,auto,umask=000,uid=knoppix,gid=knoppix 0 0
    # Added by KNOPPIX
    /dev/hda5 none swap defaults 0 0

  2. #12
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Quote Originally Posted by rrfish72
    Here is the oputput of sudo mount -t vfat /dev/sda4 /mnt/zip:

    mount: /dev/sda4 is not a valid block device
    Try checking the filesystem with fdisk -l if it's not vfat. Try also fdisk /dev/sda to see if it can be opened.
    You can also check /dev/sda4 with la /dev/sda4 so it's not symlinked somewhere. It should look something like this:
    root@fujibox:~# la /dev/sda4
    brw-rw---- 1 root disk 8, 4 Nov 14 2003 /dev/sda4

    This is done with a data disc in. Do I have to anything special to try to open it or read the disc like open with or just click on the icon?
    Best try to mount it from root console first, then worry about creating an icon for user.

    Part of my fstab:

    /dev/sda4 /mnt/zip vfat defaults,noatuo,users,noatime,umask=000 0 0
    Slight typo there, should be noauto.

    Did you create /mnt/zip with mkdir /mnt/zip?
    Also if you rebooted after modprobing you have to modprobe again. I don't know what alias a ZIP drive needs so you could just add modprobe imm or insmod imm at the end of /etc/init.d/bootmisc.sh to avoid having to do it manually after rebooting.

  3. #13
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    fdisk -l

    Disk /dev/hda: 81.9 GB, 81964302336 bytes
    240 heads, 63 sectors/track, 10587 cylinders
    Units = cylinders of 15120 * 512 = 7741440 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 597 10586 75524400 7 HPFS/NTFS
    /dev/hda2 10587 10587 7560 f W95 Ext'd (LBA)
    /dev/hda3 1 596 4505728+ 83 Linux
    /dev/hda5 10587 10587 7528+ 82 Linux swap

    Partition table entries are not in disk order

    I don't see a sda anywhere. Can find info in the info center about sda4 and it says it's vfat.

    root@1[knoppix]# fdisk /dev/sda

    Unable to open /dev/sda
    root@1[knoppix]# sudo fdisk /dev/sda

    Unable to open /dev/sda
    root@1[knoppix]#

    What does it mean when it says it not a valid block device?

  4. #14
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    I'm getting out of ideas. You did modprobe before running fdisk, didn't you?
    Not a valid block device means that it can't open it. Could you post the output of lsmod to check that needed modules are loaded.

  5. #15
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    root@0[/]# lsmod
    Module Size Used by
    via_agp 9856 0
    sworks_agp 11424 0
    sis_agp 9472 0
    nvidia_agp 10012 0
    efficeon_agp 10496 0
    ati_agp 10636 0
    amd64_agp 12872 0
    amd_k7_agp 10124 0
    ali_agp 9600 0
    rfcomm 36760 0
    l2cap 25472 5 rfcomm
    bluetooth 46436 4 rfcomm,l2cap
    md5 8064 1
    ipv6 248736 8
    lp 13768 0
    eepro100 30732 0
    snd_intel8x0 33512 0
    snd_ac97_codec 59268 1 snd_intel8x0
    snd_pcm 86144 1 snd_intel8x0
    snd_timer 25344 1 snd_pcm
    snd_page_alloc 13060 2 snd_intel8x0,snd_pcm
    gameport 8192 1 snd_intel8x0
    snd_mpu401_uart 10496 1 snd_intel8x0
    snd_rawmidi 23552 1 snd_mpu401_uart
    snd_seq_device 10756 1 snd_rawmidi
    snd 49540 7 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_ mpu401_uart,snd_rawmidi,snd_seq_device
    pci_hotplug 33724 0
    intel_mch_agp 12044 0
    intel_agp 18968 1
    tsdev 9984 0
    evdev 11520 0
    nls_iso8859_1 8320 1
    ntfs 104852 1
    md 44072 0
    dm_mod 40608 0
    autofs 19456 1
    af_packet 21124 0
    agpgart 31564 11 via_agp,sworks_agp,sis_agp,nvidia_agp,efficeon_agp ,ati_agp,amd64_agp,amd_k7_agp,ali_agp,intel_mch_ag p,intel_agp
    i810_audio 34320 0
    ac97_codec 19840 1 i810_audio
    soundcore 12000 2 snd,i810_audio
    e100 32896 0
    mii 8448 2 eepro100,e100
    jedec_probe 16896 0
    gen_probe 7424 1 jedec_probe
    mtdcore 10180 0
    chipreg 7168 1 jedec_probe
    parport_pc 38176 1
    parport 38848 2 lp,parport_pc
    8250 34448 0
    serial_core 22912 1 8250
    eth1394 22788 0
    usblp 14976 0
    ohci1394 33792 0
    ieee1394 305296 2 eth1394,ohci1394
    ohci_hcd 20864 0
    uhci_hcd 31112 0
    usbcore 94420 5 usblp,ohci_hcd,uhci_hcd
    ds 17920 0
    yenta_socket 20736 0
    pcmcia_core 58240 2 ds,yenta_socket
    apm 20716 2
    ide_cd 40576 0
    ide_scsi 17540 2
    rtc 15432 0
    ext3 108648 1
    jbd 67488 1 ext3
    root@0[/]#

    There you go.

  6. #16
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Well I can't see imm anywhere so do a modprobe imm and try again.

  7. #17
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    root@2[knoppix]# modprobe imm
    root@2[knoppix]# lsmod
    Module Size Used by
    imm 15360 1
    snd_pcm_oss 51716 0
    snd_mixer_oss 19072 1 snd_pcm_oss
    via_agp 9856 0
    sworks_agp 11424 0
    sis_agp 9472 0
    nvidia_agp 10012 0
    efficeon_agp 10496 0
    ati_agp 10636 0
    amd64_agp 12872 0
    amd_k7_agp 10124 0
    ali_agp 9600 0
    rfcomm 36760 0
    l2cap 25472 5 rfcomm
    bluetooth 46436 4 rfcomm,l2cap
    md5 8064 1
    ipv6 248736 8
    lp 13768 0
    eepro100 30732 0
    snd_intel8x0 33512 0
    snd_ac97_codec 59268 1 snd_intel8x0
    snd_pcm 86144 2 snd_pcm_oss,snd_intel8x0
    snd_timer 25344 1 snd_pcm
    snd_page_alloc 13060 2 snd_intel8x0,snd_pcm
    gameport 8192 1 snd_intel8x0
    snd_mpu401_uart 10496 1 snd_intel8x0
    snd_rawmidi 23552 1 snd_mpu401_uart
    snd_seq_device 10756 1 snd_rawmidi
    snd 49540 9 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_co dec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi, snd_seq_device
    pci_hotplug 33724 0
    intel_mch_agp 12044 0
    intel_agp 18968 1
    tsdev 9984 0
    evdev 11520 0
    nls_iso8859_1 8320 1
    ntfs 104852 1
    md 44072 0
    dm_mod 40608 0
    autofs 19456 1
    af_packet 21124 0
    agpgart 31564 11 via_agp,sworks_agp,sis_agp,nvidia_agp,efficeon_agp ,ati_agp,amd64_agp,amd_k7_agp,ali_agp,intel_mch_ag p,intel_agp
    i810_audio 34320 0
    ac97_codec 19840 1 i810_audio
    soundcore 12000 2 snd,i810_audio
    e100 32896 0
    mii 8448 2 eepro100,e100
    jedec_probe 16896 0
    gen_probe 7424 1 jedec_probe
    mtdcore 10180 0
    chipreg 7168 1 jedec_probe
    parport_pc 38176 2
    parport 38848 3 imm,lp,parport_pc
    8250 34448 0
    serial_core 22912 1 8250
    eth1394 22788 0
    usblp 14976 0
    ohci1394 33792 0
    ieee1394 305296 2 eth1394,ohci1394
    ohci_hcd 20864 0
    uhci_hcd 31112 0
    usbcore 94420 5 usblp,ohci_hcd,uhci_hcd
    ds 17920 0
    yenta_socket 20736 0
    pcmcia_core 58240 2 ds,yenta_socket
    apm 20716 2
    ide_cd 40576 0
    ide_scsi 17540 2
    rtc 15432 0
    ext3 108648 1
    jbd 67488 1 ext3
    root@2[knoppix]#

    After doing the modprobe the zip drive light came on like the disc was being read.

  8. #18
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    imm is loaded so try now with:
    sudo fdisk -l
    mount -t vfat /dev/sda4 /mnt/zip
    mount -t msdos /dev/sda4 /mnt/zip


    If you reboot, modprobe imm again, or add it to the end of /etc/init.d/bootmisc.sh

  9. #19
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    root@0[knoppix]# sudo fdisk -l

    Disk /dev/hda: 240 heads, 63 sectors, 10587 cylinders
    Units = cylinders of 15120 * 512 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 597 10586 75524400 7 HPFS/NTFS
    /dev/hda2 10587 10587 7560 f Win95 Ext'd (LBA)
    /dev/hda3 1 596 4505728+ 83 Linux
    /dev/hda5 10587 10587 7528+ 82 Linux swap

    Partition table entries are not in disk order
    root@0[knoppix]# mount -t vfat /dev/sda4 /mnt/zip
    mount: /dev/sda4 is not a valid block device
    root@0[knoppix]# mount -t msdos /dev/sda4 /mnt/zip
    mount: /dev/sda4 is not a valid block device

    root@0[knoppix]# fdisk /dev/sda

    Unable to open /dev/sda

    This is the output of someone who was having the same trouble in this thread:
    http://www.knoppix.net/forum/viewtopic.php?t=12589

    knoppix@ttyp0[knoppix]$ cdrecord -scanbus
    Cdrecord-Clone 2.01a27 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
    NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
    and thus may have bugs that are not present in the original version.
    Please send bug reports and support requests to <cdrtools@packages.debian.org>.
    The original author should not be bothered with problems of this version.

    Linux sg driver version: 3.5.30
    Using libscg version 'schily-0.8'.
    scsibus0:
    0,0,0 0) 'YAMAHA ' 'CRW-F1E ' '1.0c' Removable CD-ROM
    0,1,0 1) *
    0,2,0 2) *
    0,3,0 3) *
    0,4,0 4) *
    0,5,0 5) *
    0,6,0 6) *
    0,7,0 7) *
    scsibus1:
    1,0,0 100) 'IOMEGA ' 'ZIP 100 ' '03.H' Removable Disk
    1,1,0 101) *
    1,2,0 102) *
    1,3,0 103) *
    1,4,0 104) *
    1,5,0 105) *
    1,6,0 106) *
    1,7,0 107) *
    scsibus2:
    2,0,0 200) 'HL-DT-ST' 'DVDRAM GSA-4040B' 'A300' Removable CD-ROM
    2,1,0 201) *
    2,2,0 202) *
    2,3,0 203) *
    2,4,0 204) *
    2,5,0 205) *
    2,6,0 206) *
    2,7,0 207) *
    scsibus3:
    3,0,0 300) 'LEXAR ' 'JUMPDRIVE ' '1.20' Removable Disk
    3,1,0 301) *
    3,2,0 302) *
    3,3,0 303) *
    3,4,0 304) *
    3,5,0 305) *
    3,6,0 306) *
    3,7,0 307) *

    My output does not include any sign of an Iomega zip drive like that one does. This is all I get:

    root@0[knoppix]# cdrecord -scanbus
    Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
    NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
    and thus may have bugs that are not present in the original version.
    Please send bug reports and support requests to <cdrtools@packages.debian.org>.
    The original author should not be bothered with problems of this version.

    Linux sg driver version: 3.5.30
    Using libscg version 'schily-0.8'.
    scsibus0:
    0,0,0 0) 'HP ' 'CD-Writer cd16f ' '1.1D' Removable CD-ROM
    0,1,0 1) *
    0,2,0 2) *
    0,3,0 3) *
    0,4,0 4) *
    0,5,0 5) *
    0,6,0 6) *
    0,7,0 7) *
    scsibus1:
    1,0,0 100) 'HL-DT-ST' 'DVD-ROM GDR8160B' '0011' Removable CD-ROM
    1,1,0 101) *
    1,2,0 102) *
    1,3,0 103) *
    1,4,0 104) *
    1,5,0 105) *
    1,6,0 106) *
    1,7,0 107) *

  10. #20
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Hmm, try modprobe usb-storage as well as having imm loaded. Then try mounting again.

    EDIT: BTW, there's a typo there if you added the line to fstab:
    Do I add /dev/sda4 /mnt/zip vfat defaults,noauto,users,noatime,unmask=000 0 0 to my fstab?
    It's supposed to be umask, not unmask

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Permanent home onto Sandisk USB flash drive ruined drive
    By mjman in forum Hardware & Booting
    Replies: 9
    Last Post: 10-25-2004, 09:46 PM
  2. How to copy an NTFS drive to another NTFS drive
    By Bothersome in forum MS Windows & New to Linux
    Replies: 5
    Last Post: 10-07-2004, 10:53 PM
  3. Hard Drive Salvage from corrupted Windows XP NTFS drive
    By kidsatacrux in forum MS Windows & New to Linux
    Replies: 19
    Last Post: 08-03-2004, 07:41 AM
  4. Replace default cd home drive with persistant home drive ???
    By ktheking in forum Customising & Remastering
    Replies: 6
    Last Post: 01-02-2004, 09:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Toshiba 512GB SSD Solid State Drive 2.5

Toshiba 512GB SSD Solid State Drive 2.5" SATA THNSNC512GBSJ Sun Oracle 7010845

$53.99



StarTech SAT2510BU32 2.5

StarTech SAT2510BU32 2.5" SuperSpeed USB 3.0 SSD SATA Hard Drive Enclosure

$24.99



SAMSUNG 6.4TB SSD NVMe PCIe 3.0 MU HHHL PM1725B MZ-PLL6T4C FW2K0 picture

SAMSUNG 6.4TB SSD NVMe PCIe 3.0 MU HHHL PM1725B MZ-PLL6T4C FW2K0

$599.99



Dell - 2TTK9 640GB Fusion iO Drive PCI-E Flash SSD picture

Dell - 2TTK9 640GB Fusion iO Drive PCI-E Flash SSD

$62.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Intel DC S3510 Series 120GB SSD 2.5

Intel DC S3510 Series 120GB SSD 2.5" 6Gb/s SATA Solid State Drive SSDSC2BB120G6K

$9.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$13.99



SanDisk Extreme Portable 4TB USB-C SSD Black SDSSDE61-4T00 picture

SanDisk Extreme Portable 4TB USB-C SSD Black SDSSDE61-4T00

$214.99



Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot picture

Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot

$209.99