| Summary: | diskdrake doesn't recognize USB Flash drives | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Frank Griffin <ftg> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | drakxtools | CVE: | |
| Status comment: | |||
|
Description
Frank Griffin
2013-04-27 17:32:37 CEST
I misspoke about stdout/stderr. All of the above is from journalctl. fdisk sees it, but doesn't like it: [root@ftglap system]# fdisk /dev/sdb Welcome to fdisk (util-linux 2.22.2). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): p Disk /dev/sdb: 62.9 GB, 62914560000 bytes, 122880000 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x69205244 This doesn't look like a partition table Probably you selected the wrong device. Device Boot Start End Blocks Id System /dev/sdb1 ? 218129509 1920119918 850995205 72 Unknown /dev/sdb2 ? 729050177 1273024900 271987362 74 Unknown /dev/sdb3 ? 168653938 168653938 0 65 Novell Netware 386 /dev/sdb4 2692939776 2692991410 25817+ 0 Empty Partition table entries are not in disk order gparted sees it as having a single /dev/sdb1 partition, but says it's unreadable. I think that diskdrake ought to at least show it so the existing "partitions" can be removed and new ones created. This thing was obviously formatted for Windows, so I'm not sure if maybe it's GPT. gdisk claims it's not GPT: [root@ftglap system]# gdisk /dev/sdb GPT fdisk (gdisk) version 0.8.6 Partition table scan: MBR: MBR only BSD: not present APM: not present GPT: not present *************************************************************** Found invalid GPT and valid MBR; converting MBR to GPT format. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format! *************************************************************** Exact type match not found for type code 7200; assigning type code for 'Linux filesystem' Exact type match not found for type code 7400; assigning type code for 'Linux filesystem' Exact type match not found for type code 6500; assigning type code for 'Linux filesystem' Warning! Secondary partition table overlaps the last partition by 1797239952 blocks! You will need to delete this partition or resize it in another utility. Command (? for help): q I'm closing this as INVALID, because I've determined that the contents of the drive is an NTFS filesystem with no partition structure. The /dev/sdb device is created, but no /dev/sdbX devices are. However, it can be mounted using
ntfs-3g /dev/sdb /mnt/disk
and just shows as empty.
I guess this is something that Windows allows for, but i can't see any point to not having a partition structure, so it's probably not something that diskdrake should be concerned with.Status:
NEW =>
RESOLVED |