fvdw wrote:attached wipefs from util-linux-2.30
To be installed in /usr/sbin (and make executable with chmod)
Sorry I didn't manage to download this directly to NAS. RZ for receiving ZMODEM transfer over SSH does not exist and wget doesn't seem to be able to handle forum attachments. That "plugout download " method or direct link to file seemed to work. Could you copy the file to location without login?
I ended up trying filetransfer.io service and got the file downloaded. Here's the output.
- Code: Select all
root@fvdwsl-base:/ # cd tmp/
root@fvdwsl-base:/tmp # wget https://filetransfer.io/data-package/ASb6eBf7?do=d
ownload -O /tmp/wipefs-utl-linux-2.30-arm.zip
--2020-08-12 13:59:51-- https://filetransfer.io/data-package/ASb6eBf7?do=download
Resolving filetransfer.io... 172.67.156.101, 104.27.158.245, 104.27.159.245
Connecting to filetransfer.io|172.67.156.101|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://s22.filetransfer.io/storage/download/eQQguWtRXjc6 [following]
--2020-08-12 13:59:52-- http://s22.filetransfer.io/storage/download/eQQguWtRXjc6
Resolving s22.filetransfer.io... 104.27.158.245, 172.67.156.101, 104.27.159.245
Connecting to s22.filetransfer.io|104.27.158.245|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 13082 (13K) [application/octet-stream]
Saving to: ‘/tmp/wipefs-utl-linux-2.30-arm.zip’
100%[======================================>] 13,082 --.-K/s in 0.001s
2020-08-12 13:59:52 (20.6 MB/s) - ‘/tmp/wipefs-utl-linux-2.30-arm.zip’ saved [13082/13082]
root@fvdwsl-base:/tmp # unzip -d /usr/sbin wipefs-utl-linux-2.30-arm.zip
Archive: wipefs-utl-linux-2.30-arm.zip
inflating: /usr/sbin/wipefs
root@fvdwsl-base:/tmp # chmod 755 /usr/sbin/wipefs
root@fvdwsl-base:/tmp # wipefs /dev/sda8
offset type
----------------------------------------------------------------
0x1d10feb3000 zfs_member [filesystem]
0x438 ext4 [filesystem]
UUID: 34b28832-b0c3-4bad-9617-5fa3c8620208
root@fvdwsl-base:/tmp #