LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-12-2016, 11:56 PM   #1
Belikewater
Member
 
Registered: Mar 2016
Location: Orlando Fl
Distribution: Slackware/Peppermint
Posts: 164

Rep: Reputation: Disabled
Unrecognised disk label - gparted


I just recently bought two sandisk 16gb USBs. I opened the package for one today and I was going to write ISO iamage to it. However, fdisk -l is giving me this output


Code:
Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 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
Disklabel type: dos
Disk identifier: 0x2299b4f8

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 484472831 484470784  231G 83 Linux
/dev/sda2       484474878 488396799   3921922  1.9G  5 Extended
/dev/sda5       484474880 488396799   3921920  1.9G 82 Linux swap / Solaris




Disk /dev/sdb: 14.6 GiB, 15664676864 bytes, 30595072 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
Disklabel type: dos
Disk identifier: 0x8cb3a3f6
Gparted is showing error unrecognised diske label.

There is nothing on the USB. I have tried formatting to fat32, but the same results are occuring.

I tested the USBs on another computer and oddly enough the same issue is occuring.

I have never had this issue before is there something I am missing? I dont get how it is occuring on two new USBs. I always use Sandisk.

Thanks!
 
Old 08-13-2016, 12:13 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Does look odd, but if you are wrting an iso to it (via dd ?) why do you care ?.
 
Old 08-13-2016, 12:21 AM   #3
Belikewater
Member
 
Registered: Mar 2016
Location: Orlando Fl
Distribution: Slackware/Peppermint
Posts: 164

Original Poster
Rep: Reputation: Disabled
When I try to write ISO image it acts as if it writes to it, but after booting from USB it just returns me to the load up for my primary operating system.
I have tried multiple ISO images.

Here is an example:
Code:
dd if=slax-English-US-7.0.8-x86_64.iso of=/dev/sdb
461880+0 records in
461880+0 records out
236482560 bytes (236 MB, 226 MiB) copied, 278.421 s, 849 kB/s
Booting by USB only loads my current operating system
 
Old 08-13-2016, 01:56 AM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Belikewater,

It seems unusual to have 2 new faulty SanDisk USB drives, but it is possible.

I had a problem with an 8 year old Corsair 8GB USB flash drive recently.

Shadow 7's advice helped me to confirm that the drive was faulty and I returned it under warranty.

The key was to first install dcfldd.

Code:
sudo apt-get install dcfldd
Code:
# dcfldd if=/dev/zero of=/dev/sdc bs=1M
Remove and reinsert USB drive.

Code:
# cmp /dev/zero /dev/sdc
The cmp will fail at the point when it has reached the end of your drive (14.6GB) hopefully.

If it fails before then, the drive isn't usable anymore.

Post #11 on here may help you:

http://www.linuxquestions.org/questi...em-4175584311/

Last edited by beachboy2; 08-13-2016 at 02:00 AM.
 
Old 08-13-2016, 05:19 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
I hope you don't mind my stupidity, but why don't you start by using parted (mklabel & mkpart) to create a valid partition table on the usb device?

After you've got it up and running, you could, as well as using beachboy2's test, also use f3 (http://oss.digirati.com.br/f3/) to test it.

Last edited by hydrurga; 08-13-2016 at 05:23 AM.
 
Old 08-13-2016, 06:44 AM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,699

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Another stupid question... It appears you downloaded the CD versus the USB file. I assume since they offer two different files that the ISO is not a hybrid so it isn't bootable if written to a USB drive. What happens when you write the USB version. I assume your computer is configured to boot from USB before the hard drive.

Typically USB drives are partitioned and formatted by the manufacture. I have bought some that did not have a partition but were formatted as FAT32. You can look at the output of the dmesg command for errors.

https://www.slax.org/en/download.php
 
Old 08-13-2016, 10:37 AM   #7
godh8sme
LQ Newbie
 
Registered: Dec 2005
Location: mid MO
Distribution: Suse 10
Posts: 14

Rep: Reputation: 0
Unrecognised disk label - gparted

Do SanDisk flash drives still come with the partition that has the utilities installed on it? At one time there was a tool for Windows that would remove it. It's possible that's what you're seeing.
 
Old 08-14-2016, 09:02 AM   #8
sidzen
Member
 
Registered: Feb 2014
Location: GMT-7
Distribution: Slackware64, xenialpup64, Slacko5.7
Posts: 204

Rep: Reputation: 36
Sandisk and HP both have caused me problems in the past, as far as USB drives go. I avoid them nowadays.
AFA printers go, HP is no problem. Both brands have proprietary software on their USB sticks. This is where the problems lay. IIRR, Sandisk USB sticks cannot be formatted normally because of it. I simply AVOID certain brands, depending on the hardware, for usage with GNU/Linux.

Live and learn, and Welcome to Linux!
 
1 members found this post helpful.
Old 08-14-2016, 01:45 PM   #9
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Don't recall ever having a problem with Sandisk USB sticks; those that I have boot just fine. However, I will often invoke
Code:
dd if=/dev/zero of=/dev/<USB stick> bs=8M count=1
before formatting a USB stick.
 
1 members found this post helpful.
Old 08-15-2016, 05:19 PM   #10
Belikewater
Member
 
Registered: Mar 2016
Location: Orlando Fl
Distribution: Slackware/Peppermint
Posts: 164

Original Poster
Rep: Reputation: Disabled
I somehow got it to work using gparted (even tho I tried the same thing 3 times before it worked). Now I have all my USBs as bootable

It works on my pc but my spouses HP fights any USB and some dvds. I will have to try to burn an ISO image to a dvd to try on hers.

Thanks for the help!!
 
Old 10-23-2016, 12:40 PM   #11
prowas
LQ Newbie
 
Registered: Oct 2016
Posts: 25

Rep: Reputation: Disabled
http://www.linuxquestions.org/questi...me-4175591867/ -- help me
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] /dev/sdb: unrecognised disk label and can't boot from usb konakona Linux - Software 1 07-25-2016 12:03 AM
Gparted and gnome-disk-utils discrepancy in disk size reported mazinoz Linux - Security 3 04-18-2015 07:53 PM
"Error: unrecognised disk label" in LVM deranjer Linux - Server 1 10-10-2012 01:20 PM
Error: /dev/sda: unrecognised disk label. >>Want to rescue data, but cannot mount it. hector3rd Linux - Hardware 6 08-20-2010 01:26 PM
Error With GParted : Cannot Create Disk Label adamnew123456 Linux - Hardware 3 10-31-2009 04:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration