The "USB Storage" view lists the drive as: "/dev/sda1 (Ext3, NaN.000 KB)". If I mount it as CIFS (Samba) share, it appears in the shared disks list but when I access it through network it seems empty.
I have restarted the router and reconnected the USB drive several times. The drive works just fine at least under Win7 with ext2fsd driver so it probably is not corrupted. I disconnected the drive from the router while I was upgrading the Gargoyle.
I have also 2 older USB drives, one in FAT32 and other in NTFS format. Both mount correctly and work just fine with the new Gargoyle version.
With Gargoyle 1.5.4 the ext3 drive mounted OK and I used it with miniupnpd media server, but I don't want to downgrade to that because for some reason my Asus laptop wouldn't connect to WLAN with that version... from one problem to next
Some logs from the router (the drive is not mounted now from the UI):
Code: Select all
root@purkki:~# dmesg
...
[ 30.060000] disktype: sending ioctl 5305 to a partition!
[ 30.060000] disktype: sending ioctl 5305 to a partition!
[ 30.130000] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[ 30.220000] EXT4-fs error (device sda1): ext4_ext_check_inode:397: inode #8: comm busybox: bad header/extent: invalid magic - magic 43f, entries 0, max 1088(0), depth 0(0)
[ 30.230000] EXT4-fs (sda1): no journal found
root@purkki:~# disktype /dev/sda1
--- /dev/sda1
Block device, size 931.5 GiB (1000202241024 bytes)
Ext3 file system
Volume name "GRAND1TB"
UUID FF7BCE53-6594-CC01-6063-C6536594CC01 (NCS)
Volume size 931.5 GiB (1000202240000 bytes, 244190000 blocks of 4 KiB)
root@purkki:~# blkid /dev/sda1
/dev/sda1: LABEL="GRAND1TB" UUID="ff7bce53-6594-cc01-6063-c6536594cc01" SEC_TYPE="ext2" TYPE="ext3"
root@purkki:~# blkid -p /dev/sda1
/dev/sda1: LABEL="GRAND1TB" UUID="ff7bce53-6594-cc01-6063-c6536594cc01" SEC_TYPE="ext2" VERSION="1.0" TYPE="ext3" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_TYPE="0x7" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="63" PART_ENTRY_SIZE="1953520002" PART_ENTRY_DISK="8:0"
root@purkki:~# mount -t ext3 /dev/sda1 /mnt/levy
mount: mounting /dev/sda1 on /mnt/levy failed: Invalid argument