MicroSD Overlapped partitionsGparted: during a partition resize my NTFS partition gone, how can i recover...
What is better: yes / no radio, or simple checkbox?
Is it appropriate to ask a former professor to order a book for me through an inter-library loan?
If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?
Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?
Is there a way to make cleveref distinguish two environments with the same counter?
How do I increase the number of TTY consoles?
What should I do when a paper is published similar to my PhD thesis without citation?
Why does Central Limit Theorem break down in my simulation?
Is there a logarithm base for which the logarithm becomes an identity function?
How can I wire a Raspberry Pi to an 8-relay board in a tidy professional manner?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
If nine coins are tossed, what is the probability that the number of heads is even?
ESPP--any reason not to go all in?
Can I negotiate a patent idea for a raise, under French law?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Does the US political system, in principle, allow for a no-party system?
What can I do if someone tampers with my SSH public key?
Writing text next to a table
Is there stress on two letters on the word стоят
When an outsider describes family relationships, which point of view are they using?
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
I am the person who abides by rules, but breaks the rules. Who am I?
What to do if my university does not offer any advanced math courses?
What is this tube in a jet engine's air intake?
MicroSD Overlapped partitions
Gparted: during a partition resize my NTFS partition gone, how can i recover it?Triple partitioning and using GParted to configure partitions before installing any OSGparted error “can't have overlapping partitions”?Accidentally ran “sudo gpart -W /dev/sda /dev/sda” – how can I recover my partitions?How to migrate SD Card with Linux?How to recover lost partitions using a bootable pen drive?Replaced a RAID 10 drive on my Debian server - what do I do next?Possible USB pendrive hardware corruptionBad magic number in super-block / Invalid argument while trying to open /dev/sda12Masked/Hidden Partition
I have a SanDisk MicroSD HC card (16GB) and I'm facing some problems using it. It was installed on a Nolia E71 cellphone (wich can handle SD cards up to 8GB - I believe this is a clue to the answer to my question) and now I want to use it in a USB adapter. The problem is that no OS recognizes the card properly. E71 tells me that the card is corrupted but it is unable format it. I tried Windows, Mac OSX and Linux and I simply cannot reformat the card. The farther I could get was with Linux. Using GParted I can see the partition table, which is shown as follows:
Partiton File System Size Used Unused Flags
unallocated unallocated 4.00MiB -- --
/dev/sdb1 unallocated 14.83 MiB -- --
Note: just before the word "unallocated" on /dev/sdb1 line there is a "warning" sign and when I click it I see the following message:
**** Unable to detect file system! Possibles reasons are:
**** - The FS is damaged
**** - The FS is unknown to GParted
**** - There is no FS available (unformatted)
**** - The device entry /dev/sdb1 is missing
I delete the /dev/sdb1 partition and create a new one (FAT32, for example) and whan I apply the changes I get the libparted mesage "Can't Have Overlapping Partitions".
The GParted details file (an HTM file containing the system messages concerning this operation tell me that partition /dsv/sdb1 was succefully deleted but shows an error creating the new partition displayng the "Can't have overlapping partitions".
fdisk -l output is as follows:
*** Disk /dev/sdb: 15.9 GB, 15951339456 bytes, 31116288 sectors
*** Units = sectors of 1 * 512 = 512 bytes
*** Sector size (logical/physical): 512 / 512 bytes
*** I/O size (minimum/optimal) : 512/512 bytes
*** Disk label tye: dos
*** Disk identifier: 0x00000000
*** Device Boot Start End Blocks Id System
*** /dev/sdb1 8192 31116287 15554048 b W95 FAT32
I've already tried cfdisk /deb/sdb1 to erase the damaged partition and create a new one, but didn't work...
I'm almost giving up... the data stored on the SD card is not important at all. As a matter of fact, the SD card also is not that important.. it's just out of curiosity, because this could happen with a HD...
Any comments?
partitioning gparted partition-recovery micro-sd-card
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have a SanDisk MicroSD HC card (16GB) and I'm facing some problems using it. It was installed on a Nolia E71 cellphone (wich can handle SD cards up to 8GB - I believe this is a clue to the answer to my question) and now I want to use it in a USB adapter. The problem is that no OS recognizes the card properly. E71 tells me that the card is corrupted but it is unable format it. I tried Windows, Mac OSX and Linux and I simply cannot reformat the card. The farther I could get was with Linux. Using GParted I can see the partition table, which is shown as follows:
Partiton File System Size Used Unused Flags
unallocated unallocated 4.00MiB -- --
/dev/sdb1 unallocated 14.83 MiB -- --
Note: just before the word "unallocated" on /dev/sdb1 line there is a "warning" sign and when I click it I see the following message:
**** Unable to detect file system! Possibles reasons are:
**** - The FS is damaged
**** - The FS is unknown to GParted
**** - There is no FS available (unformatted)
**** - The device entry /dev/sdb1 is missing
I delete the /dev/sdb1 partition and create a new one (FAT32, for example) and whan I apply the changes I get the libparted mesage "Can't Have Overlapping Partitions".
The GParted details file (an HTM file containing the system messages concerning this operation tell me that partition /dsv/sdb1 was succefully deleted but shows an error creating the new partition displayng the "Can't have overlapping partitions".
fdisk -l output is as follows:
*** Disk /dev/sdb: 15.9 GB, 15951339456 bytes, 31116288 sectors
*** Units = sectors of 1 * 512 = 512 bytes
*** Sector size (logical/physical): 512 / 512 bytes
*** I/O size (minimum/optimal) : 512/512 bytes
*** Disk label tye: dos
*** Disk identifier: 0x00000000
*** Device Boot Start End Blocks Id System
*** /dev/sdb1 8192 31116287 15554048 b W95 FAT32
I've already tried cfdisk /deb/sdb1 to erase the damaged partition and create a new one, but didn't work...
I'm almost giving up... the data stored on the SD card is not important at all. As a matter of fact, the SD card also is not that important.. it's just out of curiosity, because this could happen with a HD...
Any comments?
partitioning gparted partition-recovery micro-sd-card
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Hello, everybody I give up... I tried everything suggested here (and in other forums) and I believe the MicroSD card is dead... Thanks for all your help and patience
– Giancarlo
Mar 19 '14 at 15:13
add a comment |
I have a SanDisk MicroSD HC card (16GB) and I'm facing some problems using it. It was installed on a Nolia E71 cellphone (wich can handle SD cards up to 8GB - I believe this is a clue to the answer to my question) and now I want to use it in a USB adapter. The problem is that no OS recognizes the card properly. E71 tells me that the card is corrupted but it is unable format it. I tried Windows, Mac OSX and Linux and I simply cannot reformat the card. The farther I could get was with Linux. Using GParted I can see the partition table, which is shown as follows:
Partiton File System Size Used Unused Flags
unallocated unallocated 4.00MiB -- --
/dev/sdb1 unallocated 14.83 MiB -- --
Note: just before the word "unallocated" on /dev/sdb1 line there is a "warning" sign and when I click it I see the following message:
**** Unable to detect file system! Possibles reasons are:
**** - The FS is damaged
**** - The FS is unknown to GParted
**** - There is no FS available (unformatted)
**** - The device entry /dev/sdb1 is missing
I delete the /dev/sdb1 partition and create a new one (FAT32, for example) and whan I apply the changes I get the libparted mesage "Can't Have Overlapping Partitions".
The GParted details file (an HTM file containing the system messages concerning this operation tell me that partition /dsv/sdb1 was succefully deleted but shows an error creating the new partition displayng the "Can't have overlapping partitions".
fdisk -l output is as follows:
*** Disk /dev/sdb: 15.9 GB, 15951339456 bytes, 31116288 sectors
*** Units = sectors of 1 * 512 = 512 bytes
*** Sector size (logical/physical): 512 / 512 bytes
*** I/O size (minimum/optimal) : 512/512 bytes
*** Disk label tye: dos
*** Disk identifier: 0x00000000
*** Device Boot Start End Blocks Id System
*** /dev/sdb1 8192 31116287 15554048 b W95 FAT32
I've already tried cfdisk /deb/sdb1 to erase the damaged partition and create a new one, but didn't work...
I'm almost giving up... the data stored on the SD card is not important at all. As a matter of fact, the SD card also is not that important.. it's just out of curiosity, because this could happen with a HD...
Any comments?
partitioning gparted partition-recovery micro-sd-card
I have a SanDisk MicroSD HC card (16GB) and I'm facing some problems using it. It was installed on a Nolia E71 cellphone (wich can handle SD cards up to 8GB - I believe this is a clue to the answer to my question) and now I want to use it in a USB adapter. The problem is that no OS recognizes the card properly. E71 tells me that the card is corrupted but it is unable format it. I tried Windows, Mac OSX and Linux and I simply cannot reformat the card. The farther I could get was with Linux. Using GParted I can see the partition table, which is shown as follows:
Partiton File System Size Used Unused Flags
unallocated unallocated 4.00MiB -- --
/dev/sdb1 unallocated 14.83 MiB -- --
Note: just before the word "unallocated" on /dev/sdb1 line there is a "warning" sign and when I click it I see the following message:
**** Unable to detect file system! Possibles reasons are:
**** - The FS is damaged
**** - The FS is unknown to GParted
**** - There is no FS available (unformatted)
**** - The device entry /dev/sdb1 is missing
I delete the /dev/sdb1 partition and create a new one (FAT32, for example) and whan I apply the changes I get the libparted mesage "Can't Have Overlapping Partitions".
The GParted details file (an HTM file containing the system messages concerning this operation tell me that partition /dsv/sdb1 was succefully deleted but shows an error creating the new partition displayng the "Can't have overlapping partitions".
fdisk -l output is as follows:
*** Disk /dev/sdb: 15.9 GB, 15951339456 bytes, 31116288 sectors
*** Units = sectors of 1 * 512 = 512 bytes
*** Sector size (logical/physical): 512 / 512 bytes
*** I/O size (minimum/optimal) : 512/512 bytes
*** Disk label tye: dos
*** Disk identifier: 0x00000000
*** Device Boot Start End Blocks Id System
*** /dev/sdb1 8192 31116287 15554048 b W95 FAT32
I've already tried cfdisk /deb/sdb1 to erase the damaged partition and create a new one, but didn't work...
I'm almost giving up... the data stored on the SD card is not important at all. As a matter of fact, the SD card also is not that important.. it's just out of curiosity, because this could happen with a HD...
Any comments?
partitioning gparted partition-recovery micro-sd-card
partitioning gparted partition-recovery micro-sd-card
edited Mar 17 '14 at 2:51
Jon
4,4903177112
4,4903177112
asked Mar 17 '14 at 2:09
GiancarloGiancarlo
63
63
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Hello, everybody I give up... I tried everything suggested here (and in other forums) and I believe the MicroSD card is dead... Thanks for all your help and patience
– Giancarlo
Mar 19 '14 at 15:13
add a comment |
Hello, everybody I give up... I tried everything suggested here (and in other forums) and I believe the MicroSD card is dead... Thanks for all your help and patience
– Giancarlo
Mar 19 '14 at 15:13
Hello, everybody I give up... I tried everything suggested here (and in other forums) and I believe the MicroSD card is dead... Thanks for all your help and patience
– Giancarlo
Mar 19 '14 at 15:13
Hello, everybody I give up... I tried everything suggested here (and in other forums) and I believe the MicroSD card is dead... Thanks for all your help and patience
– Giancarlo
Mar 19 '14 at 15:13
add a comment |
3 Answers
3
active
oldest
votes
You can simply create a new partition table.
First open gparted and ensure you have the SD card selected.
Then, go to Device > Create Partition Table
Source: http://www.dedoimedo.com/computers/gparted.html#mozTocId555890
Alternatively, you can use dd to zero out the SD card and then create a new partition table (as above)
The command to zero a hard drive is
dd if=/dev/zero of=/dev/sdX bs=1M
(replacing X with the name)
Source: http://how-to.wikia.com/wiki/How_to_wipe_a_hard_drive_clean_in_Linux
To find the device name of the SD card (eg /dev/sdb) you can use the lsblk command, or check it on gparted.
Hope I helped.
Thanks for the answer, but Creating Partition Table under GParted gives me the same result... It simply doesn't create any partition table...
– Giancarlo
Mar 17 '14 at 2:39
Try the dd method then, and see how it goes
– p1xel
Mar 18 '14 at 6:03
add a comment |
The "Can't have overlapping partitions" message makes me think you're running a rather old version of GParted. Such errors were common at one time because of bugs in the libparted library upon which GParted relies. Newer versions should not have that problem.
That said, I see no evidence that your problem is one of partition definitions; instead, I think you've got a damaged filesystem. The GParted utility handles both partitioning and filesystem creation, but you can do these tasks separately. Specifically:
mkdosfs /dev/sdb1
That command (typed as root or using sudo) will create a fresh FAT filesystem on /dev/sdb1.
Hi, Rod... I'm not sure about GParted version... Actually I'm using GParted that came in Parted Magic... But even with an updated GParted I have the same response... I tried mkdosfs, but got the error message "mkdosfs: failed whilst writing FAT"... I'm using UBUNTU Server 12.04 to run mkdosfs... Let's try the other option.... I'll get back to you soon.... Thanks!
– Giancarlo
Mar 19 '14 at 2:29
add a comment |
Try this:
1) Destroy the existing partition table:
dd if=/dev/random of=/dev/sdb bs=512 count=1024
2) Clear the in memory kernel partition tables.
Eject the card and reinsert it. Or reboot.
3) Then try using gparted again, hopefully should work this time.
Hello, Matt. Following your tips... gianca@gentile-srv:~$ sudo dd if=/dev/random of=/dev/sdb1 bs=512 count=1024 [sudo] password for gianca: dd: warning: partial read (128 bytes); suggest iflag=fullblock ^C0+414 registros de entrada 0+414 registros de saída 3631 bytes (3,6 kB) copiados, 31158,1 s, 0,0 kB/s I had to finish the command with a CTRL+C after several hours...
– Giancarlo
Mar 19 '14 at 11:10
oops, I had a type. should be of=/dev/sdb
– Matt H
Mar 23 '14 at 20:09
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f729883%2fmicrosd-overlapped-partitions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can simply create a new partition table.
First open gparted and ensure you have the SD card selected.
Then, go to Device > Create Partition Table
Source: http://www.dedoimedo.com/computers/gparted.html#mozTocId555890
Alternatively, you can use dd to zero out the SD card and then create a new partition table (as above)
The command to zero a hard drive is
dd if=/dev/zero of=/dev/sdX bs=1M
(replacing X with the name)
Source: http://how-to.wikia.com/wiki/How_to_wipe_a_hard_drive_clean_in_Linux
To find the device name of the SD card (eg /dev/sdb) you can use the lsblk command, or check it on gparted.
Hope I helped.
Thanks for the answer, but Creating Partition Table under GParted gives me the same result... It simply doesn't create any partition table...
– Giancarlo
Mar 17 '14 at 2:39
Try the dd method then, and see how it goes
– p1xel
Mar 18 '14 at 6:03
add a comment |
You can simply create a new partition table.
First open gparted and ensure you have the SD card selected.
Then, go to Device > Create Partition Table
Source: http://www.dedoimedo.com/computers/gparted.html#mozTocId555890
Alternatively, you can use dd to zero out the SD card and then create a new partition table (as above)
The command to zero a hard drive is
dd if=/dev/zero of=/dev/sdX bs=1M
(replacing X with the name)
Source: http://how-to.wikia.com/wiki/How_to_wipe_a_hard_drive_clean_in_Linux
To find the device name of the SD card (eg /dev/sdb) you can use the lsblk command, or check it on gparted.
Hope I helped.
Thanks for the answer, but Creating Partition Table under GParted gives me the same result... It simply doesn't create any partition table...
– Giancarlo
Mar 17 '14 at 2:39
Try the dd method then, and see how it goes
– p1xel
Mar 18 '14 at 6:03
add a comment |
You can simply create a new partition table.
First open gparted and ensure you have the SD card selected.
Then, go to Device > Create Partition Table
Source: http://www.dedoimedo.com/computers/gparted.html#mozTocId555890
Alternatively, you can use dd to zero out the SD card and then create a new partition table (as above)
The command to zero a hard drive is
dd if=/dev/zero of=/dev/sdX bs=1M
(replacing X with the name)
Source: http://how-to.wikia.com/wiki/How_to_wipe_a_hard_drive_clean_in_Linux
To find the device name of the SD card (eg /dev/sdb) you can use the lsblk command, or check it on gparted.
Hope I helped.
You can simply create a new partition table.
First open gparted and ensure you have the SD card selected.
Then, go to Device > Create Partition Table
Source: http://www.dedoimedo.com/computers/gparted.html#mozTocId555890
Alternatively, you can use dd to zero out the SD card and then create a new partition table (as above)
The command to zero a hard drive is
dd if=/dev/zero of=/dev/sdX bs=1M
(replacing X with the name)
Source: http://how-to.wikia.com/wiki/How_to_wipe_a_hard_drive_clean_in_Linux
To find the device name of the SD card (eg /dev/sdb) you can use the lsblk command, or check it on gparted.
Hope I helped.
answered Mar 17 '14 at 2:34
p1xelp1xel
3052310
3052310
Thanks for the answer, but Creating Partition Table under GParted gives me the same result... It simply doesn't create any partition table...
– Giancarlo
Mar 17 '14 at 2:39
Try the dd method then, and see how it goes
– p1xel
Mar 18 '14 at 6:03
add a comment |
Thanks for the answer, but Creating Partition Table under GParted gives me the same result... It simply doesn't create any partition table...
– Giancarlo
Mar 17 '14 at 2:39
Try the dd method then, and see how it goes
– p1xel
Mar 18 '14 at 6:03
Thanks for the answer, but Creating Partition Table under GParted gives me the same result... It simply doesn't create any partition table...
– Giancarlo
Mar 17 '14 at 2:39
Thanks for the answer, but Creating Partition Table under GParted gives me the same result... It simply doesn't create any partition table...
– Giancarlo
Mar 17 '14 at 2:39
Try the dd method then, and see how it goes
– p1xel
Mar 18 '14 at 6:03
Try the dd method then, and see how it goes
– p1xel
Mar 18 '14 at 6:03
add a comment |
The "Can't have overlapping partitions" message makes me think you're running a rather old version of GParted. Such errors were common at one time because of bugs in the libparted library upon which GParted relies. Newer versions should not have that problem.
That said, I see no evidence that your problem is one of partition definitions; instead, I think you've got a damaged filesystem. The GParted utility handles both partitioning and filesystem creation, but you can do these tasks separately. Specifically:
mkdosfs /dev/sdb1
That command (typed as root or using sudo) will create a fresh FAT filesystem on /dev/sdb1.
Hi, Rod... I'm not sure about GParted version... Actually I'm using GParted that came in Parted Magic... But even with an updated GParted I have the same response... I tried mkdosfs, but got the error message "mkdosfs: failed whilst writing FAT"... I'm using UBUNTU Server 12.04 to run mkdosfs... Let's try the other option.... I'll get back to you soon.... Thanks!
– Giancarlo
Mar 19 '14 at 2:29
add a comment |
The "Can't have overlapping partitions" message makes me think you're running a rather old version of GParted. Such errors were common at one time because of bugs in the libparted library upon which GParted relies. Newer versions should not have that problem.
That said, I see no evidence that your problem is one of partition definitions; instead, I think you've got a damaged filesystem. The GParted utility handles both partitioning and filesystem creation, but you can do these tasks separately. Specifically:
mkdosfs /dev/sdb1
That command (typed as root or using sudo) will create a fresh FAT filesystem on /dev/sdb1.
Hi, Rod... I'm not sure about GParted version... Actually I'm using GParted that came in Parted Magic... But even with an updated GParted I have the same response... I tried mkdosfs, but got the error message "mkdosfs: failed whilst writing FAT"... I'm using UBUNTU Server 12.04 to run mkdosfs... Let's try the other option.... I'll get back to you soon.... Thanks!
– Giancarlo
Mar 19 '14 at 2:29
add a comment |
The "Can't have overlapping partitions" message makes me think you're running a rather old version of GParted. Such errors were common at one time because of bugs in the libparted library upon which GParted relies. Newer versions should not have that problem.
That said, I see no evidence that your problem is one of partition definitions; instead, I think you've got a damaged filesystem. The GParted utility handles both partitioning and filesystem creation, but you can do these tasks separately. Specifically:
mkdosfs /dev/sdb1
That command (typed as root or using sudo) will create a fresh FAT filesystem on /dev/sdb1.
The "Can't have overlapping partitions" message makes me think you're running a rather old version of GParted. Such errors were common at one time because of bugs in the libparted library upon which GParted relies. Newer versions should not have that problem.
That said, I see no evidence that your problem is one of partition definitions; instead, I think you've got a damaged filesystem. The GParted utility handles both partitioning and filesystem creation, but you can do these tasks separately. Specifically:
mkdosfs /dev/sdb1
That command (typed as root or using sudo) will create a fresh FAT filesystem on /dev/sdb1.
answered Mar 18 '14 at 1:06
Rod SmithRod Smith
17.2k22043
17.2k22043
Hi, Rod... I'm not sure about GParted version... Actually I'm using GParted that came in Parted Magic... But even with an updated GParted I have the same response... I tried mkdosfs, but got the error message "mkdosfs: failed whilst writing FAT"... I'm using UBUNTU Server 12.04 to run mkdosfs... Let's try the other option.... I'll get back to you soon.... Thanks!
– Giancarlo
Mar 19 '14 at 2:29
add a comment |
Hi, Rod... I'm not sure about GParted version... Actually I'm using GParted that came in Parted Magic... But even with an updated GParted I have the same response... I tried mkdosfs, but got the error message "mkdosfs: failed whilst writing FAT"... I'm using UBUNTU Server 12.04 to run mkdosfs... Let's try the other option.... I'll get back to you soon.... Thanks!
– Giancarlo
Mar 19 '14 at 2:29
Hi, Rod... I'm not sure about GParted version... Actually I'm using GParted that came in Parted Magic... But even with an updated GParted I have the same response... I tried mkdosfs, but got the error message "mkdosfs: failed whilst writing FAT"... I'm using UBUNTU Server 12.04 to run mkdosfs... Let's try the other option.... I'll get back to you soon.... Thanks!
– Giancarlo
Mar 19 '14 at 2:29
Hi, Rod... I'm not sure about GParted version... Actually I'm using GParted that came in Parted Magic... But even with an updated GParted I have the same response... I tried mkdosfs, but got the error message "mkdosfs: failed whilst writing FAT"... I'm using UBUNTU Server 12.04 to run mkdosfs... Let's try the other option.... I'll get back to you soon.... Thanks!
– Giancarlo
Mar 19 '14 at 2:29
add a comment |
Try this:
1) Destroy the existing partition table:
dd if=/dev/random of=/dev/sdb bs=512 count=1024
2) Clear the in memory kernel partition tables.
Eject the card and reinsert it. Or reboot.
3) Then try using gparted again, hopefully should work this time.
Hello, Matt. Following your tips... gianca@gentile-srv:~$ sudo dd if=/dev/random of=/dev/sdb1 bs=512 count=1024 [sudo] password for gianca: dd: warning: partial read (128 bytes); suggest iflag=fullblock ^C0+414 registros de entrada 0+414 registros de saída 3631 bytes (3,6 kB) copiados, 31158,1 s, 0,0 kB/s I had to finish the command with a CTRL+C after several hours...
– Giancarlo
Mar 19 '14 at 11:10
oops, I had a type. should be of=/dev/sdb
– Matt H
Mar 23 '14 at 20:09
add a comment |
Try this:
1) Destroy the existing partition table:
dd if=/dev/random of=/dev/sdb bs=512 count=1024
2) Clear the in memory kernel partition tables.
Eject the card and reinsert it. Or reboot.
3) Then try using gparted again, hopefully should work this time.
Hello, Matt. Following your tips... gianca@gentile-srv:~$ sudo dd if=/dev/random of=/dev/sdb1 bs=512 count=1024 [sudo] password for gianca: dd: warning: partial read (128 bytes); suggest iflag=fullblock ^C0+414 registros de entrada 0+414 registros de saída 3631 bytes (3,6 kB) copiados, 31158,1 s, 0,0 kB/s I had to finish the command with a CTRL+C after several hours...
– Giancarlo
Mar 19 '14 at 11:10
oops, I had a type. should be of=/dev/sdb
– Matt H
Mar 23 '14 at 20:09
add a comment |
Try this:
1) Destroy the existing partition table:
dd if=/dev/random of=/dev/sdb bs=512 count=1024
2) Clear the in memory kernel partition tables.
Eject the card and reinsert it. Or reboot.
3) Then try using gparted again, hopefully should work this time.
Try this:
1) Destroy the existing partition table:
dd if=/dev/random of=/dev/sdb bs=512 count=1024
2) Clear the in memory kernel partition tables.
Eject the card and reinsert it. Or reboot.
3) Then try using gparted again, hopefully should work this time.
edited Mar 23 '14 at 20:09
answered Mar 18 '14 at 1:39
Matt HMatt H
3,41822544
3,41822544
Hello, Matt. Following your tips... gianca@gentile-srv:~$ sudo dd if=/dev/random of=/dev/sdb1 bs=512 count=1024 [sudo] password for gianca: dd: warning: partial read (128 bytes); suggest iflag=fullblock ^C0+414 registros de entrada 0+414 registros de saída 3631 bytes (3,6 kB) copiados, 31158,1 s, 0,0 kB/s I had to finish the command with a CTRL+C after several hours...
– Giancarlo
Mar 19 '14 at 11:10
oops, I had a type. should be of=/dev/sdb
– Matt H
Mar 23 '14 at 20:09
add a comment |
Hello, Matt. Following your tips... gianca@gentile-srv:~$ sudo dd if=/dev/random of=/dev/sdb1 bs=512 count=1024 [sudo] password for gianca: dd: warning: partial read (128 bytes); suggest iflag=fullblock ^C0+414 registros de entrada 0+414 registros de saída 3631 bytes (3,6 kB) copiados, 31158,1 s, 0,0 kB/s I had to finish the command with a CTRL+C after several hours...
– Giancarlo
Mar 19 '14 at 11:10
oops, I had a type. should be of=/dev/sdb
– Matt H
Mar 23 '14 at 20:09
Hello, Matt. Following your tips... gianca@gentile-srv:~$ sudo dd if=/dev/random of=/dev/sdb1 bs=512 count=1024 [sudo] password for gianca: dd: warning: partial read (128 bytes); suggest iflag=fullblock ^C0+414 registros de entrada 0+414 registros de saída 3631 bytes (3,6 kB) copiados, 31158,1 s, 0,0 kB/s I had to finish the command with a CTRL+C after several hours...
– Giancarlo
Mar 19 '14 at 11:10
Hello, Matt. Following your tips... gianca@gentile-srv:~$ sudo dd if=/dev/random of=/dev/sdb1 bs=512 count=1024 [sudo] password for gianca: dd: warning: partial read (128 bytes); suggest iflag=fullblock ^C0+414 registros de entrada 0+414 registros de saída 3631 bytes (3,6 kB) copiados, 31158,1 s, 0,0 kB/s I had to finish the command with a CTRL+C after several hours...
– Giancarlo
Mar 19 '14 at 11:10
oops, I had a type. should be of=/dev/sdb
– Matt H
Mar 23 '14 at 20:09
oops, I had a type. should be of=/dev/sdb
– Matt H
Mar 23 '14 at 20:09
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f729883%2fmicrosd-overlapped-partitions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hello, everybody I give up... I tried everything suggested here (and in other forums) and I believe the MicroSD card is dead... Thanks for all your help and patience
– Giancarlo
Mar 19 '14 at 15:13