root password not working FreeAgent GoFlex Home April 01, 2014 09:57PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 01, 2014 11:36PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 02, 2014 08:19PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 03, 2014 01:30AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 03, 2014 11:16AM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 03, 2014 03:25PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 03, 2014 04:17PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 05, 2014 03:39PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 08, 2014 03:05PM |
Registered: 10 years ago Posts: 23 |
Find your devices's IP address and connect via SSH. Partition your flash drive with fdisk: fdisk /dev/sda # Configure partion 1 as Linux (I'd recommend making this at least 512Mb. The default bare-bones installation uses 280Mb.) # Configure partion 2 as Linux Swap (I used 256MB. Adjust according to your anticipated memory usage.) # Set partition 1 active Download and run the Debian Wheezy installer: cd /tmp wget http://projects.doozan.com/debian/kirkwood.debian-wheezy.sh chmod +x kirkwood.debian-wheezy.sh export PATH=$PATH:/usr/sbin:/sbin ./kirkwood.debian-wheezy.sh
Re: root password not working FreeAgent GoFlex Home April 08, 2014 03:33PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 16, 2014 04:51PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 16, 2014 05:54PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 16, 2014 08:41PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 16, 2014 09:27PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 17, 2014 10:54PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 18, 2014 01:05AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 18, 2014 06:53AM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 22, 2014 09:22PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 23, 2014 08:24PM |
Registered: 10 years ago Posts: 23 |
root@debian:~# apt-get update Hit http://ftp.us.debian.org wheezy Release.gpg Hit http://ftp.us.debian.org wheezy Release Hit http://ftp.us.debian.org wheezy/main armel Packages Hit http://ftp.us.debian.org wheezy/main Translation-en Get:1 http://security.debian.org wheezy/updates Release.gpg [836 B] Get:2 http://security.debian.org wheezy/updates Release [102 kB] Get:3 http://security.debian.org wheezy/updates/main armel Packages [171 kB] Get:4 http://security.debian.org wheezy/updates/contrib armel Packages [14 B] Get:5 http://security.debian.org wheezy/updates/non-free armel Packages [14 B] Get:6 http://security.debian.org wheezy/updates/contrib Translation-en [14 B] Get:7 http://security.debian.org wheezy/updates/main Translation-en [98.8 kB] Get:8 http://security.debian.org wheezy/updates/non-free Translation-en [14 B] Fetched 373 kB in 2s (143 kB/s) Reading package lists... Error! E: Read error - read (5: Input/output error) E: Failed to truncate file - ftruncate (5: Input/output error) E: The package lists or status file could not be parsed or opened.
Re: root password not working FreeAgent GoFlex Home April 23, 2014 09:39PM |
Admin Registered: 13 years ago Posts: 18,997 |
mount
Re: root password not working FreeAgent GoFlex Home April 23, 2014 10:12PM |
Registered: 10 years ago Posts: 23 |
root@debian:~# mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=14530,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=12268k,mode=755) /dev/sda1 on / type ext2 (rw,noatime,errors=remount-ro,user_xattr,acl) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=24520k) tmpfs on /tmp type tmpfs (rw,relatime) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
Re: root password not working FreeAgent GoFlex Home April 23, 2014 10:52PM |
Registered: 10 years ago Posts: 23 |
root@debian:/var# whoami -bash: whoami: command not found root@debian:/var# mount -bash: /bin/mount: Input/output error root@debian:/var# apt-get update -bash: /usr/bin/apt-get: Input/output error root@debian:/var# ls -bash: /bin/ls: Input/output error
Re: root password not working FreeAgent GoFlex Home April 24, 2014 12:22AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 24, 2014 10:57AM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 24, 2014 03:59PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
I tar -xjvf the latest Debian-3.14 rootfs to the root of the usb drive
Re: root password not working FreeAgent GoFlex Home April 24, 2014 08:46PM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 24, 2014 09:40PM |
Registered: 10 years ago Posts: 23 |
Linux debian 3.14.0-kirkwood-tld-1 #1 PREEMPT Tue Apr 1 22:54:58 PDT 2014 armv5t el The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue Apr 15 17:03:23 2014 from 192.168.0.100 root@debian:~# mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=14530,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmod e=000) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=12268k,mode=755) /dev/sda1 on / type ext2 (rw,noatime,errors=remount-ro,user_xattr,acl) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=24520k) tmpfs on /tmp type tmpfs (rw,relatime) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) root@debian:~# fw_printenv ethact=egiga0 bootdelay=3 baudrate=115200 mainlineLinux=yes console=ttyS0,115200 led_init=green blinking led_exit=green off led_error=orange blinking mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) mtdids=nand0=orion_nand partition=nand0,2 stdin=serial stdout=serial stderr=serial rescue_installed=0 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params rescue_bootcmd=if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000; else run pogo_bootcmd; fi pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi force_rescue=0 force_rescue_bootcmd=if test $force_rescue -eq 1 || ext2load usb 0:1 0x1700000 /rescueme 1 || fatload usb 0:1 0x1700000 /rescueme.txt 1; then run rescue_bootcmd; fi ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params ubifs_bootcmd=run ubifs_set_bootargs; if ubi part data && ubifsmount rootfs && ubifsload 0x800000 /boot/uImage && ubifsload 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; fi usb_scan=usb_scan_done=0;for scan in $usb_scan_list; do run usb_scan_$scan; if test $usb_scan_done -eq 0 && ext2load usb $usb 0x800000 /boot/uImage 1; then usb_scan_done=1; echo "Found bootable drive on usb $usb"; setenv usb_device $usb; setenv usb_root /dev/$dev; fi; done usb_scan_list=1 2 3 4 usb_scan_1=usb=0:1 dev=sda1 usb_scan_2=usb=1:1 dev=sdb1 usb_scan_3=usb=2:1 dev=sdc1 usb_scan_4=usb=3:1 dev=sdd1 usb_init=run usb_scan usb_device=0:1 usb_root=/dev/sda1 usb_rootfstype=ext2 usb_rootdelay=10 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_boot=mw 0x800000 0 1; ext2load usb $usb_device 0x800000 /boot/uImage; if ext2load usb $usb_device 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset arcNumber=2097 root@debian:~# apt-get update Bus error
Re: root password not working FreeAgent GoFlex Home April 24, 2014 10:57PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: root password not working FreeAgent GoFlex Home April 25, 2014 11:14AM |
Registered: 10 years ago Posts: 23 |
Re: root password not working FreeAgent GoFlex Home April 25, 2014 09:01PM |
Registered: 10 years ago Posts: 23 |