Stopping all services and disks... done.
GPT partitioning disk sda.../dev/sda Could not create partition 3 from 1565565839 to 1565565838 Could not change partition 3's type code to 8300! Error encountered; not saving changes. failed:
Information: Moved requested sector from 1565565839 to 1565565840 in order to align on 8-sector boundaries.
At this point, the only option I have is to go "Back".
Any thoughts or suggestions?
Thanks again!
Scott
fdisk: device has more than 2^32 sectors, can't use all of them HTTP/1.0 200 OK Content-Type: text/html; charset=UTF-8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html style="height: 100%;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title></head><body style="height: 100%;"> <center><h2>Disk Partitioner</h2></center> <script type="text/javascript"> document.body.style.cursor = 'wait'; </script> <p>Stopping disk... done.</p> <p>Partitioning disk sda... done</p><p>Setting up partitions details... done</p><p>Reloading all disks... done</p> <script type="text/javascript"> document.body.style.cursor = ''; </script> <p><strong>Success</strong></p> <script type="text/javascript"> function err() { window.location.assign(document.referrer) } setTimeout("err()", 3000); </script> </body></html>
sda1 | 0.5GB | none |
|
|
| |||
sda2 | 2794.0GB | none |
|
|
|
Dev. | Size | FS | Mnt | Label | Mount Options | FS Operations | New FS Operations | |
---|---|---|---|---|---|---|---|---|
sda1 | 0.5GB | none |
|
|
| |||
sda2 | 2794.0GB | formating... |
Added commentary, comments:
Since we are doing this "behind the scenes", the disk isn't actually being formatted.
(Just partitioned...)
So I went into the "Filesystem Maintenance", and attempt to format them.
The first one, I believe is mentioned to be swap, I left that alone.
The 2nd one, I am attempting to format as ext4, and when I do, I get an error from "awk".
When selecting "ext4" and "format", I get this:awk: cmd. line:1: Division by zero
Dev. Size FS Mnt Label Mount Options FS Operations New FS Operations sda1 0.5GB none sda2 2794.0GB formating...
However, I don't believe it is actually formatting...
I think it is, the awk error is just Alt-F trying to compute the current elapsed percentage.And you don't need to wait for completion on that page, you can go, e.g. to the Status page, then return to the Filesystem page...As for the first (swap) partition, you have to use the command:mkswap /dev/sda1swapon /dev/sda1ah, and you might be right, without a swap partition the creation of the filesystem might fail. If in the status page you don't see the completion percentage to increase, it is not working and you will have to repeat the procedure after creating the swap as above.Is there a command line you would like me to try with this one?
Thanks!
Scott
One more thing, please. It will not destroy your partition table or filesystems.On the now fully partitioned disk, please runsgdisk --set-alignment=8 --first-in-largest /dev/sda; echo $?sgdisk --set-alignment=8 --end-of-largest /dev/sda; echo $?It's just to see how it reports a fully partitioned disk.The issue it's now diagnosed and a turnaround found.Thanks for all your collaboration, I will now fix the issue(s) for the next release.Joao
Dev. | Type | Comp 1 | Comp 2 | Spare | |
---|---|---|---|---|---|
md0 |
Thank you for your help guys. Maybe its a wrong location to ask this
cd <where you downloaded the files>
chmod +x /usr/www/cgi-bin/*.cgi
Does this mean an RC3 or a stable will never be released? Or just not in the foreseeable future? These are just temporary fixes for now? Does this include the fschk fix mentioned elsewhere in the form?
Big fan,
T.J.
"Never seeing the light of day"?
I was a little worried that the project had come to a premature end. I'm certain that I will be an early adopter of RC3 and will flash to my two 323's as soon as it releases. I meant no disrespect, and am not bothered by the time between releases.
All the best,
T.J.
I would appreciate if you could test the fix (attachments) that I posted a few posts above. Having feedback on this issue is crucial for me and RC3.
I would appreciate still more if you could test more disk wizard configurations than the one that you are interested in.
RC3 is delayed because there is a long standing mis-feature that I would like to fix, and I don't get the time to do it (I'm in the process of house remodeling...)
On Sep 22, 2012 8:58 PM, "Rolf Larsson" <rolf.l...@gmail.com> wrote:
Impatiently, I ended up following mikes guide above, though I created a JBD drive instead. I'll probably wait for RC4 before I upgrade the other one, though.
On Saturday, September 22, 2012 9:22:57 PM UTC+2, Rolf Larsson wrote: > > Joao, > > I'm attempting...
To view this discussion on the web visit https://groups.google.com/d/msg/alt-f/-/e_yHA5Z4eUwJ.
Mike's instructions are for a RAID setup, two disks, while you seems to only have one drive.
You can follow the instructions until the first 'mdadm' command -- you will have your disk correctely partitioned and swap active. You then have to create a filesystem on sda2, use Disk->Filesystems.
Or you could help Alt-F and test the scripts that I posted a few posts ago, those 4 files with a .cgi extension. You can then try to use Disk->Wizard that should do everything needed. If you do that, please report back your results, either success or insuccess.
-- You received this message because you are subscribed to the Google Groups "Alt-F" group. To po...
To view this discussion on the web visit https://groups.google.com/d/msg/alt-f/-/LrNYm6cGdHAJ.
Ah, if you have followed Mike's instructions and have only one disk, you should now have a degraded RAID array (see the status page), and you have to destroy it first in the Disk->RAID web page (loosing all data on it) before creating a filesystem on sda2.
Read the Filesystem and RAID web pages on-line help.
> > On Sep 29, 2012 5:27 PM, "Saya" <okto...@gmail.com> wrote: > > Hi, > > I followed mike guide, ...
-- You received this message because you are subscribed to the Google Groups "Alt-F" group. To po...
> > To view this discussion on the web visit https://groups.google.com/d/msg/alt-f/-/LrNYm6cGdHAJ. ...
You said that you followed, now that you skipped some instructions - which one have you followed and which one have you skipped? No mind-reader this side ;)
On Sep 30, 2012 3:54 AM, "Saya" <okto...@gmail.com> wrote:
I skipped the RAID part of Mike's instruction because I don't need it. I try to mount the partition in my linux box and everything seems normal, I also copy files to /mnt/sda2 using my linux box and found no problems. If being mounted in Alt-F, I also can read its content as well, the only problem is the disk still shown as "no available space". Should I repartition and use the web UI instead ?
On Sunday, September 30, 2012 6:14:06 AM UTC+7, Joao Cardoso wrote:
> > Ah, if you have followed Mike's instructions and have only one disk, you should now have a degr...
> > On Sep 29, 2012 5:27 PM, "Saya" <okto...@gmail.com> wrote: > > Hi, > > I followed mike guide, ...
>> >> -- You received this message because you are subscribed to the Google Groups "Alt-F" group. T...
-- You received this message because you are subscribed to the Google Groups "Alt-F" group.
To post to this group, send email to al...@googlegroups.com. To unsubscribe from this group, send em...
To view this discussion on the web visit https://groups.google.com/d/msg/alt-f/-/9vlT-ygztUQJ.I'm sorry, here's complete list of what I did:
# sgdisk --zap-all /dev/sda
# sgdisk --set-alignment=8 --new=1:64:+512M --typecode=1:8200 /dev/sda
# end=$(sgdisk --set-alignment=8 --end-of-largest /dev/sda)
# sgdisk --set-alignment=8 --new=2:0:${end} --typecode=2:8300 /dev/sda
# sgdisk -p /dev/sda
# mkswap /dev/sda1
# swapon /dev/sda1
and then I created new ext4 partition using web interface.
New URL
https://www.mikekirk.org/wordpress/using-3tb-drives-in-your-d-link-dns-323/
Can I ask something quickly?
Can I ask something quickly?
One of my two DNS-323s is full (again) and I currently have one 2.0TB and one 1.5TB drive running JBOD (once tried RAID-0 but saw no performance increase). With the RC3 snapshot, or in the future using a real RC3 am I able to destroy my array, format, swap out my 1.5TB with a 3TB and rebuild a JBOD,
or am I going to run into issues mixing GPT and MBR disks in a raid or raid-like setup?
Stopping all services and disks... done.
GPT partitioning disk sda.../dev/sda raid equal 5860531120 done.
GPT partitioning disk sdb.../dev/sdb raid equal 5860531120 done.
fdisk: device has more than 2^32 sectors, can't use all of them fdisk: device has more than 2^32 sectors, can't use all of themCreating and activating swap in disk sda... done.
Creating and activating swap in disk sdb... done.
Creating raid1... failed:
Under Disk utilities i get:
right | sda | 3000.6 GB | WDC WD30EFRX-68AX9N0 | |
|
|
|
|
left | sdb | 3000.6 GB | WDC WD30EFRX-68AX9N0 |
Under Disk Filesystems I get:
sda2 |
2794.0GB |
|
| |||||
sdb2 | 2794.0GB |
Scott
Running Alt-F 0.1RC2..
Looks as if my WD Red 3TB HDD's cannot be configured in any kind of setup, RAID0, 1, JBOD etc when I try to use the WIzard to setup RAID1, as ext4, I am getting an error message:Stopping all services and disks... done.
GPT partitioning disk sda.../dev/sda raid equal 5860531120 done.
GPT partitioning disk sdb.../dev/sdb raid equal 5860531120 done.
fdisk: device has more than 2^32 sectors, can't use all of them fdisk: device has more than 2^32 sectors, can't use all of themCreating and activating swap in disk sda... done.
Creating and activating swap in disk sdb... done.
Creating raid1... failed:
Under Disk utilities i get:
right sda 3000.6 GB WDC WD30EFRX-68AX9N0 left sdb 3000.6 GB WDC WD30EFRX-68AX9N0
Under Disk Filesystems I get:
sda2 2794.0GB sdb2 2794.0GB
Under Disk RAID it shows me that I can select RAID1 and the drop downs show each of my 2 HDD's as selectable, sda2 - 3000Gb and sdb2 - 3000GB. When i select them both, and create RAID, i get an error message that RAID Creation Failed: with no reason.
HELP Please...
Additional item of interest, although i am able to work with the NAS vie Putty and web browser, I am not able to see it on the network... elementary issue I am sure, but I am lost at this point.
ScottScott
--
You received this message because you are subscribed to the Google Groups "Alt-F" group.
To post to this group, send email to al...@googlegroups.com.
To unsubscribe from this group, send email to alt-f+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/alt-f?hl=en.
To view this discussion on the web visit https://groups.google.com/d/msg/alt-f/-/sEY5xOU_UOYJ.
-Have you set the reserved space to 0 using 'tune2fs -m 0 /dev/sda2'?
Hi all,
I recently bought a new Seagate 3TB drive, model ST3000DM001:
Seagate Barracuda ST3000DM001 3TB 7200 RPM 64MB Cache SATA 6.0Gb/s 3.5" Internal Hard Drive
(Actually got it from buying the "external" USB model, and opening up the case)
When installing this into the DNS-323 running the current ALT-F version of the firmware, it sees the drive, and even is ready to format the drive for me.
But the initial starting of the format fails, with quite a weird error message.
I do NOT have the error message right now, I can/will post it tonight when I get home from work.
I did nothing to the drive, in terms of removing the exiting format/partitions on the drive before I attempted to use it in Alt-F.
(Thus, it is formatted with NTFS, with about 100 Megs of Seagate docs/utils that they ship on the drive initiall)
Has anyone gotten a 3TB drive to work on Alt-F?
If not, and there is some beta, or some way to play around to make it work, let me know.
This disk is a virgin disk, and is going in a 2nd (and unused) DNS-323, thus it is available for me to muck with, without any fear of losing any existing data.
Thanks for any/all help!
Scott
Hi All,I've just bought the same HDDs, but the commands from www.mikekirk.org are not exactly executable in RC3 (for some reasons, no idea why).That's the latest version works well on my DNS-323 (rev C1) with 2 Seagate 3TB drives:Putty:sgdisk -a=8 -n=1:64:1048576 -t=1:8200 /dev/sdasgdisk -a=8 -n=2:1048577 -t=2:8300 /dev/sdasgdisk -p /dev/sdasgdisk -a=8 -n=1:64:1048576 -t=1:8200 /dev/sdbsgdisk -a=8 -n=2:1048577 -t=2:8300 /dev/sdbsgdisk -p /dev/sdbmkswap /dev/sda1mkswap /dev/sdb1swapon /dev/sda1swapon /dev/sdb1Then go to Alt-F and use Disk - Partitioner to change the system type for sda2 and sdb2 to 'RAID'mdadm -C /dev/md0 --bitmap=internal -c64 --metadata=0.90 -l1 -n2 /dev/sda2 /dev/sdb2this command has zero output. No errors, no active md created - just silence.
mdadm -C /dev/md0 --bitmap=internal -c64 -l1 -n2 /dev/sda2 /dev/sdb2this one works well. Probably an old metadata is not supported anymore?