Announcement

Collapse
No announcement yet.

USB-Drives are not seen

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    USB-Drives are not seen

    Hi,

    today i found out that KDE does not show the USB-Drive for mounting anymore, i tested on all usb-ports.
    When i connected an external Buffalo CD-Drive i see it on lsusb with the commandline but KDE does not show it under external drives.

    Anyone an idea what has happened?

    Regards,
    Jan

    #2
    had something similar happen with my linux system and /home partitions once ... turns out it was a udisk thing and my partitions had been changed to a type that is automatically hidden from the GUI because it was associated with windows restore partition type (i dual boot windows, they are on separate disks).

    had to run fdisk to change the partition type to correct it.

    if there is any chance windows could have touched that disk, then i would check out the partition type.

    Comment


      #3
      Thanks, this is a dualboot system - osses on separate disks and i did read from the windows disk and vice-versa.

      Regards,
      Jan

      Comment


        #4
        with the drive connected can you see it using
        Code:
        lsblk
        note the path designation to the partition where the data is located and then use
        Code:
        sudo udisksctl info -b [path-to-partition]
        that should result in a list of particulars and at the bottom will be a Type: designation

        look up that designation code on this website and see what it says

        https://uapi-group.org/specification...specification/

        if it is listed as anything other than a linux data partition then you need to use fdisk to change it back to something the GUI will allow

        for my mounted media trove i used type 20
        Code:
        0FC63DAF-8483-4772-8E79-3D69D8477DE4

        Comment


          #5
          I must rephrase my question.
          With KDE I always became a popup when a USB-Device was connected, then the choice to mount it. This Popup does not show up anymore.
          With lsusb the device is listed.

          Regards,
          Jan

          Comment


            #6
            I'm going to guess that you may have disabled the System Tray entry Disk & Devices.

            The System Tray has a ^ (Show hidden icons) at it's right side. Right-click on it and select Configure System tray...

            Click on Entries.

            Find Disk & Devices. Make sure it is set to Shown when relevant.
            Windows no longer obstruct my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment

            Users Viewing This Topic

            Collapse

            There are 0 users viewing this topic.

            Working...
            X