Launchpad has imported 5 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=256964.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-11-15T11:21:04+00:00 quantumphaze wrote:

Version:           1.0.3 (using KDE 4.5.3) 
OS:                Linux

Partition Manager fails to add SD cards /dev/mmcblk0 to the list of
available devices

Reproducible: Always

Steps to Reproduce:
Insert SD card into a card reader.
Confirm that it's mapped to /dev/mmcblk0
Open Partition Manager and try to find it

Actual Results:  
/dev/mmcblk0 is not presented in the list. Only /dev/sda and any other disks or 
USB drives connected at the time are visible.

Expected Results:  
An entry for the /dev/mmcblk0 device allowing the user to modify the card's 
partitions

OS: Linux 2.6.35-ARCH x86_64

Lenovo ThinkPad SL500 using the built in card reader (not a USB one that
presents cards as /dev/sdc, ect.)

lspci:
SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 
22)

/dev/mmcblk0 and /dev/mmcblk0p1 are still editable in command line tools

Reply at:
https://bugs.launchpad.net/partitionman/+bug/1045896/comments/0

------------------------------------------------------------------------
On 2011-05-07T02:35:15+00:00 AaronPeterson wrote:

Also in Kubuntu 11.04,  very tough for me to create a dos boot disk to
flash my firmware.

Reply at:
https://bugs.launchpad.net/partitionman/+bug/1045896/comments/1

------------------------------------------------------------------------
On 2011-10-03T07:03:24+00:00 Fathi Boudra wrote:

bug is confirmed.

Reply at:
https://bugs.launchpad.net/partitionman/+bug/1045896/comments/2

------------------------------------------------------------------------
On 2012-06-17T13:38:49+00:00 Matteo Croce wrote:

Confirmed

seems that the bug  lies in scanDevices() in src/core/libparted.cpp:

        QFile partitions("/proc/partitions");
        if (partitions.open(QIODevice::ReadOnly))
        {
                QRegExp 
rxLine("\\s*(\\d+)\\s+(\\d+)\\s+(\\d+)\\s([^0-9]+)\\s+");


that regular expression gets the list of the partitions and remove the trailing 
numbers, so /dev/mmcblk0 becames /dev/mmcblk which isn't a valid device name

Reply at:
https://bugs.launchpad.net/partitionman/+bug/1045896/comments/3

------------------------------------------------------------------------
On 2012-06-17T21:36:43+00:00 adaptee wrote:

*** Bug 291008 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/partitionman/+bug/1045896/comments/4


** Changed in: partitionman
       Status: Unknown => New

** Changed in: partitionman
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to partitionmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1045896

Title:
  Partition Manager fails to see MMC/SD cards

To manage notifications about this bug go to:
https://bugs.launchpad.net/partitionman/+bug/1045896/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to