Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unRAID Server Release 5.0-beta9 Available

Featured Replies

Just added a new cache drive..out of the box new and it added fine but shows unformated..I tried to use the format in the webgui and it shows started formatting but nothing at all happens the drive just shows as unformatted still..tried a few times now. Is there an issue formatting with beta 9?

 

This is an EARS drive without jumpers...I have 4 other EARS drives in the array with jumpers. Not sure if that is important or not

 

All attempts to format failed because it could not find a partition to format, no partition table.  There was only one attempt to write an MBR with partition table, but it failed with "mkmbr: ioctl BLKRRPART: Device or resource busy", no further indication evident as to why it was 'busy'.  Try shutting down, powering off completely, and restart.  If still unsuccessful, you should Obtain a SMART report.  If further help is needed, we would prefer that you start a separate support thread.

 

In the future, please take pity on those of us that examine syslogs, and follow the directions here (Capturing your syslog).  We much much prefer the raw text version, to your PDF version, with about half the lines wrapped and constant pagination breaks, much harder to analyze.

  • Replies 157
  • Views 91.3k
  • Created
  • Last Reply

According to these lines in the syslog, your disk has stopped responding or has not been partitioned.  

(In other words, the disk partition /dev/sdb1 does not exist, or if it does, it cannot be read.)

 

Aug 10 21:47:45 NAS emhttp: shcmd (441): set -o pipefail ; mkreiserfs -q

/dev/sdb1 |& logger

Aug 10 21:47:45 NAS logger: mkreiserfs 3.6.21 (2009 www.namesys.com)

Aug 10 21:47:45 NAS logger:

Aug 10 21:47:45 NAS logger: Stat of the device '/dev/sdb1' failed.

 

What do you get when you type:

fdisk -l /dev/sdb

 

can you still communicate with the drive?  (can you gt a smart report)

smartctl -a /dev/sdb

 

If the disk has not been partitioned, and it is responding, it is possible you uncovered a bug in that 5.0beta10 might not be partitioning it before attempting to create a file system on the partition.    If it has stopped responding, you might just have a loose connector, or a disk that had a very short life.

In the future, please take pity on those of us that examine syslogs, and follow the directions here (Capturing your syslog).  We much much prefer the raw text version, to your PDF version, with about half the lines wrapped and constant pagination breaks, much harder to analyze.

The .pdf was so much harder to search for clues I missed the mkmbr command entirely.  Obviously, unRAID attempted to make the partition.

 

Joe L.

I'm at work now but I will run those commands and post them later today. It seems to me that the drive is not partitioned I have unassigned it and added it to the array to test and it does go to the blue dot and again still will not format...Like I said I'll do the commands suggested about tonight and post results

Smart Info:

 

 

NAS login: root

Password:

Linux 2.6.37.6-unRAID.

root@NAS:~# fdisk -l dev/sdb

root@NAS:~#

root@NAS:~# fdisk -l dev/sdb

root@NAS:~# smartctl -a /dev/sdb

smartctl 5.40 2010-10-16 r3189 [i486-slackware-linux-gnu] (local build)

Copyright © 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

 

=== START OF INFORMATION SECTION ===

Model Family:    Western Digital Caviar Green (Adv. Format) family

Device Model:    WDC WD20EARS-00MVWB0

Serial Number:    WD-WCAZA7425676

Firmware Version: 51.0AB51

User Capacity:    2,000,398,934,016 bytes

Device is:        In smartctl database [for details use: -P show]

ATA Version is:  8

ATA Standard is:  Exact ATA specification draft version not indicated

Local Time is:    Thu Aug 11 21:16:33 2011 EDT

SMART support is: Available - device has SMART capability.

SMART support is: Enabled

 

=== START OF READ SMART DATA SECTION ===

SMART overall-health self-assessment test result: PASSED

 

General SMART Values:

Offline data collection status:  (0x80) Offline data collection activity

                                        was never started.

                                        Auto Offline Data Collection: Enabled.

Self-test execution status:      (  0) The previous self-test routine completed

                                        without error or no self-test has ever

                                        been run.

Total time to complete Offline

data collection:                (36780) seconds.

Offline data collection

capabilities:                    (0x7b) SMART execute Offline immediate.

                                        Auto Offline data collection on/off support.

                                        Suspend Offline collection upon new

                                        command.

                                        Offline surface scan supported.

                                        Self-test supported.

                                        Conveyance Self-test supported.

                                        Selective Self-test supported.

SMART capabilities:            (0x0003) Saves SMART data before entering

                                        power-saving mode.

                                        Supports SMART auto save timer.

Error logging capability:        (0x01) Error logging supported.

                                        General Purpose Logging supported.

Short self-test routine

recommended polling time:        (  2) minutes.

Extended self-test routine

recommended polling time:        ( 255) minutes.

Conveyance self-test routine

recommended polling time:        (  5) minutes.

SCT capabilities:              (0x3035) SCT Status supported.

                                        SCT Feature Control supported.

                                        SCT Data Table supported.

 

SMART Attributes Data Structure revision number: 16

Vendor Specific SMART Attributes with Thresholds:

ID# ATTRIBUTE_NAME          FLAG    VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE

  1 Raw_Read_Error_Rate    0x002f  100  253  051    Pre-fail  Always      -      0

  3 Spin_Up_Time            0x0027  253  253  021    Pre-fail  Always      -      1025

  4 Start_Stop_Count        0x0032  100  100  000    Old_age  Always      -      11

  5 Reallocated_Sector_Ct  0x0033  200  200  140    Pre-fail  Always      -      0

  7 Seek_Error_Rate        0x002e  100  253  000    Old_age  Always      -      0

  9 Power_On_Hours          0x0032  100  100  000    Old_age  Always      -      25

10 Spin_Retry_Count        0x0032  100  253  000    Old_age  Always      -      0

11 Calibration_Retry_Count 0x0032  100  253  000    Old_age  Always      -      0

12 Power_Cycle_Count      0x0032  100  100  000    Old_age  Always      -      9

192 Power-Off_Retract_Count 0x0032  200  200  000    Old_age  Always      -      8

193 Load_Cycle_Count        0x0032  200  200  000    Old_age  Always      -      32

194 Temperature_Celsius    0x0022  120  119  000    Old_age  Always      -      30

196 Reallocated_Event_Count 0x0032  200  200  000    Old_age  Always      -      0

197 Current_Pending_Sector  0x0032  200  200  000    Old_age  Always      -      0

198 Offline_Uncorrectable  0x0030  100  253  000    Old_age  Offline      -      0

199 UDMA_CRC_Error_Count    0x0032  200  200  000    Old_age  Always      -      0

200 Multi_Zone_Error_Rate  0x0008  100  253  000    Old_age  Offline      -      0

 

SMART Error Log Version: 1

No Errors Logged

 

SMART Self-test log structure revision number 1

No self-tests have been logged.  [To run self-tests, use: smartctl -t]

 

 

SMART Selective self-test log data structure revision number 1

SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS

    1        0        0  Not_testing

    2        0        0  Not_testing

    3        0        0  Not_testing

    4        0        0  Not_testing

    5        0        0  Not_testing

Selective self-test flags (0x0):

  After scanning selected spans, do NOT read-scan remainder of disk.

If Selective self-test is pending on power-up, resume after 0 minute delay.

 

root@NAS:~#

I went ahead and rebooted again and tried formatting again and it seemed to work fine...I'm thinking the fdisk command above did something to fix it?? never had any issues adding drives on 4.7

 

the fdisk did nothing.

 

It should have been run on /dev/sdb not dev/sdb

 

(I had it mis-typed in my example to you)

 

Joe L.

  • 2 weeks later...

I am transitioning from 1TB drives to 2TB.  I was copying folders of files (about 700GB worth) from a 1TB drive to a 2TB drive with MC.  The array was started but without parity.  I got a Kernel Bug, see attached syslog.  Anybody got any ideas?   :'(

 

OBTW, I excised large sections of dupe-file errors from the syslog.

OBTW2, running on ESXi.

syslog-2011-08-23.zip

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.