Find the answer to your Linux question:
Results 1 to 4 of 4
I recently made a copy of the Debian based security distro "Operator" I love the distro and everything seems to work alright except it refuses to detect any of my ...
  1. #1
    Just Joined!
    Join Date
    Apr 2006
    Posts
    1

    Exclamation USB thumb drive difficulties with Operator distro



    I recently made a copy of the Debian based security distro "Operator" I love the distro and everything seems to work alright except it refuses to detect any of my USB thumb drives. I know they work because they are detected by Knoppix wich Operator is mostly based off of. If anyone could tell me how to fix this problem or even if thumb drives are supported I would appreciate it immensely.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try manually mounting it
    Code:
    su
    cd /mnt
    mkdir usb
    mount -t vfat /dev/sda1 /mnt/usb
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined! poloman's Avatar
    Join Date
    May 2006
    Location
    Cali, Colombia S.A
    Posts
    5

    Unhappy getting error

    hello, i tried

    su
    cd /mnt
    mkdir usb
    mount -t vfat /dev/sda1 /mnt/usb

    this is what i get /dev/sda1 is not a valid block device

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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