jsoonias Posted July 28, 2011 Share Posted July 28, 2011 I just added a new drive and it just got done formatting and its flashing red. When I click on it, it says (unknown) under file system type. Whats the deal here, junk hdd? Link to comment
Joe L. Posted July 28, 2011 Share Posted July 28, 2011 I just added a new drive and it just got done formatting and its flashing red. When I click on it, it says (unknown) under file system type. Whats the deal here, junk hdd? We don't know. You did not post a system log. What you reported is exactly the same as me saying "I could not drive my car to New York. What part do I need to buy?" We don't know the version of unRAID, or if there is parity installed, or if you formatted it using the unRAID button, or by yourself using a command line tool or some other utility. Post a system log. Instructions on how are in the stickies at the top of this forum. Link to comment
jsoonias Posted July 28, 2011 Author Share Posted July 28, 2011 Sorry guys Newbie here. will do Link to comment
jsoonias Posted July 28, 2011 Author Share Posted July 28, 2011 version 4.5.6 LIMEtech.txt Link to comment
Joe L. Posted August 1, 2011 Share Posted August 1, 2011 Sorry guys Newbie here. will do I see nothing abnormal in the system log. What drive did you just add? Flashing usually indicates the drive is sleeping. I see 4 disks, parity and 3 data drives. Jul 28 09:45:39 Jesse kernel: md: import disk0: [8,16] (sdb) WDC WD20EARS-00M WD-WCAZA0468595 offset: 63 size: 1953514552 Jul 28 09:45:39 Jesse kernel: md: import disk1: [8,32] (sdc) WDC WD20EARS-00M WD-WCAZA1067560 offset: 63 size: 1953514552 Jul 28 09:45:39 Jesse kernel: md: import disk2: [8,48] (sdd) WDC WD20EARS-00S WD-WCAVY6298496 offset: 63 size: 1953514552 Jul 28 09:45:39 Jesse kernel: md: import disk3: [8,64] (sde) WDC WD20EARS-00S WD-WCAVY6296360 offset: 63 size: 1953514552 The three disks each seem to have a file-system: Jul 28 09:45:40 Jesse kernel: REISERFS (device md3): found reiserfs format "3.6" with standard journal Jul 28 09:45:40 Jesse kernel: REISERFS (device md2): found reiserfs format "3.6" with standard journal Jul 28 09:45:40 Jesse kernel: REISERFS (device md1): found reiserfs format "3.6" with standard journal sorry, but nothing looks odd to me. Link to comment
jsoonias Posted August 1, 2011 Author Share Posted August 1, 2011 disk 3 is blinking red. the others are green. i just added sde (e drive i guess). When I click on it (disk 3), under disk 3 settings it says "file system type (unknown)". Where as the others say "reiserfs" Link to comment
Joe L. Posted August 1, 2011 Share Posted August 1, 2011 disk 3 is blinking red. the others are green. i just added sde (e drive i guess). When I click on it (disk 3), under disk 3 settings it says "file system type (unknown)". Where as the others say "reiserfs" Your release of unRAID is pretty old and it does not log the attempt to mount the drive. Try these commands (with the array started): mkdir -p /mnt/disk3 mount -t reiserfs /dev/md3 /mnt/disk3 Let's see what it says... Link to comment
jsoonias Posted August 1, 2011 Author Share Posted August 1, 2011 ok will do. i have since upgraded to 4.7. Link to comment
jsoonias Posted August 1, 2011 Author Share Posted August 1, 2011 ok i did that. now do i attach i sys log again? Link to comment
Joe L. Posted August 1, 2011 Share Posted August 1, 2011 ok i did that. now do i attach i sys log again? it would help. What happened when you typed the commands? What do you see when you type mount Joe L. Link to comment
jsoonias Posted August 1, 2011 Author Share Posted August 1, 2011 when i typed in "mkdir -p /mnt/disk3" it said "-bash: mkdir -p /mnt/disk3:no such file or directory" and when typed in "mount -t reiserfs /dev/md3 /mnt/disk3" it said "mount: /dev/md3 alreadu mounted or/mnt/disk3 busy" and mount: according to mtab,/dev/md3 is already mounted on /mnt/disk3 Limetech2.txt Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.