DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2008-08-27 04:59:16

Tom_S
New member
Registered: 2008-08-27
Posts: 4

Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

Hi everybody!

I tried to format my Kingston 4GB USB Stick on my Conceptronic NAS with ext2 according to this how-to:
http://wolf-u.li/1318/fun_plug-05-auf-d … betrieben/

But when I execute
mke2fs /dev/sdc1
it takes very long (according to my 1GB Instenso Stick) to write the blocks and it ends with exit status 1. But normally it should end with exit status 0.

I´ve searched with google, but found nothing helpful.

Can somebody tell me, why I can´t format my USB Stick and install ffp 0.5?


Thank you very much!
Tom

Offline

 

#2 2008-08-27 05:14:11

bq041
Member
From: USA
Registered: 2008-03-19
Posts: 709

Re: Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

Did you use fdisk to partition it first?  If you did not, then you are trying to format a fat partition with ext2.  You first need to use fdisk to make an ext2 partition, then use mke2fs to format it.

I assume you did use fdisk according to the instructions you posted, but after you wrote the partition, try running

Code:

fdisk -l /dev/sdc

to make sure you indeed do have a linux partition.  Also, this all must be done without the drive mounted.

Last edited by bq041 (2008-08-27 05:17:41)


DNS-323     F/W: 1.04b84  H/W: A1  ffp: 0.5  Drives: 2X 400 GB Seagate SATA-300
DNS-323     F/W: 1.05b28  H/W: B1  ffp: 0.5  Drives: 2X 1 TB  WD SATA-300
DSM-G600   F/W: 1.02       H/W: B                Drive:  500 GB WD ATA

Offline

 

#3 2008-08-27 14:19:15

Tom_S
New member
Registered: 2008-08-27
Posts: 4

Re: Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

Yes I did. I made the following steps:
fdisk /dev/sdc[enter]
p[enter]
d[enter]
n[enter]
p[enter]
1[enter]
[enter]
[enter]
t[enter]
83[enter]
p[enter]
w[enter]
mke2fs /dev/sdc1[enter]

Offline

 

#4 2008-08-27 18:23:37

bq041
Member
From: USA
Registered: 2008-03-19
Posts: 709

Re: Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

please post the results of the fdisk -l /dev/sdc and the results of the mke2fs /dev/sdc1 commands so we can see what is actually going on.


DNS-323     F/W: 1.04b84  H/W: A1  ffp: 0.5  Drives: 2X 400 GB Seagate SATA-300
DNS-323     F/W: 1.05b28  H/W: B1  ffp: 0.5  Drives: 2X 1 TB  WD SATA-300
DSM-G600   F/W: 1.02       H/W: B                Drive:  500 GB WD ATA

Offline

 

#5 2008-08-27 22:50:56

EnricoM
Member
From: Netherlands
Registered: 2008-06-03
Posts: 77

Re: Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

It could be that the USB power consumption is to high. I have read a post in this forum about similar problems. They fixed it by adding a powered USB hub


Hardware: Conceptronic CH3SNAS, FW1.03 - 2x Samsung Spinpoint F1 750 MB, no RAID  - Imation Whizz 4GB USB Flash Drive
Software:  Fun_plug 0.5 beta, SSH, Samba recycle bin, Firefly, hellanzb, nzbget, cleanboot, chrooted etch, optware, midnight commander, rsnapshot

Offline

 

#6 2008-08-28 00:54:43

bq041
Member
From: USA
Registered: 2008-03-19
Posts: 709

Re: Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

It could be that the USB power consumption is to high.

I doubt that this is the case, a memory stick consumes very little power.  I commonly run 3-4 sticks from a bus powered hub on the DNS with no problems.  However, the hub idea may work.  I have had a problem with a USB 2.0 drive not being picked up by the DNS and it had to be run through a USB 1.1 hub to connect at low speed.  This is the casewith particular hardware, but I do not know why.  Here, you seem to be having no problem getting the stick to connect, just not to format.  You might want to post your dmesg, also.

One more thought as an afterthought.  Is this one of the USB sticks that when plugged into windows has the U3 software?  If so, it may have "two" drives on 1 stick, one read only drive for the U3 software and 1 usable drive.  Right after inserting the USB stick, run dmesg to tell you what it connected to.

Last edited by bq041 (2008-08-28 23:20:52)


DNS-323     F/W: 1.04b84  H/W: A1  ffp: 0.5  Drives: 2X 400 GB Seagate SATA-300
DNS-323     F/W: 1.05b28  H/W: B1  ffp: 0.5  Drives: 2X 1 TB  WD SATA-300
DSM-G600   F/W: 1.02       H/W: B                Drive:  500 GB WD ATA

Offline

 

#7 2008-09-10 18:41:57

Tom_S
New member
Registered: 2008-08-27
Posts: 4

Re: Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

Hi!

I´m sorry to be so late.

Here´s what the ch3snas tells me, when I execute "mke2fs /dev/sdc1":
http://img380.imageshack.us/img380/7498/ch3snasvp1.th.png

Then it takes a while ("writing inode tables increments very slow) and finally (perhaps after 15 minutes) it ends with:
http://img84.imageshack.us/img84/2862/ch3snas1wg2.th.png

Writing the inodes till 14 of 30 is getting very fast, then it slows down to one per minute.

Has anyone an idea?

Offline

 

#8 2008-09-11 00:56:26

bq041
Member
From: USA
Registered: 2008-03-19
Posts: 709

Re: Kingston Datatraveler 2.0 4GB mke2fs fails with exit staus 1

run e2fsck /dev/sdc1 on it and see what it comes up with.


DNS-323     F/W: 1.04b84  H/W: A1  ffp: 0.5  Drives: 2X 400 GB Seagate SATA-300
DNS-323     F/W: 1.05b28  H/W: B1  ffp: 0.5  Drives: 2X 1 TB  WD SATA-300
DSM-G600   F/W: 1.02       H/W: B                Drive:  500 GB WD ATA

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB