Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Cannot detect sda1

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    1

    Cannot detect sda1

    Hi,

    I am new to linux. I just installed Knoppix on to my laptop, and I'm having a problem: when I plug in an external flash hard drive, it is not detected under Hard Disk Partition (sda1).

    When I run Knoppix via the boot-cd, everything works fine.

    Any ideas on what is going wrong?

    Thanks!

  2. #2
    Senior Member registered user
    Join Date
    Jan 2004
    Location
    Paris, France
    Posts
    203

    not detected

    By not detected do you mean the device file /dev/sda1 is not created or you don't have an icon for it.

    From a cli (console or whatever)
    ls -l /dev/sda*
    what does it say ????

  3. #3
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    929
    take a look in /etc/fstab.

    Chances are that there will be a hash in front of the line for sda1.


    as root

    remove the #

    run

    mount -a

    and all should be fine.

  4. #4
    Member registered user
    Join Date
    Nov 2003
    Posts
    90
    I have the same problem. I have used this USB drives:

    - USB 1.0 Flash disk 64 Mb
    - USB 2.0 Flash disk 128 mb
    - USB 1.0 IDE enclosure
    - USB 2.0 IDE enclosure

    The USB 1.0 Flash disk 64 Mb and USB 2.0 IDE enclosure works fine with the LiveCD, but don't get recognized in the HD Installed Version. The oher two drives I wasn't unable to get working in any circumstance. I try to mount using the command line to no result

  5. #5
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Add this line to /etc/fstab for usb support:
    none /proc/bus/usb usbdevfs defaults 0 0

    For my thumbdrive I have in fstab:
    /dev/sda1 /mnt/sda1 vfat noauto,users,exec,umask=000,uid=markus,gid=markus 0 0
    You can change vfat to auto, and markus to your login, or just remove uid and gid if you don't want to get ownership for new files:
    /dev/sda1 /mnt/sda1 auto noauto,users,exec,umask=000 0 0

    And as root do:
    mkdir /mnt/sda1

    For more than one device do: dmesg |grep sda
    or: cat /var/log/syslog |grep sda
    and add the devices to fstab and mountpoins to /mnt/

  6. #6
    Junior Member registered user
    Join Date
    Feb 2004
    Posts
    13
    Quote Originally Posted by Markus
    You can change vfat to auto, and markus to your login, or just remove uid and gid if you don't want to get ownership for new files:
    /dev/sda1 /mnt/sda1 auto noauto,users,exec,umask=000 0 0
    Hi Markus--
    I found this thread and tried using 'mount /dev/sda1' to mount my USB thumb drive after Knoppix was already up and running, and it states that sda1 is not a valid block device. My guess is that when it's not detected at boot, the block device is not created. Maybe this is a clue to how to get it to hot-plug after boot.... What program or script detects USB drive and creates sda1 as a block device so that fstab can be used to mount it? With that piece of information, the solution to hot-plugging USB thumb drives seems like it may be close at hand....

    Thanks!

    C ya,
    Dutch

  7. #7
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    I found this thread and tried using 'mount /dev/sda1' to mount my USB thumb drive
    You could try mounting with "mount /dev/sda1 /mnt/sda1" or "mount /mnt/sda1" to give it a mountpoint.

    What program or script detects USB drive and creates sda1 as a block device so that fstab can be used to mount it?
    Sorry, don't know the script. I get it hotplugged and didn't do much anything for it.

    When I do lsmod without plugging the thumbdrive in i get a.o.t. usb-uhci and usbcore.
    But when I plug it in I also get usb-storage.
    You could try "modprobe usb-storage" and plug it in or vice versa, but try mounting with the mountpoint first.

  8. #8
    Junior Member registered user
    Join Date
    Feb 2004
    Posts
    13
    Quote Originally Posted by Markus
    You could try mounting with "mount /dev/sda1 /mnt/sda1" or "mount /mnt/sda1" to give it a mountpoint.
    Markus--
    I tried it, but unfortunately it still claims sda1 is not a valid block device.

    Quote Originally Posted by Markus
    When I do lsmod without plugging the thumbdrive in i get a.o.t. usb-uhci and usbcore.
    But when I plug it in I also get usb-storage.
    You could try "modprobe usb-storage" and plug it in or vice versa, but try mounting with the mountpoint first.
    Modprobe runs with no error, but it still doesn't mount as sda1 is still not a valid block device. I guess that figuring out how to make sda1 a valid block device after booting is the key. Thanks for your help!

    C ya,
    Dutch

  9. #9
    Senior Member
    Join Date
    Oct 2003
    Location
    GA
    Posts
    382
    Have you tried "mount /dev/sda to whatever"? I.e. leaving off the 1.

  10. #10
    Junior Member registered user
    Join Date
    Feb 2004
    Posts
    13
    Quote Originally Posted by champagnemojo
    Have you tried "mount /dev/sda to whatever"? I.e. leaving off the 1.
    Champagnemojo--
    I'll try that and see what happens....

    Thanks!

    C ya,
    Dutch

Page 1 of 2 12 LastLast

Similar Threads

  1. knoppix-installer on sda1
    By rabinhood in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 05-09-2005, 01:53 PM
  2. won`t detect my wirelss mouse...
    By jhobo4 in forum Hardware & Booting
    Replies: 2
    Last Post: 01-27-2005, 04:21 PM
  3. can't detect cdrom
    By drg55 in forum Hdd Install / Debian / Apt
    Replies: 12
    Last Post: 07-27-2004, 02:59 AM
  4. PC doesn't detect any bootable CD-ROM
    By Benbread in forum General Support
    Replies: 12
    Last Post: 04-11-2004, 02:22 AM
  5. knoppix-autoconfig does not detect in HD
    By kim in forum General Support
    Replies: 4
    Last Post: 12-05-2003, 04:07 AM

Posting Permissions

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


Cisco C9300-NM-2Y - Cisco Catalyst 9300 2 x 25G Network Module New picture

Cisco C9300-NM-2Y - Cisco Catalyst 9300 2 x 25G Network Module New

$550.00



Cisco Catalyst WS-C2960+24TC-S 24-Port Gigabit Managed SFP Switch picture

Cisco Catalyst WS-C2960+24TC-S 24-Port Gigabit Managed SFP Switch

$39.99



CISCO NEXUS 9300 N9K-C93180LC-EX  32-PORTS 32 x 40/50 Gbe QSFP+ NETWORK SWITCH picture

CISCO NEXUS 9300 N9K-C93180LC-EX 32-PORTS 32 x 40/50 Gbe QSFP+ NETWORK SWITCH

$249.95



Cisco Catalyst C9130AXI-B WiFi 6 802.11ax Wireless Access Point Brand New picture

Cisco Catalyst C9130AXI-B WiFi 6 802.11ax Wireless Access Point Brand New

$101.99



Cisco C3850-NM-2-10G 2 Port Network Exp.Module for 3850 picture

Cisco C3850-NM-2-10G 2 Port Network Exp.Module for 3850

$18.90



Cisco C9500-32QC-A C9500 Series 32x Port 40G or 16x 100G - Dual AC picture

Cisco C9500-32QC-A C9500 Series 32x Port 40G or 16x 100G - Dual AC

$1099.00



Cisco Catalyst 3850-48F-L 48-Port UPoE Gigabit Switch NM-4-1G picture

Cisco Catalyst 3850-48F-L 48-Port UPoE Gigabit Switch NM-4-1G

$59.99



Cisco C9300L-24P-4X-A - 24 POE Ports  Ethernet Switch Brand new picture

Cisco C9300L-24P-4X-A - 24 POE Ports Ethernet Switch Brand new

$2850.00



Cisco Acacia DP04QSDD-E25-840 400G QSFP-DD Coherent DCO Transceiver Module picture

Cisco Acacia DP04QSDD-E25-840 400G QSFP-DD Coherent DCO Transceiver Module

$699.99



Cisco CISCO3945/K9 Integrated Service Router w/ T3/E3, EVM-HD Modules & Licenses picture

Cisco CISCO3945/K9 Integrated Service Router w/ T3/E3, EVM-HD Modules & Licenses

$64.99