| Dev. | Type | Comp 1 | Comp 2 | Spare | |
|---|---|---|---|---|---|
| md0 |
Great, did as noted:
1) sgdisk --typecode=2:fd00 /dev/sdb (in my case)2) hanged partition to RAID3)Rebooted,4)when setting up JBOD the system asked to un-mount 3tb hdd>unmounted and done!VOILA, md0 is 55% done
So raid says that mdo has 4tb cap. but filesystem says mdo only has 1.8tb cap.
Are you sure that the filesystem was not created on one of the raid components before the raid creation itself? The oposite should be done, create first the raid device (mdo) then the filesystem. That would explain the symptom.
The classical way of solving the problem is to enlarge the filesystem so as to use all the device space, use Disk->Filesystem->enlarge.
But I don't know exactly how/what happened, and you have data on it.
Read the filesystem online help page.
On May 26, 2012 7:42 PM, "Andy O." <andr...@gmail.com> wrote:
RAIDDev. Capacity Level State Status Action Done ETA
md0 4656.5 GB linear clean
Mounted FilesystemsDev. Label Capacity Available FS Mode Dirty Automatic FSCK inmd0 1.8TB 0B ext4 RW 33 mounts or 172 daysLooks like ran into the 1st problem. 2gb hdd got filled up, since it was 1st in the chain and both FTP and windows (samba)say no space. Anybody has any suggestions?ThanksAndy O.
On Saturday, May 19, 2012 10:19:38 AM UTC-5, Joao Cardoso wrote: > > > > On Saturday, May 19, 201...
To view this discussion on the web visit https://groups.google.com/d/msg/alt-f/-/jIjrMJNuDvwJ.To post to this group, send email to al...@googlegroups.com. To unsubscribe from this group, send e...
I can devise some diagnostics to find what really happened, but you gave to wait till late tomorrow.
On May 26, 2012 9:23 PM, "Joao Cardoso" <joao.fs...@gmail.com> wrote:
So raid says that mdo has 4tb cap. but filesystem says mdo only has 1.8tb cap.
Are you sure that the filesystem was not created on one of the raid components before the raid creation itself? The oposite should be done, create first the raid device (mdo) then the filesystem. That would explain the symptom.
The classical way of solving the problem is to enlarge the filesystem so as to use all the device space, use Disk->Filesystem->enlarge.
But I don't know exactly how/what happened, and you have data on it.
Read the filesystem online help page.
> > On May 26, 2012 7:42 PM, "Andy O." <andr...@gmail.com> wrote: > > RAIDDev. Capacity Level Sta...
Andy/Joao,
Could you guys list a summary steps on how to setup two drives as a JBOD? I have a 1TB drive and 3TB drive, My dns323 is using only the 1TB drive right now.
On Wednesday, July 18, 2012 8:05:31 AM UTC+1, ctiger wrote:
Andy/Joao,
Could you guys list a summary steps on how to setup two drives as a JBOD? I have a 1TB drive and 3TB drive, My dns323 is using only the 1TB drive right now.
On Wednesday, July 18, 2012 8:05:31 AM UTC+1, ctiger wrote:
Andy/Joao,
Could you guys list a summary steps on how to setup two drives as a JBOD? I have a 1TB drive and 3TB drive, My dns323 is using only the 1TB drive right now.
Just figured that I need to replace the long dash with two ascii "--' and it works now.
For the mdadm command, I had to remove the "--bitmap=internal" since it complained about it's not meaningful for --level=linear.
I started to transfer files to the new volume but the transfer rate is only less than 3MB/s, any idea why it's so slow?
I think it's 20MB/s before when I used the 1.09 firmware.
I am using samba and backing up stuff from windows. Yes, it was ext2 and now I am using ext4. The network status right now is like:
Speed: 1000Mb/s MTU: 4088 TX: 1.0 GiB Rx: 1.1 GiB
After changed the frame size to 4088, I am getting 5.6MB/s for writing but still slow. I think what I got for writing before was around 15MB/s.
Raymond
Do you think switching to ext2 would make a big difference?