Hi All
I'm trying to install but when it come to downloading the file I get cut off at 24% and get this error: Cannot write to `ArchLinuxARM-kirkwood-latest.tar.gz' (No such file or directory)
I also download ArchLinuxARM-kirkwood-latest.tar.gz and placed it on my server thinking it may have been a sever load issue on the down load but still get same error.
PUTTY LOG:
~ # killall hbwd
~ # /sbin/fdisk /dev/sda
The number of cylinders for this disk is set to 1885.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): o
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that the previous content
won't be recoverable.
The number of cylinders for this disk is set to 1885.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/sda: 15.5 GB, 15512174592 bytes
255 heads, 63 sectors/track, 1885 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-1885, default 1): Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-1885, default 1885): Using default value 1885
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table
~ # cd /tmp
/tmp # wget http://archlinuxarm.org/os/pogoplug/mke2fs
--2015-09-23 11:17:36-- http://archlinuxarm.org/os/pogoplug/mke2fs
Resolving archlinuxarm.org... 50.116.36.110
Connecting to archlinuxarm.org|50.116.36.110|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://os.archlinuxarm.org/os/pogoplug/mke2fs [following]
--2015-09-23 11:17:36-- http://os.archlinuxarm.org/os/pogoplug/mke2fs
Resolving os.archlinuxarm.org... 150.162.66.161, 173.44.61.234, 158.69.161.16, ...
Connecting to os.archlinuxarm.org|150.162.66.161|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 818533 (799K) [application/octet-stream]
Saving to: `mke2fs'
100%[======================================>] 818,533 219K/s in 3.7s
2015-09-23 11:17:40 (219 KB/s) - `mke2fs' saved [818533/818533]
/tmp # chmod +x mke2fs
/tmp # ./mke2fs -j /dev/sda1
mke2fs 1.41.9 (22-Aug-2009)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
946560 inodes, 3785307 blocks
189265 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=3879731200
116 block groups
32768 blocks per group, 32768 fragments per group
8160 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 39 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
/tmp # Arch Linux ARM
-sh: Arch: not found
/tmp # mkdir alarm
/tmp # mount /dev/sda1 alarm
/tmp # wget http://archlinuxarm.org/os/pogoplug/bsdtar
--2015-09-23 11:28:05-- http://archlinuxarm.org/os/pogoplug/bsdtar
Resolving archlinuxarm.org... 50.116.36.110
Connecting to archlinuxarm.org|50.116.36.110|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://os.archlinuxarm.org/os/pogoplug/bsdtar [following]
--2015-09-23 11:28:05-- http://os.archlinuxarm.org/os/pogoplug/bsdtar
Resolving os.archlinuxarm.org... 158.69.161.16, 181.41.198.161, 150.162.66.161, ...
Connecting to os.archlinuxarm.org|158.69.161.16|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3127874 (3.0M) [application/octet-stream]
Saving to: `bsdtar'
100%[======================================>] 3,127,874 828K/s in 3.8s
2015-09-23 11:28:09 (802 KB/s) - `bsdtar' saved [3127874/3127874]
/tmp # chmod +x bsdtar
/tmp # wget http://smldesign.net/ArchLinuxARM-kirkw ... est.tar.gz
--2015-09-23 11:28:43-- http://smldesign.net/ArchLinuxARM-kirkw ... est.tar.gz
Resolving smldesign.net... 216.117.128.21
Connecting to smldesign.net|216.117.128.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 231942227 (221M) [application/x-gzip]
Saving to: `ArchLinuxARM-kirkwood-latest.tar.gz'
24% [========> ] 56,694,672 1.07M/s in 51s
Cannot write to `ArchLinuxARM-kirkwood-latest.tar.gz' (No such file or directory).
/tmp #