LinuxQuestions.org
Visit Jeremy's Blog.
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 01-08-2013, 01:09 AM   #16
saulsadd
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by RaviTezu View Post
As TobiSGD said try using sdc instead of sdb.


Please do the following steps:

1. Plug-in the mp3 Player(Make sure it is properly plugged in).
2. Execute the & (fdisk -l should be executed as root/ using sudo i.e )
3. Paste the outputs here.
Hi RaviTezu,

Please find below the outputs as requested:

###### first after typing df -h this is what came back up;

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 109G 7.0G 97G 7% /
udev 233M 4.0K 233M 1% /dev
tmpfs 98M 800K 97M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 243M 720K 242M 1% /run/shm


######### second, after typing sudo fdisk;

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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: 0x0fb9a5a8

Device Boot Start End Blocks Id System
/dev/sda1 * 63 231512714 115756326 83 Linux
/dev/sda2 231512715 234436544 1461915 5 Extended
/dev/sda5 231512778 234436544 1461883+ 82 Linux swap / Solaris
Note: sector size is 1024 (not 512)

Disk /dev/sdc: 4233 MB, 4233101312 bytes
131 heads, 62 sectors/track, 508 cylinders, total 4133888 sectors
Units = sectors of 1 * 1024 = 1024 bytes
Sector size (logical/physical): 1024 bytes / 1024 bytes
I/O size (minimum/optimal): 1024 bytes / 1024 bytes
Disk identifier: 0x00000000

Disk /dev/sdc doesn't contain a valid partition table
 
Old 01-08-2013, 06:34 AM   #17
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
As we can see from that output, your device is recognized as sdc, so the command I gave you with sdc instead of sdb might do the job.
 
Old 01-08-2013, 07:30 AM   #18
RaviTezu
Member
 
Registered: Nov 2012
Location: India
Distribution: Fedora, CentOs, RHEL
Posts: 164

Rep: Reputation: 24
Yes, Your mp3 Player is recognized as "/dev/sdc" by your kernel.

You can follow TobiSGD advice.

Ping us here, if you need any further help.

Good luck.
 
Old 01-08-2013, 09:53 AM   #19
saulsadd
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
I want to thank you all, and a special empahsis on TobiSGD and RaviTezu.

I will follow the former's advice, though it really takes long (how long do one think it usually lasts? I left mine for an hour and it was still ''processing'', I saw no details on terminal window only the cursor which will blink now and again, or freeze in reciprocity to the laptop ''activity light'').

Anyway, Thank You All.

You have been Great, please close this post as [SOLVED] or something.

THANK YOU!!!!!!!!!!!!
 
Old 01-08-2013, 12:06 PM   #20
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
How long the overwriting takes depends on the speed of the USB device. For example, it is 4233MB large and the maximum speed of USB 2.0 lieas around 30MB/s it wuld take about 2 1/2 minutes, but usually MP3 players, especially older or cheap devices, are much slower, so when it speeds up to 5MB/s it would take about 14 minutes.

If you think that your issue is solved you have to mark the thread as solved yourself, using the thread tools right above the first post.
 
Old 01-08-2013, 09:58 PM   #21
RaviTezu
Member
 
Registered: Nov 2012
Location: India
Distribution: Fedora, CentOs, RHEL
Posts: 164

Rep: Reputation: 24
Hi TobiSGD,

I guess..after zeroing the device, we need to format it with some file system..right?
 
Old 01-08-2013, 10:28 PM   #22
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
At first a new partition table and partition have to be created, afterwards it needs to be formatted.
 
Old 01-08-2013, 10:30 PM   #23
RaviTezu
Member
 
Registered: Nov 2012
Location: India
Distribution: Fedora, CentOs, RHEL
Posts: 164

Rep: Reputation: 24
Partitioning the mp3 player?

I guess.. saulsadd can go ahead & run fdisk to format it.

What you say?
 
Old 01-08-2013, 10:34 PM   #24
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
fdisk is not able to format anything. You can use it to create a partition table and partition on it, but you use use mkfs to format it. You can alternatively use cfdisk (it will create the partition table automatically, but formatting would still be manually) or GParted (will do all three actions).
I personally prefer the cfdisk/mkfs combination for tasks like that.
 
Old 01-08-2013, 10:56 PM   #25
RaviTezu
Member
 
Registered: Nov 2012
Location: India
Distribution: Fedora, CentOs, RHEL
Posts: 164

Rep: Reputation: 24
ouch was confused!!!

saulsadd can run mkfs.vfat /dev/sdc after zeroing it? As it will be recognized by windows & linux.
 
Old 01-09-2013, 01:56 AM   #26
saulsadd
LQ Newbie
 
Registered: Jan 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
HI ALL,

I got back my little mp3 player. I can see it, mount it, add or remove it, and thanks to this site here for all future victims

http://sathyasays.com/2007/06/13/for...sing-terminal/

Thanks to Mr. Sathya, and everyone else here, in particular, to repeat the gratitude to RaviTezu and TobiSGD- Thank You.

It seems all I needed to do was format it by following Mr. Sathya simple procedures.

Thank You All.
 
Old 01-09-2013, 07:28 AM   #27
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by RaviTezu View Post
saulsadd can run mkfs.vfat /dev/sdc after zeroing it? As it will be recognized by windows & linux.
In case of devices like MP3 players it is more relevant that the player itself can read the filesystem. These devices (at least the "normal" ones, never had an iPod or something like that) usually use FAT32 as filesystem. I would use this command to format it:
Code:
mkfs -t vfat -F 32 /dev/sdc1
 
  


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
Device Mapper and unknown device. cartman_jp Linux - Server 4 02-14-2010 02:17 AM
Showing Device Status as Unknown Device for all hardware ganesh_g1982 Linux - Hardware 1 12-02-2006 02:13 PM
Powering off when powering off, how hard can it be? Ian_Hawdon Slackware 14 01-19-2006 03:19 PM
Unknown Device?! muppski Linux - Hardware 2 06-03-2005 03:10 AM
unknown device speedyhot Linux - General 1 03-05-2004 01:39 PM

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

All times are GMT -5. The time now is 10:53 PM.

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