1

Temat: Nie rusza mi extroot na nowej wersji

Mam podłączony pendrive 16Gb jako 1 Gb na Extroot i 15 na dane  i router widzi mi tylko te 15Gb a extroot nie rusza. Instalowałem tą konfigurację prędzej na wersji w koncówką 12 i wszystko było ok. teraz według tego samego schematu jest coś źle bo nie widzę extroots. Czy coś się zmieniło ?

root@Gargoyle:~# df -h
Filesystem                Size      Used Available Use% Mounted on
rootfs                    1.6M    272.0K      1.4M  16% /
/dev/root                 5.3M      5.3M         0 100% /rom
tmpfs                    61.8M    124.0K     61.7M   0% /tmp
tmpfs                   512.0K         0    512.0K   0% /dev
/dev/mtdblock3            1.6M    272.0K      1.4M  16% /overlay
overlayfs:/overlay        1.6M    272.0K      1.4M  16% /
/dev/sda2                13.9G    339.2M     12.9G   3% /tmp/usb_mount/e6f41967-538a-445c-a3d8-0ee50c14d10e

edycja fstab
config global 'automount'
    option from_fstab '1'
    option anon_mount '1'

config global 'autoswap'
    option from_fstab '1'
    option anon_swap '0'

config mount
    #option target '/home'
    #option device '/dev/sda1'
    option fstype 'ext4'
       option uuid '2f24f658-ecef-4054-a9c0-da40f0686f0a'
    option options 'rw,noatime'
    option enabled '1'
    option enabled_fsck '0'
       option is_rootfs '1'

config swap
    option device '/dev/sda2'
    option enabled '0'

2

Odp: Nie rusza mi extroot na nowej wersji

Target nie masz przecież zdefiniowanego. A is_rootfs nie ma od czasów Backfire.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: Nie rusza mi extroot na nowej wersji

Teraz ma tak

root@Gargoyle:~# df -h
Filesystem                Size      Used Available Use% Mounted on
rootfs                    1.6M    276.0K      1.4M  17% /
/dev/root                 5.3M      5.3M         0 100% /rom
tmpfs                    61.8M    124.0K     61.7M   0% /tmp
tmpfs                   512.0K         0    512.0K   0% /dev
/dev/mtdblock3            1.6M    276.0K      1.4M  17% /overlay
overlayfs:/overlay        1.6M    276.0K      1.4M  17% /
/dev/sda2                13.9G    339.2M     12.9G   3% /tmp/usb_mount/e6f41967-538a-445c-a3d8-0ee50c14d10e


fstab wygląda tak

config global 'automount'
    option from_fstab '1'
    option anon_mount '1'

config global 'autoswap'
    option from_fstab '1'
    option anon_swap '0'

config mount
    option target '/overlay'
    #option device '/dev/sda1'
    option fstype 'ext4'
       option uuid '2f24f658-ecef-4054-a9c0-da40f0686f0a'
    option options 'rw,noatime'
    option enabled '1'
    option enabled_fsck '1'

config swap
    option device '/dev/sda2'
    option enabled '0'

4

Odp: Nie rusza mi extroot na nowej wersji

A pokaż wyniki

blkid
mount
fdisk -l /dev/sda

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

5

Odp: Nie rusza mi extroot na nowej wersji

blkid

root@Gargoyle:~# blkid
/dev/mtdblock2: TYPE="squashfs"
/dev/sda1: UUID="2f24f658-ecef-4054-a9c0-da40f0686f0a" TYPE="ext4"
/dev/sda2: UUID="e6f41967-538a-445c-a3d8-0ee50c14d10e" TYPE="ext4"

mount

root@Gargoyle:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=63312k)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
none on /proc/bus/usb type usbfs (rw,relatime)
/dev/sda2 on /tmp/usb_mount/e6f41967-538a-445c-a3d8-0ee50c14d10e type ext4 (rw,noatime,user_xattr,barrier=1,data=ordered)


fdisk

root@Gargoyle:~# fdisk -l /dev/sda

Disk /dev/sda: 15.5 GB, 15512174592 bytes
64 heads, 32 sectors/track, 14793 cylinders, total 30297216 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x10017ab4

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048     1026047      512000   83  Linux
/dev/sda2         1026048    30297215    14635584   83  Linux

6

Odp: Nie rusza mi extroot na nowej wersji

Zrób reboot i pokaż dmesg/logread od początku. Sprawdź tez system plików na sda1.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

7

Odp: Nie rusza mi extroot na nowej wersji

[01;32mroot@Gargoyle:~# dmesg /logread
[    0.000000] Linux version 3.3.8 (cezary@eko.one.pl) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #107 Sat Oct 12 10:17:50 CEST 2013
[    0.000000] MyLoader: sysp=4b1bf7b5, boardp=9002c600, parts=6bde8914
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 0001974c (MIPS 74Kc)
[    0.000000] SoC: Atheros AR9344 rev 2
[    0.000000] Clocks: CPU:560.000MHz, DDR:450.000MHz, AHB:225.000MHz, Ref:40.000MHz
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone PFN ranges:
[    0.000000]   Normal   0x00000000 -> 0x00008000
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00008000
[    0.000000] On node 0 totalpages: 32768
[    0.000000] free_area_init_node: node 0, pgdat 802fdda0, node_mem_map 81000000
[    0.000000]   Normal zone: 256 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 32512 pages, LIFO batch:7
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line:  board=TL-WDR4300 console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 126404k/131072k available (2255k kernel code, 4668k reserved, 425k data, 216k init, 0k highmem)
[    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:51
[    0.000000] Calibrating delay loop... 278.93 BogoMIPS (lpj=1394688)
[    0.070000] pid_max: default: 32768 minimum: 301
[    0.070000] Mount-cache hash table entries: 512
[    0.080000] NET: Registered protocol family 16
[    0.080000] gpiochip_add: registered GPIOs 0 to 22 on device: ath79
[    0.090000] MIPS: machine is TP-LINK TL-WDR3600/4300/4310
[    0.090000] registering PCI controller with io_map_base unset
[    0.310000] bio: create slab <bio-0> at 0
[    0.310000] PCI host bridge to bus 0000:00
[    0.320000] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff]
[    0.320000] pci_bus 0000:00: root bus resource [io  0x0000]
[    0.330000] pci 0000:00:00.0: [168c:0033] type 0 class 0x000280
[    0.330000] pci 0000:00:00.0: invalid calibration data
[    0.330000] pci 0000:00:00.0: reg 10: [mem 0x00000000-0x0001ffff 64bit]
[    0.330000] pci 0000:00:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.330000] pci 0000:00:00.0: supports D1
[    0.330000] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.330000] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1001ffff 64bit]
[    0.340000] pci 0000:00:00.0: BAR 6: assigned [mem 0x10020000-0x1002ffff pref]
[    0.340000] pci 0000:00:00.0: using irq 40 for pin 1
[    0.350000] Switching to clocksource MIPS
[    0.350000] NET: Registered protocol family 2
[    0.360000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.360000] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.370000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.370000] TCP: Hash tables configured (established 4096 bind 4096)
[    0.380000] TCP reno registered
[    0.380000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.390000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.390000] NET: Registered protocol family 1
[    0.400000] PCI: CLS 0 bytes, default 32
[    0.410000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.420000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.430000] msgmni has been set to 246
[    0.430000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.440000] io scheduler noop registered
[    0.440000] io scheduler deadline registered (default)
[    0.450000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.480000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
[    0.490000] console [ttyS0] enabled, bootconsole disabled
[    0.500000] m25p80 spi0.0: found en25q64, expected m25p80
[    0.500000] m25p80 spi0.0: en25q64 (8192 Kbytes)
[    0.510000] 5 tp-link partitions found on MTD device spi0.0
[    0.520000] Creating 5 MTD partitions on "spi0.0":
[    0.520000] 0x000000000000-0x000000020000 : "u-boot"
[    0.530000] 0x000000020000-0x00000010ed74 : "kernel"
[    0.530000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.550000] 0x00000010ed74-0x0000007f0000 : "rootfs"
[    0.550000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.570000] mtd: partition "rootfs" set to be root filesystem
[    0.570000] mtd: partition "rootfs_data" created automatically, ofs=650000, len=1A0000
[    0.580000] 0x000000650000-0x0000007f0000 : "rootfs_data"
[    0.590000] 0x0000007f0000-0x000000800000 : "art"
[    0.590000] 0x000000020000-0x0000007f0000 : "firmware"
[    0.730000] ag71xx_mdio: probed
[    0.730000] eth0: Atheros AG71xx at 0xb9000000, irq 4
[    1.310000] eth0: Atheros AR8327 switch driver attached.
[    2.470000] ag71xx ag71xx.0: eth0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd033, driver=Atheros AR8216/AR8236/AR8316]
[    2.490000] TCP cubic registered
[    2.490000] NET: Registered protocol family 17
[    2.490000] Bridge firewalling registered
[    2.500000] Ebtables v2.0 registered
[    2.500000] 8021q: 802.1Q VLAN Support v1.8
[    2.510000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[    2.520000] Freeing unused kernel memory: 216k freed
[    4.470000] Registered led device: tp-link:blue:qss
[    4.470000] Registered led device: tp-link:blue:system
[    4.470000] Registered led device: tp-link:green:usb1
[    4.470000] Registered led device: tp-link:green:usb2
[    4.470000] Registered led device: tp-link:blue:wlan2g
[    5.480000] eth0: link up (1000Mbps/Full duplex)
[    7.740000] JFFS2 notice: (489) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 37 of xref (0 dead, 12 orphan) found.
[    8.450000] SCSI subsystem initialized
[    8.640000] usbcore: registered new interface driver usbfs
[    8.650000] usbcore: registered new interface driver hub
[    8.650000] usbcore: registered new device driver usb
[    9.090000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.100000] ehci-platform ehci-platform: Generic Platform EHCI Controller
[    9.100000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
[    9.140000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
[    9.160000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
[    9.160000] hub 1-0:1.0: USB hub found
[    9.170000] hub 1-0:1.0: 1 port detected
[    9.220000] Initializing USB Mass Storage driver...
[    9.220000] usbcore: registered new interface driver usb-storage
[    9.230000] USB Mass Storage support registered.
[    9.490000] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    9.640000] hub 1-1:1.0: USB hub found
[    9.640000] hub 1-1:1.0: 4 ports detected
[    9.930000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
[   10.040000] scsi0 : usb-storage 1-1.1:1.0
[   11.110000] scsi 0:0:0:0: Direct-Access     TOSHIBA  TransMemory      1.00 PQ: 0 ANSI: 4
[   11.120000] sd 0:0:0:0: [sda] 30297216 512-byte logical blocks: (15.5 GB/14.4 GiB)
[   11.130000] sd 0:0:0:0: [sda] Write Protect is off
[   11.140000] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00
[   11.140000] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.150000]  sda: sda1 sda2
[   11.160000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   30.940000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   31.040000] eth0: link down
[   31.470000] Loading modules backported from Linux version master-2013-06-27-0-gdcfa6d5
[   31.480000] Backport generated by backports.git backports-20130617-4-ge3220f5
[   31.670000] cfg80211: Calling CRDA to update world regulatory domain
[   31.670000] cfg80211: World regulatory domain updated:
[   31.680000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   31.690000] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[   31.690000] cfg80211:   (5140000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[   32.760000] ath: EEPROM regdomain: 0x0
[   32.760000] ath: EEPROM indicates default country code should be used
[   32.760000] ath: doing EEPROM country->regdmn map search
[   32.760000] ath: country maps to regdmn code: 0x3a
[   32.760000] ath: Country alpha2 being used: US
[   32.760000] ath: Regpair used: 0x3a
[   32.760000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   32.760000] Registered led device: ath9k-phy0
[   32.760000] ieee80211 phy0: Atheros AR9340 Rev:0 mem=0xb8100000, irq=47
[   32.770000] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[   32.780000] ath: EEPROM regdomain: 0x0
[   32.780000] ath: EEPROM indicates default country code should be used
[   32.780000] ath: doing EEPROM country->regdmn map search
[   32.780000] ath: country maps to regdmn code: 0x3a
[   32.780000] ath: Country alpha2 being used: US
[   32.780000] ath: Regpair used: 0x3a
[   32.780000] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[   32.790000] Registered led device: ath9k-phy1
[   32.790000] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xb0000000, irq=40
[   32.800000] cfg80211: Calling CRDA for country: US
[   32.800000] cfg80211: Regulatory domain changed to country: US
[   32.810000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   32.810000] cfg80211:   (2400000 KHz - 2483000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[   32.820000] cfg80211:   (5140000 KHz - 5860000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[   33.110000] RPC: Registered named UNIX socket transport module.
[   33.110000] RPC: Registered udp transport module.
[   33.120000] RPC: Registered tcp transport module.
[   33.120000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   33.570000] PPP generic driver version 2.4.2
[   33.690000] tun: Universal TUN/TAP device driver, 1.6
[   33.690000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   33.780000] GRE over IPv4 demultiplexor driver
[   33.800000] ip_gre: Unknown symbol icmpv6_send (err 0)
[   34.080000] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   34.180000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   34.520000] NET: Registered protocol family 24
[   34.660000] nf_conntrack version 0.5.0 (1978 buckets, 7912 max)
[   35.080000] PPTP driver version 0.8.5
[   35.700000] xt_time: kernel timezone is -0000
[   36.380000]     Hooked IMQ after mangle on PREROUTING
[   36.380000]     Hooked IMQ after nat on POSTROUTING
[   36.390000] IMQ driver loaded successfully. (numdevs = 2, numqueues = 1)
[   36.550000] Netfilter messages via NETLINK v0.30.
[   36.750000] ip_set: protocol 6
[   37.320000] usbcore: registered new interface driver cdc_acm
[   37.330000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   37.450000] usbcore: registered new interface driver usblp
[   37.480000] usbcore: registered new interface driver usbserial
[   37.480000] USB Serial support registered for generic
[   37.490000] usbcore: registered new interface driver usbserial_generic
[   37.500000] usbserial: USB Serial Driver core
[   37.580000] USB Serial support registered for Sierra USB modem
[   37.580000] usbcore: registered new interface driver sierra
[   37.590000] sierra: v.1.7.40:USB Driver for Sierra Wireless USB modems
[   37.610000] usbcore: registered new interface driver sierra_net
[   37.740000] usbcore: registered new interface driver ums-alauda
[   37.760000] usbcore: registered new interface driver ums-cypress
[   37.780000] usbcore: registered new interface driver ums-datafab
[   37.840000] usbcore: registered new interface driver ums-freecom
[   37.860000] usbcore: registered new interface driver ums-isd200
[   37.880000] usbcore: registered new interface driver ums-jumpshot
[   37.900000] usbcore: registered new interface driver ums-karma
[   37.930000] usbcore: registered new interface driver ums-sddr09
[   37.950000] usbcore: registered new interface driver ums-sddr55
[   37.970000] usbcore: registered new interface driver ums-usbat
[   38.050000] usbcore: registered new interface driver cdc_wdm
[   38.070000] usbcore: registered new interface driver cdc_ether
[   38.110000] usbcore: registered new interface driver cdc_ncm
[   38.180000] usbcore: registered new interface driver qmi_wwan
[   38.200000] usbcore: registered new interface driver rndis_host
[   38.280000] USB Serial support registered for GSM modem (1-port)
[   38.290000] usbcore: registered new interface driver option
[   38.300000] option: v0.7.2:USB Driver for GSM modems
[   38.320000] USB Serial support registered for Qualcomm USB modem
[   38.320000] usbcore: registered new interface driver qcserial
[   38.450000] fuse init (API version 7.18)
[   43.120000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   44.030000] eth0: link up (1000Mbps/Full duplex)
[   44.610000] eth0: link down
[   44.620000] device eth0.1 entered promiscuous mode
[   44.630000] device eth0 entered promiscuous mode
[   45.040000] eth0: link up (1000Mbps/Full duplex)
[   45.060000] br-lan: port 1(eth0.1) entered forwarding state
[   45.060000] br-lan: port 1(eth0.1) entered forwarding state
[   47.060000] br-lan: port 1(eth0.1) entered forwarding state
[   50.600000] device wlan0 entered promiscuous mode
[   50.830000] br-lan: port 2(wlan0) entered forwarding state
[   50.830000] br-lan: port 2(wlan0) entered forwarding state
[   52.830000] br-lan: port 2(wlan0) entered forwarding state
[   56.680000] disktype: sending ioctl 5305 to a partition!
[   56.680000] disktype: sending ioctl 5305 to a partition!
[   56.760000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   56.870000] disktype: sending ioctl 5305 to a partition!
[   56.870000] disktype: sending ioctl 5305 to a partition!
[   56.950000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   60.830000] disktype: sending ioctl 5305 to a partition!
[   60.830000] disktype: sending ioctl 5305 to a partition!
[   60.870000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   60.980000] disktype: sending ioctl 5305 to a partition!
[   60.980000] disktype: sending ioctl 5305 to a partition!
[   61.030000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   64.990000] disktype: sending ioctl 5305 to a partition!
[   64.990000] disktype: sending ioctl 5305 to a partition!
[   65.030000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   65.130000] disktype: sending ioctl 5305 to a partition!
[   65.140000] disktype: sending ioctl 5305 to a partition!
[   65.190000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   68.700000] disktype: sending ioctl 5305 to a partition!
[   68.710000] disktype: sending ioctl 5305 to a partition!
[   68.750000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   68.850000] disktype: sending ioctl 5305 to a partition!
[   68.850000] disktype: sending ioctl 5305 to a partition!
[   68.910000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   71.000000] disktype: sending ioctl 5305 to a partition!
[   71.000000] disktype: sending ioctl 5305 to a partition!
[   71.040000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   71.150000] disktype: sending ioctl 5305 to a partition!
[   71.150000] disktype: sending ioctl 5305 to a partition!
[   71.210000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   73.310000] disktype: sending ioctl 5305 to a partition!
[   73.310000] disktype: sending ioctl 5305 to a partition!
[   73.350000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   73.460000] disktype: sending ioctl 5305 to a partition!
[   73.460000] disktype: sending ioctl 5305 to a partition!
[   73.510000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   74.750000] disktype: sending ioctl 5305 to a partition!
[   74.750000] disktype: sending ioctl 5305 to a partition!
[   74.790000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   74.940000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   76.910000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   78.390000] scsi_verify_blk_ioctl: 4 callbacks suppressed
[   78.390000] disktype: sending ioctl 5305 to a partition!
[   78.400000] disktype: sending ioctl 5305 to a partition!
[   78.440000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   78.540000] disktype: sending ioctl 5305 to a partition!
[   78.540000] disktype: sending ioctl 5305 to a partition!
[   78.600000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   78.740000] head: sending ioctl 540d to a partition!
[   78.740000] head: sending ioctl 540d to a partition!
[   80.770000] disktype: sending ioctl 5305 to a partition!
[   80.780000] disktype: sending ioctl 5305 to a partition!
[   80.820000] EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)
[   80.920000] disktype: sending ioctl 5305 to a partition!
[   80.920000] disktype: sending ioctl 5305 to a partition!
[   80.980000] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[  134.670000] ipt_bandwidth: timezone shift of 120 minutes detected, adjusting
[  134.680000]                old minutes west=0, new minutes west=-120
root@Gargoyle:~#


Widzę że są jakieś bad-y ale to nowy pen bo poprzedni padł. Czy to normalne że pen włożony do rutera non-stop miga mimo że nie korzystam z niego i nie ma na nim swap?

8

Odp: Nie rusza mi extroot na nowej wersji

Tu masz problem: EXT4-fs (sda1): bad geometry: block count 3786752 exceeds size of device (128000 blocks)

Podłącz go pod router, zdejmij partycję. Odłącz, podłącz i fdiskiem zrób jeszcze raz.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

9

Odp: Nie rusza mi extroot na nowej wersji

Extroot ruszył po założeniu i sformatowaniu partycji programem Gparted. Zostaje tylko pytanie dotyczące obciążenia pendrive. Mój poprzedni wytrzymał pół roku i musiałem go oddać na gwarancji bo dostał dziur. Teraz mam inny z diodą i widzę że ona cały czas miga. Nie mam swap ani nie korzystam z pen-a a on cały czas miga. Jak to się przekłada na żywotność pendrive-a czy cały czas robi on zapis-odczyt?

10

Odp: Nie rusza mi extroot na nowej wersji

Pewnie tak.

RB760iGS + RB260GS / Ryzen 5 2660 / 16G DDR4 / MiniITX - Inea 1G (https://i.imgur.com/TLbJVDw.png)
RB951-2HnD / Celeron J1900 / 4G DDR3 / MiniITX - Satpol 100M

11

Odp: Nie rusza mi extroot na nowej wersji

Jeżeli to tylko odczyt to nic mu nie będzie. Sam openwrt nie zapisuje we flash jak nie musi, więc jeżeli nie zrobiłeś własnych skryptów które grzebią po flash to będzie ok.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.