Re: Install Debian on old GoFlex Home March 03, 2019 02:16AM |
Registered: 6 years ago Posts: 32 |
Re: Install Debian on old GoFlex Home March 04, 2019 11:39PM |
Registered: 6 years ago Posts: 8 |
Re: Install Debian on old GoFlex Home March 04, 2019 11:53PM |
Registered: 8 years ago Posts: 376 |
Re: Install Debian on old GoFlex Home March 05, 2019 12:31AM |
Registered: 6 years ago Posts: 8 |
Re: Install Debian on old GoFlex Home March 06, 2019 11:59AM |
Registered: 6 years ago Posts: 32 |
Re: Install Debian on old GoFlex Home March 07, 2019 01:28AM |
Registered: 6 years ago Posts: 32 |
Re: Install Debian on old GoFlex Home March 07, 2019 04:06AM |
Admin Registered: 14 years ago Posts: 19,688 |
Re: Install Debian on old GoFlex Home August 11, 2022 03:56PM |
Registered: 14 years ago Posts: 157 |
Re: Install Debian on old GoFlex Home August 11, 2022 05:19PM |
Registered: 8 years ago Posts: 376 |
Re: Install Debian on old GoFlex Home August 11, 2022 05:21PM |
Admin Registered: 14 years ago Posts: 19,688 |
Re: Install Debian on old GoFlex Home August 11, 2022 05:35PM |
Registered: 14 years ago Posts: 157 |
Re: Install Debian on old GoFlex Home August 11, 2022 06:34PM |
Registered: 8 years ago Posts: 376 |
Re: Install Debian on old GoFlex Home August 11, 2022 06:45PM |
Registered: 14 years ago Posts: 157 |
chessplayer@cp-laptop:~$ nc -l -u -p 6666 U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:21:31 -0700) Seagate GoFlex Home gcc (Debian 6.3.0-18) 6.3.0 20170516 GNU ld (GNU Binutils for Debian) 2.28 Hit any key to stop autoboot: 8 0 GoFlexHome>
_sudZUZ#Z#XZo=_ DDDD EEEEEE BBBB IIIIII AAAA NN NN _jmZZ2!!~---~!!X##wa DD DD EE BB BB II AA AA NNN NN .<wdP~~ -!YZL, DD DD EEEEE BBBBB II AAAAAA NNNN NN .mX2' _%aaa__ XZ[. DD DD EE BB BB II AA AA NN NNNN oZ[ _jdXY!~?S#wa ]Xb; DDDD EEEEEE BBBBB IIIIII AA AA NN NN _#e' .]X2( ~Xw| )XXc .2Z` ]X[. xY| ]oZ( Linux Version 3.8.11-kirkwood-tld-3 .2#; )3k; _s!~ jXf` Compiled #2 PREEMPT Fri Jun 14 07:51:05 PDT 2013 1Z> -]Xb/ ~ __#2( One ARM Processor, 128M RAM -Zo; +!4ZwaaaauZZXY' 1191,00 Bogomips Total *#[, ~-?!!!!!!-~ GFH-Mediastation XUb;. )YXL,, +3#bc, -)SSL,, ~~~~~ [Fr 12. Aug 01:41:59 CEST 2022] Description: Debian GNU/Linux 7.11 (wheezy) 01:41:59 up 4 days, 21:11, 1 user, load average: 0,16, 0,05, 0,06 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT root pts/0 cp-laptop.fritz. 01:41 1.00s 0.06s 0.02s w Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf rootfs 4,0G 847M 3,0G 23% / udev 10M 0 10M 0% /dev /dev/disk/by-label/HDD-Root 4,0G 847M 3,0G 23% / /dev/sda1 504M 20M 460M 4% /boot /dev/sda4 5,5T 4,8T 576G 90% /data root@GFH-Mediastation ~ $
Re: Install Debian on old GoFlex Home August 11, 2022 06:53PM |
Admin Registered: 14 years ago Posts: 19,688 |
Re: Install Debian on old GoFlex Home December 28, 2024 07:32PM |
Registered: 5 months ago Posts: 6 |
Re: Install Debian on old GoFlex Home May 30, 2025 01:49PM |
Registered: 6 years ago Posts: 32 |
Re: Install Debian on old GoFlex Home May 30, 2025 02:29PM |
Admin Registered: 14 years ago Posts: 19,688 |
Re: Install Debian on old GoFlex Home May 30, 2025 04:33PM |
Admin Registered: 14 years ago Posts: 19,688 |
Re: Install Debian on old GoFlex Home June 01, 2025 02:21AM |
Registered: 6 years ago Posts: 32 |
Sudo -i(*turns the $ prompt into # prompt indicating root login)
lsblk(*use to identify target usb drive, i.e. /dev/sdb ,sda, sdc etc.). IMPORTANT: in each of the commands below make sure you identify what name your target usb is assigned and change the sdb to that assigned name. Mine was sdb
dd if=/dev/zero of=/dev/sdb bs=512 count=1 conv=notrunc
(*Optional, only use if the drive has previous partitions that need to be deleted)
fdisk /dev/sdb
(First enter nin FDISK Prompt and select defaults, then enter
ain FDISK prompt to set bootable flag, then enter
win FDISK prompt to write changes)
mkfs.ext3 -L rootfs /dev/sdb1
(*Format the Drive with ext3 file system and enter the label)
tune2fs -L rootfs /dev/sdb1
(*Optional, Only use if you do not use -L rootfs flag to set label in previous command)
tune2fs -l /dev/sdb1 | head
(*Confirm the Label)
mkdir /media/usb(*Make new directory to mount the drive)
mount /dev/sdb1 /media/usb
(*Mount the target USB drive)
cd /media/usb(*Change the directory to mounted target drive)
tar -xjf /Debian-6.5.7-kirkwood-tld-1-rootfs-bodhi.tar.bz2(*Download, save in top level directory, and Write/extract Bodhi's rootfs to the target USB drive)
Boot the GoFlexHome device from USB(*Done, You should see a constant green light after half a minute or so)
Re: Install Debian on old GoFlex Home June 01, 2025 02:37AM |
Registered: 6 years ago Posts: 32 |
apt-updateand
apt-upgrade
busybox-syslogdwas also automatically installed during the upgrade.
apt-get install dphys-swapfilecommand and then adjusted the swap factor in
/etc/dphys-swapfileto 4.
CONF_SWAPFACTOR=4
busybox-syslogdany more than what automatic installation did. Any pointers will be appreciated.
Re: Install Debian on old GoFlex Home June 01, 2025 04:37PM |
Admin Registered: 14 years ago Posts: 19,688 |
> busybox-syslogd >> was also automatically installed during the
> apt-get install dphys-swapfile >> command and then adjusted the swap factor in
> /etc/dphys-swapfile >> to 4.
> CONF_SWAPFACTOR=4 >
> busybox-syslogd >> any more than what automatic installation did.
Quote
5. Use iotop command to watch frequent disk IOs (to figure out which log files needed to be moved or overmounted).
iotop -o -b -qqq