Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I do not think creating a new partition table generates a new disk identifier. It is just a random number created when building a new MBR. Odd but it might of always been zero from the start. If you can successfully read / write from the drive then it is probably ok.
Quote:
Take a look at the output of the dmesg command.
If you see any read / write errors pertaining to the flash drive then it is might be going bad.
My first guess was the drive was bad and expected the format to fail...
Code:
[ 4526.280006] usb 1-1: new high-speed USB device number 7 using ehci_hcd
[ 4526.414952] usb 1-1: New USB device found, idVendor=0781, idProduct=5567
[ 4526.414959] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4526.414962] usb 1-1: Product: Cruzer Blade
[ 4526.414965] usb 1-1: Manufacturer: SanDisk
[ 4526.414967] usb 1-1: SerialNumber: 4528401D5F52EAF7
[ 4526.417540] scsi10 : usb-storage 1-1:1.0
[ 4527.416703] scsi 10:0:0:0: Direct-Access SanDisk Cruzer Blade 8.02 PQ: 0 ANSI: 0 CCS
[ 4527.417055] sd 10:0:0:0: Attached scsi generic sg6 type 0
[ 4527.419682] sd 10:0:0:0: [sde] 3907583 512-byte logical blocks: (2.00 GB/1.86 GiB)
[ 4527.420206] sd 10:0:0:0: [sde] Write Protect is off
[ 4527.420213] sd 10:0:0:0: [sde] Mode Sense: 45 00 00 08
[ 4527.420708] sd 10:0:0:0: [sde] No Caching mode page found
[ 4527.420715] sd 10:0:0:0: [sde] Assuming drive cache: write through
[ 4527.425940] sd 10:0:0:0: [sde] No Caching mode page found
[ 4527.425946] sd 10:0:0:0: [sde] Assuming drive cache: write through
[ 4527.429934] sde:
[ 4527.432799] sd 10:0:0:0: [sde] No Caching mode page found
[ 4527.432805] sd 10:0:0:0: [sde] Assuming drive cache: write through
[ 4527.432807] sd 10:0:0:0: [sde] Attached SCSI removable disk
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.