Upgrading Debian Distribution July 18, 2017 11:59PM |
Admin Registered: 13 years ago Posts: 18,847 |
rename /end0=eth0 auto lo eth0 iface lo inet loopback iface eth0 inet dhcpBeware of software apps, such as OMV, that do not respect users' configuration and so wiping out this change during its installation! I'd suggest to make a backup of this file, so you can compare that with any new /etc/network/interfaces after installing OMV, and restore the rename command.
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware deb http://http.debian.net/debian bookworm-updates main contrib non-free non-free-firmware
Quote
The security team will support the isc-dhcp package during the bookworm lifetime, but the package will likely be unsupported in the next stable release.
avahi-daemon -D
apt-get install orphan-sysvinit-scriptsNote that the orphan-sysvinit-scripts only repopulates the startup/shutdown script for packages that you have installed. Nothing else change on the systemd side.
lrwxrwxrwx 1 root root 7 Apr 26 14:04 /bin -> usr/bin lrwxrwxrwx 1 root root 7 Apr 26 14:04 /lib -> usr/lib lrwxrwxrwx 1 root root 8 Apr 26 14:04 /sbin -> usr/sbin
apt-get update apt-get dist-upgrade
cd /boot mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.11.3-kirkwood-tld-2 -d initrd.img-4.11.3-kirkwood-tld-2 uInitrd
Quote
Important: Debian 10 buster LTS will only support amd64, i386, arm64 and armhf. Users of other architectures are encouraged to upgrade to Debian 11 bullseye.
deb http://ftp.us.debian.org/debian bullseye main contrib non-free deb-src http://ftp.us.debian.org/debian bullseye main contrib non-free deb https://security.debian.org/debian-security bullseye-security main contrib non-free deb http://http.debian.net/debian bullseye-updates main contrib non-free deb-src http://http.debian.net/debian bullseye-updates main contrib non-free
deb http://ftp.us.debian.org/debian stretch main deb-src http://ftp.us.debian.org/debian stretch main deb http://security.debian.org/ stretch/updates main contrib non-free deb-src http://security.debian.org/ stretch/updates main contrib non-free deb http://http.debian.net/debian stretch-updates main contrib deb-src http://http.debian.net/debian stretch-updates main contrib
apt-get update apt-get dist-upgrade
apt-get update apt-get upgrade
/dev/root / ext3 noatime,errors=remount-ro 0 1
LABEL=rootfs / ext3 noatime,errors=remount-ro 0 1
cd /boot mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.11.3-kirkwood-tld-2 -d initrd.img-4.11.3-kirkwood-tld-2 uInitrd
deb http://ftp.us.debian.org/debian stretch main deb-src http://ftp.us.debian.org/debian stretch main deb http://security.debian.org/ stretch/updates main contrib non-free deb-src http://security.debian.org/ stretch/updates main contrib non-free deb http://http.debian.net/debian stretch-updates main contrib deb-src http://http.debian.net/debian stretch-updates main contrib
dpkg -l | grep -i linux-image
dpkg —purge linux-image-xx.xx.xx
apt-get update apt-get dist-upgrade
apt-get update apt-get upgrade
/dev/root / ext3 noatime,errors=remount-ro 0 1
LABEL=rootfs / ext3 noatime,errors=remount-ro 0 1
cd /boot mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.11.3-kirkwood-tld-2 -d initrd.img-4.11.3-kirkwood-tld-2 uInitrd
Quote
W: There is no public key available for the following key IDs:
apt-get install debian-keyring debian-archive-keyring
Re: Upgrading to Debian stretch July 19, 2017 07:55AM |
Registered: 11 years ago Posts: 168 |
Armin
Re: Upgrading to Debian stretch July 20, 2017 01:28AM |
Re: Upgrading to Debian stretch July 20, 2017 02:23AM |
Admin Registered: 13 years ago Posts: 18,847 |
Re: Upgrading to Debian stretch July 23, 2017 05:47AM |
Registered: 9 years ago Posts: 295 |
Re: Upgrading to Debian stretch July 24, 2017 12:36AM |
Admin Registered: 13 years ago Posts: 18,847 |
Re: Upgrading to Debian stretch July 26, 2017 07:53PM |
Admin Registered: 13 years ago Posts: 18,847 |
Re: Upgrading to Debian stretch July 26, 2017 10:55PM |
Admin Registered: 13 years ago Posts: 18,847 |
Re: Upgrading to Debian stretch July 27, 2017 03:30AM |
Admin Registered: 13 years ago Posts: 18,847 |
Re: Upgrading to Debian stretch August 07, 2017 06:05PM |
Admin Registered: 13 years ago Posts: 18,847 |
Tom74
Re: Upgrading to Debian stretch January 14, 2018 08:16AM |
Re: Upgrading to Debian stretch January 14, 2018 06:13PM |
Registered: 10 years ago Posts: 226 |
Re: Upgrading to Debian stretch January 14, 2018 08:06PM |
Registered: 8 years ago Posts: 310 |
Tom74
Re: Upgrading to Debian stretch January 20, 2018 04:44AM |
U-Boot 2011.12 (Feb 12 2012 - 21:33:07) Seagate FreeAgent DockStar arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1 GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709 Hit any key to stop autoboot: 5
Re: Upgrading to Debian stretch January 20, 2018 05:48AM |
Admin Registered: 13 years ago Posts: 18,847 |
> U-Boot 2011.12 (Feb 12 2012 - 21:33:07) > Seagate FreeAgent DockStar > arm-none-linux-gnueabi-gcc (Sourcery G++ Lite > 2009q3-67) 4.4.1 > GNU ld (Sourcery G++ Lite 2009q3-67) > 2.19.51.20090709 > Hit any key to stop autoboot: 5 >
Quote
4. Create uImage with embedded DTB for booting with older u-boots (2012 or earlier). Skip this step if you have installed the latest U-Boot for Kirkwood (or are installing this u-boot at the same time).
Please replace kirkwood-goflexnet.dtb below with the correct DTB name for your box (see the folder /media/sdb1/boot/dts for the exact spelling of your Kirkwood box name).
Generate the uImage with DTB embedded inside:
cd /media/sdb1/boot
cp -a zImage-4.12.1-kirkwood-tld-1 zImage.fdt
cat dts/kirkwood-goflexnet.dtb >> zImage.fdt
mv uImage uImage.orig
mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-4.12.1-kirkwood-tld-1 -d zImage.fdt uImage
sync
If your Linux box does not have mkimage, then install it
apt-get install u-boot-tools
Tom74
Re: Upgrading to Debian stretch January 20, 2018 08:29AM |
Re: Upgrading to Debian stretch January 20, 2018 09:52AM |
Admin Registered: 13 years ago Posts: 18,847 |
Tom74
Re: Upgrading to Debian stretch January 20, 2018 10:41AM |
Re: Upgrading to Debian stretch January 20, 2018 05:50PM |
Admin Registered: 13 years ago Posts: 18,847 |
Quote
Updated 25 Nov 2017:
Kernel linux-4.14.1-kirkwood-tld-1 package has been uploaded.
New/update in this version:
- Modified NSA3xx boxes DTS files to set system LED to green right after the kernel has booted.
Latest Linux kernel 4.x general release information can be found at:
LinuxChanges log
Download at Dropbox:
linux-4.14.1-kirkwood-tld-1-bodhi.tar.bz2
md5:
b2370e95e316d619dc3e075c04fb0cda
sha256:
33bb76dc0e1072d681ae68ce1a5e9952b434f4d1dac51baf412fa2c6cb8ec127
And remeber to check the hash of what you download, as always!
Installation:
Please use the same installation instruction in kernel 4.13.5-kirkwood-tld-1 (Updated 10 Oct 2017) below. Simply replace 4.13.5-kirkwood-tld-1 with 4.14.1-kirkwood-tld-1 in the instruction.
Tom74
Re: Upgrading to Debian stretch January 28, 2018 11:56AM |
U-Boot 2011.12 (Feb 12 2012 - 21:33:07) Seagate FreeAgent DockStar arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1 GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709 Hit any key to stop autoboot: 0 (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 4 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/rescueme" from usb device 0:1 (usbda1) ** File not found /rescueme reading /rescueme.txt ** Unable to read "/rescueme.txt" from usb 0:1 ** Creating 1 MTD partitions on "nand0": 0x000002500000-0x000010000000 : "mtd=3" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 129024 bytes UBI: smallest flash I/O unit: 2048 UBI: sub-page size: 512 UBI: VID header offset: 512 (aligned 512) UBI: data offset: 2048 UBI: attached mtd1 to ubi0 UBI: MTD device name: "mtd=3" UBI: MTD device size: 219 MiB UBI: number of good PEBs: 1750 UBI: number of bad PEBs: 2 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 0 UBI: available PEBs: 1729 UBI: total number of reserved PEBs: 21 UBI: number of PEBs reserved for bad PEB handling: 17 UBI: max/mean erase counter: 1/1 UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19 Error reading superblock on volume 'ubi:rootfs'! Loading file "/boot/uImage" from usb device 0:1 (usbda1) 1 bytes read Found bootable drive on usb 0:1 Loading file "/boot/uImage" from usb device 0:1 (usbda1) 3887004 bytes read Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5132202 bytes read ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.14.1-kirkwood-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3886940 Bytes = 3.7 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.14.1-kirkwood-tld-1 Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5132138 Bytes = 4.9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ...
Re: Upgrading to Debian stretch January 28, 2018 12:18PM |
Admin Registered: 13 years ago Posts: 18,847 |
printenv
Tom74
Re: Upgrading to Debian stretch January 28, 2018 12:35PM |
u-boot>> printenv printenv arcNumber=2097 baudrate=115200 bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset bootcmd_pogo=run bootcmd_rescue bootcmd_rescue=run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000 bootdelay=10 console=ttyS0,115200 ethact=egiga0 ethaddr=00:10:75:1A:B8:8D 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 if_netconsole=ping $serverip ipaddr=192.168.0.16 led_error=orange blinking led_exit=green off led_init=green blinking mainlineLinux=yes mtdids=nand0=orion_nand mtdparts=mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) ncip=192.168.0.1 partition=nand0,2 pogo_bootcmd=if fsload uboot-original-mtd0.kwb; then go 0x800200; fi preboot=run if_netconsole start_netconsole 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 rescue_installed=1 rescue_set_bootargs=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts $rescue_custom_params serverip=192.168.0.1 set_bootargs_rescue=setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=nc stdin=nc stdout=nc 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 ubifs_mtd=3 ubifs_set_bootargs=setenv bootargs console=$console ubi.mtd=$ubifs_mtd root=ubi0:rootfs rootfstype=ubifs $mtdparts $ubifs_custom_params 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 usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_device=0:1 usb_init=run usb_scan usb_root=/dev/sda1 usb_rootdelay=10 usb_rootfstype=ext2 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_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_scan_list=1 2 3 4 usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params Environment size: 2839/131068 bytes u-boot>>
Tom74
Re: Upgrading to Debian stretch January 28, 2018 12:43PM |
Re: Upgrading to Debian stretch January 28, 2018 01:58PM |
Admin Registered: 13 years ago Posts: 18,847 |
setenv usb_set_bootargs 'setenv bootargs console=$console root=LABEL=rootfs rootdelay=$usb_rootdelay $mtdparts $usb_custom_params' boot
Tom74
Re: Upgrading to Debian stretch January 28, 2018 02:35PM |
setenv usb_set_bootargs 'setenv bootargs console=$console root=LABEL=rootfs rootdelay=$usb_rootdelay $mtdparts $usb_custom_params'
usb_bootcmd=run usb_init; run usb_set_bootargs; run usb_boot usb_device=0:1 usb_init=run usb_scan usb_root=/dev/sda1 usb_rootdelay=10 usb_rootfstype=ext2 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_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_scan_list=1 2 3 4 usb_set_bootargs=setenv bootargs console=$console root=LABEL=rootfs rootdelay=$usb_rootdelay $mtdparts $usb_custom_params
u-boot>> boot boot (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 4 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/rescueme" from usb device 0:1 (usbda1) ** File not found /rescueme reading /rescueme.txt ** Unable to read "/rescueme.txt" from usb 0:1 ** Creating 1 MTD partitions on "nand0": 0x000002500000-0x000010000000 : "mtd=3" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 129024 bytes UBI: smallest flash I/O unit: 2048 UBI: sub-page size: 512 UBI: VID header offset: 512 (aligned 512) UBI: data offset: 2048 UBI: attached mtd1 to ubi0 UBI: MTD device name: "mtd=3" UBI: MTD device size: 219 MiB UBI: number of good PEBs: 1750 UBI: number of bad PEBs: 2 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 0 UBI: available PEBs: 1729 UBI: total number of reserved PEBs: 21 UBI: number of PEBs reserved for bad PEB handling: 17 UBI: max/mean erase counter: 1/1 UBIFS error (pid 0): ubifs_get_sb: cannot open "ubi:rootfs", error -19 Error reading superblock on volume 'ubi:rootfs'! Loading file "/boot/uImage" from usb device 0:1 (usbda1) 1 bytes read Found bootable drive on usb 0:1 Loading file "/boot/uImage" from usb device 0:1 (usbda1) 3887004 bytes read Loading file "/boot/uInitrd" from usb device 0:1 (usbda1) 5132202 bytes read ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-4.14.1-kirkwood-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3886940 Bytes = 3.7 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-4.14.1-kirkwood-tld-1 Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 5132138 Bytes = 4.9 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ...
Re: Upgrading to Debian stretch January 28, 2018 02:58PM |
Admin Registered: 13 years ago Posts: 18,847 |
e2label /dev/sdb1 mount cd /media/sdb1 ls -lart /boot
Re: Upgrading to Debian stretch January 28, 2018 03:20PM |
Registered: 6 years ago Posts: 21 |
-rw-r--r-- 1 root root 107471 Apr 25 2012 config-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 1672696 Apr 25 2012 vmlinuz-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 1225355 Apr 25 2012 System.map-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 6637098 Mai 19 2012 initrd.img-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 1672760 Mai 19 2012 uImage3.3.3 -rw-r--r-- 1 root root 6637162 Mai 19 2012 uInitrd3.3.3 -rw-r--r-- 1 root root 116421 Jun 9 2013 config-3.9.5-dockstar-goflex-shyd -rw-r--r-- 1 root root 1813672 Jun 9 2013 vmlinuz-3.9.5-dockstar-goflex-shyd -rw-r--r-- 1 root root 1355475 Jun 9 2013 System.map-3.9.5-dockstar-goflex-shyd -rw-r--r-- 1 root root 6768340 Mai 17 2015 initrd.img-3.9.5-dockstar-goflex-shyd drwxr-xr-x 21 root root 4096 Mai 17 2015 .. -rw-r--r-- 1 root root 1813736 Mai 17 2015 uImage.orig drwxr-xr-x 2 root root 4096 Nov 13 22:50 dts -rwxr-xr-x 1 root root 3876536 Nov 23 08:40 zImage-4.14.1-kirkwood-tld-1 -rw-r--r-- 1 root root 155284 Nov 23 23:41 config-4.14.1-kirkwood-tld-1 -rw------- 1 root root 2567975 Nov 24 00:33 System.map-4.14.1-kirkwood-tld-1 -rw------- 1 root root 3876536 Nov 24 00:33 vmlinuz-4.14.1-kirkwood-tld-1 -rw-r--r-- 1 root root 18713922 Nov 24 00:38 linux-image-4.14.1-kirkwood-tld-1_1.0_armel.deb -rw-r--r-- 1 root root 8731958 Nov 24 00:56 linux-headers-4.14.1-kirkwood-tld-1_1.0_armel.deb -rw-r--r-- 1 root root 1280000 Nov 24 06:48 linux-dtb-4.14.1-kirkwood-tld-1.tar -rw-r--r-- 1 root root 143484 Nov 25 23:59 linux-4.14.1-kirkwood-tld-1.patch -rw-r--r-- 1 root root 31580821 Jan 28 14:36 linux-4.14.1-kirkwood-tld-1-bodhi.tar.bz2 -rw-r--r-- 1 root root 5132138 Jan 28 14:40 initrd.img-4.14.1-kirkwood-tld-1 -rwxr-xr-x 1 root root 3886940 Jan 28 14:42 zImage.fdt -rw-r--r-- 1 root root 3887004 Jan 28 14:46 uImage drwxr-xr-x 3 root root 4096 Jan 28 14:46 . -rw-r--r-- 1 root root 5132202 Jan 28 15:02 uInitrd
sudo e2label /dev/sdb1
Re: Upgrading to Debian stretch January 28, 2018 05:51PM |
Admin Registered: 13 years ago Posts: 18,847 |
e2label /dev/sdb1 mount df -h cd /media/sdb1 ls -lart boot
Re: Upgrading to Debian stretch January 29, 2018 02:42PM |
Registered: 6 years ago Posts: 21 |
tom@debian:/$ sudo e2label /dev/sdb1 tom@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,nosuid,relatime,size=489560k,nr_inodes=122390,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=100160k,mode=755) /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=35,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10809) mqueue on /dev/mqueue type mqueue (rw,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime) debugfs on /sys/kernel/debug type debugfs (rw,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) vmware-vmblock on /run/vmblock-fuse type fuse.vmware-vmblock (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other) tmpfs on /run/user/117 type tmpfs (rw,nosuid,nodev,relatime,size=100156k,mode=700,uid=117,gid=122) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=100156k,mode=700,uid=1000,gid=1000) gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) /dev/sr0 on /media/cdrom0 type iso9660 (ro,nosuid,nodev,noexec,relatime,user) /dev/sdb1 on /media/tom/7b3f7f98-dc8e-47a4-8857-3ac9976121a8 type ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2) tom@debian:/$ df -h Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf udev 479M 0 479M 0% /dev tmpfs 98M 9,5M 89M 10% /run /dev/sda1 13G 8,1G 4,1G 67% / tmpfs 490M 0 490M 0% /dev/shm tmpfs 5,0M 4,0K 5,0M 1% /run/lock tmpfs 490M 0 490M 0% /sys/fs/cgroup tmpfs 98M 16K 98M 1% /run/user/117 tmpfs 98M 20K 98M 1% /run/user/1000 /dev/sr0 290M 290M 0 100% /media/cdrom0 /dev/sdb1 1,4G 987M 355M 74% /media/tom/7b3f7f98-dc8e-47a4-8857-3ac9976121a8 tom@debian:/$ cd /media/tom/7b3f7f98-dc8e-47a4-8857-3ac9976121a8 tom@debian:/media/tom/7b3f7f98-dc8e-47a4-8857-3ac9976121a8$ ls -lart boot insgesamt 116252 -rw-r--r-- 1 root root 107471 Apr 25 2012 config-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 1672696 Apr 25 2012 vmlinuz-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 1225355 Apr 25 2012 System.map-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 6637098 Mai 19 2012 initrd.img-3.3.3-dockstar-shyd -rw-r--r-- 1 root root 1672760 Mai 19 2012 uImage3.3.3 -rw-r--r-- 1 root root 6637162 Mai 19 2012 uInitrd3.3.3 -rw-r--r-- 1 root root 116421 Jun 9 2013 config-3.9.5-dockstar-goflex-shyd -rw-r--r-- 1 root root 1813672 Jun 9 2013 vmlinuz-3.9.5-dockstar-goflex-shyd -rw-r--r-- 1 root root 1355475 Jun 9 2013 System.map-3.9.5-dockstar-goflex-shyd -rw-r--r-- 1 root root 6768340 Mai 17 2015 initrd.img-3.9.5-dockstar-goflex-shyd drwxr-xr-x 21 root root 4096 Mai 17 2015 .. -rw-r--r-- 1 root root 1813736 Mai 17 2015 uImage.orig drwxr-xr-x 2 root root 4096 Nov 13 22:50 dts -rwxr-xr-x 1 root root 3876536 Nov 23 08:40 zImage-4.14.1-kirkwood-tld-1 -rw-r--r-- 1 root root 155284 Nov 23 23:41 config-4.14.1-kirkwood-tld-1 -rw------- 1 root root 2567975 Nov 24 00:33 System.map-4.14.1-kirkwood-tld-1 -rw------- 1 root root 3876536 Nov 24 00:33 vmlinuz-4.14.1-kirkwood-tld-1 -rw-r--r-- 1 root root 18713922 Nov 24 00:38 linux-image-4.14.1-kirkwood-tld-1_1.0_armel.deb -rw-r--r-- 1 root root 8731958 Nov 24 00:56 linux-headers-4.14.1-kirkwood-tld-1_1.0_armel.deb -rw-r--r-- 1 root root 1280000 Nov 24 06:48 linux-dtb-4.14.1-kirkwood-tld-1.tar -rw-r--r-- 1 root root 143484 Nov 25 23:59 linux-4.14.1-kirkwood-tld-1.patch -rw-r--r-- 1 root root 31580821 Jan 28 14:36 linux-4.14.1-kirkwood-tld-1-bodhi.tar.bz2 -rw-r--r-- 1 root root 5132138 Jan 28 14:40 initrd.img-4.14.1-kirkwood-tld-1 -rwxr-xr-x 1 root root 3886940 Jan 28 14:42 zImage.fdt -rw-r--r-- 1 root root 3887004 Jan 28 14:46 uImage drwxr-xr-x 3 root root 4096 Jan 28 14:46 . -rw-r--r-- 1 root root 5132202 Jan 28 15:02 uInitrd tom@debian:/media/tom/7b3f7f98-dc8e-47a4-8857-3ac9976121a8$
Re: Upgrading to Debian stretch January 29, 2018 11:48PM |
Admin Registered: 13 years ago Posts: 18,847 |
su - tune2fs -L rootfs /dev/sdb1 sync