Booting ArchLinuxARM on a Seagate GoFLEX Home April 12, 2018 11:54PM |
Registered: 11 years ago Posts: 1,303 |
devices=usb ide disks=0 1 2 3 4 5 6 7 dtb_file=
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 13, 2018 01:30AM |
Admin Registered: 14 years ago Posts: 19,241 |
devices=usb ide disks=0 1 2 3 4 5 6 7 dtb_file=
cd /media/sdb1/boot mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-linux.img-2018-04-arch -d initramfs-linux.img uInitrd sync
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 14, 2018 11:57AM |
Registered: 11 years ago Posts: 1,303 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 14, 2018 05:31PM |
Admin Registered: 14 years ago Posts: 19,241 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 18, 2018 11:35AM |
Registered: 11 years ago Posts: 1,303 |
[root@debian /]# ssh-keygen -t rsa -C "myEmail@example.com" Couldn't open /dev/null: No such file or directory [root@debian /]# ls -la /dev/null ls: cannot access '/dev/null': No such file or directory [root@debian /]# mknod /dev/null c 1 3 [root@debian /]# chmod 666 /dev/null [root@debian /]# ssh-keygen -t rsa -C "myEmail@example.com" PRNG is not seeded [root@debian /]#
AllowUsers alarm PermitRootLogin yes
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 18, 2018 06:10PM |
Admin Registered: 14 years ago Posts: 19,241 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 18, 2018 11:21PM |
Registered: 11 years ago Posts: 1,303 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 22, 2018 10:28PM |
Registered: 11 years ago Posts: 1,303 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 23, 2018 01:22AM |
Admin Registered: 14 years ago Posts: 19,241 |
1. Log in with serial console if you have one, and regenerate SSH keys. Or mount this drive on another Linux box and chroot into it to do that.
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 23, 2018 09:36AM |
Registered: 11 years ago Posts: 1,303 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 23, 2018 06:05PM |
Admin Registered: 14 years ago Posts: 19,241 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 24, 2018 07:56AM |
Registered: 11 years ago Posts: 1,303 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 24, 2018 07:07PM |
Admin Registered: 14 years ago Posts: 19,241 |
Quote
I tried to change both rsize and/or wsize on my NFS client to mount my NFS drive, but mount on my NFS client always shows both rsize and/or wsize is set to 16384 (see my post).
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 24, 2018 09:13PM |
Registered: 11 years ago Posts: 1,303 |
>Quote
I tried to change both rsize and/or wsize on my NFS client to mount my NFS drive, but mount on my NFS client always shows both rsize and/or wsize is set to 16384 (see my post).
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 24, 2018 09:57PM |
Admin Registered: 14 years ago Posts: 19,241 |
> >Quote
I tried to change both rsize and/or wsize
> on my NFS client to mount my NFS drive, but mount
> on my NFS client always shows both rsize and/or
> wsize is set to 16384 (see my post).
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 25, 2018 08:08AM |
Registered: 11 years ago Posts: 1,303 |
> > >Quote
I tried to change both rsize and/or wsize on my NFS client to mount my NFS drive, but mount on my NFS client always shows both rsize and/or wsize is set to 16384 (see my post).
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 25, 2018 06:15PM |
Admin Registered: 14 years ago Posts: 19,241 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 25, 2018 11:22PM |
Admin Registered: 14 years ago Posts: 19,241 |
/etc/init.d/nfs-kernel-server stop echo 65536 > /proc/fs/nfsd/max_block_size /etc/init.d/nfs-kernel-server start
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 26, 2018 01:14PM |
Registered: 11 years ago Posts: 1,303 |
> /etc/init.d/nfs-kernel-server stop > echo 65536 > /proc/fs/nfsd/max_block_size > /etc/init.d/nfs-kernel-server start >>
BEFORE: [habibie@linux:/home/local/PEOPLE/habibie 6%] ~ dd if=/dev/zero of=/mnt/devel/junk/bigfile.dat bs=4M count=1024 oflag=direct 1024+0 records in 1024+0 records out 4294967296 bytes (4.3 GB, 4.0 GiB) copied, 159.035 s, 27.0 MB/s 0.008u+2.172s=2:39.23e(1.3%) TDSavg=0k+0k+0k max=6048k 0+8388608io 0pf+0sw AFTER: [habibie@linux:/home/local/PEOPLE/habibie 7%] ~ dd if=/dev/zero of=/mnt/devel/junk/bigfile.dat bs=4M count=1024 oflag=direct 1024+0 records in 1024+0 records out 4294967296 bytes (4.3 GB, 4.0 GiB) copied, 119.26 s, 36.0 MB/s 0.006u+2.052s=1:59.45e(1.7%) TDSavg=0k+0k+0k max=5984k 0+8388608io 0pf+0sw [habibie@linux:/home/local/PEOPLE/habibie 8%] ~
[Unit] Description=NFS server config Requires= proc-fs-nfsd.mount After= proc-fs-nfsd.mount Before= nfs-server.service [Service] Type=oneshot RemainAfterExit=no ExecStart=/bin/bash -c 'echo 1048576 > /proc/fs/nfsd/max_block_size'
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 26, 2018 04:40PM |
Admin Registered: 14 years ago Posts: 19,241 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home April 26, 2018 05:44PM |
Registered: 11 years ago Posts: 1,303 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home May 06, 2018 05:17PM |
Admin Registered: 14 years ago Posts: 19,241 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home May 07, 2018 10:14PM |
Registered: 11 years ago Posts: 1,303 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home May 07, 2018 11:00PM |
Admin Registered: 14 years ago Posts: 19,241 |
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home May 09, 2018 11:59AM |
Registered: 11 years ago Posts: 1,303 |
/etc/exports on NFS server: [root@debian:/root 9%] # cat /etc/exports # /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). # # Example for NFSv2 and NFSv3: # /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) # # Example for NFSv4: # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) # /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) # /srv/devel 192.168.1.0/24(rw,root_squash,insecure,async,no_subtree_check,no_wdelay) [root@debian:/root 10%] # NFS client: [root@linux:/home/local/PEOPLE/habibie 31%] # nfsstat -m /mnt/devel from 192.168.1.8:/srv/devel Flags: rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.6,local_lock=none,addr=192.168.1.8 [root@linux:/home/local/PEOPLE/habibie 32%] #
[root@debian:/root 8%] # cat /etc/default/nfs-kernel-server # Number of servers to start up RPCNFSDCOUNT=32 # Runtime priority of server (see nice(1)) RPCNFSDPRIORITY=0 # Options for rpc.mountd. # If you have a port-based firewall, you might want to set up # a fixed port here using the --port option. For more information, # see rpc.mountd(8) or http://wiki.debian.org/SecuringNFS # To disable NFSv4 on the server, specify '--no-nfs-version 4' here RPCMOUNTDOPTS="--manage-gids" # Do you want to start the svcgssd daemon? It is only required for Kerberos # exports. Valid alternatives are "yes" and "no"; the default is "no". NEED_SVCGSSD="" # Options for rpc.svcgssd. RPCSVCGSSDOPTS="" echo 1048576 > /proc/fs/nfsd/max_block_size [root@debian:/root 9%] #
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home March 11, 2019 06:13PM |
Registered: 7 years ago Posts: 337 |
/dev/sda1 on / type ext3 (ro,relatime,data=ordered)
mount -o remount,rw /dev/sda1 /
[root@alarm ~]# cat /etc/fstab # Static information about the filesystems. # See fstab(5) for details. # <file system> <dir> <type> <options> <dump> <pass>
Re: Booting ArchLinuxARM on a Seagate GoFLEX Home March 11, 2019 06:21PM |
Registered: 7 years ago Posts: 337 |
> mount -o remount,rw /dev/sda1 / >>
> [root@alarm ~]# cat /etc/fstab > # Static information about the filesystems. > # See fstab(5) for details. > > # <file system> <dir> <type> <options> <dump> > <pass> >>
[root@alarm ~]# cat /etc/fstab # Static information about the filesystems. # See fstab(5) for details. # <file system> <dir> <type> <options> <dump> <pass> /dev/sda1 / ext3 rw,relatime,data=ordered 0 1