External eSata recognized but not mounted

Questions about SNMP, Power, System, Logs, disk, & RAID.
pgvdploeg
Starting out
Posts: 19
Joined: Fri Jan 09, 2009 3:47 am

External eSata recognized but not mounted

Post by pgvdploeg »

I did some searching on the forum but somehow was not able to find the info I am looking for.

here is my problem :
I have a QNAP TS509pro with and external eSata enclosure connected for backup. This works fine.

When I disconnected the external device to swap it for another one (of the exact same brand, model, config (Raid 0) and disks ) the device is recognized but I am not able to mount / format the device.
I am afraid I have not properly unmounted the first eSata enclosure.... This happened before and I always end up with a lot of issues / problems connecting the enclosure again.
Rebooting the QNAP sometimes seems to help and with some luck the eSata Enclosure is mounted again / can be initialized for backups.

I found many reports of people having this issue but found no solutions.

Can anyone help me out and tell me what I have to do to "unmount" the already unmounted eSata device?
What SHH command can I use to find out which drive is my eSata and unmount / mount it manually?

Thx in advance!


tech info:
QNAP TS-509pro
Firmware 4.07
RAID 5
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

Encountering a similar issue with my ts-509.
(FW 4.1.3)

I have a sandigital 4 drive esata enclosure in "spanning mode" to create one large disk.
I unmounted another esata drive improperly and now I can't get this one back online.

Looking for shell commands to help me mount this beast (12TB) so I can backup my nas.
TS-509 Pro - Old School!
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

Encountering a similar issue with my ts-509.
(FW 4.1.3)

I have a sandigital 4 drive esata enclosure in "spanning mode" to create one large disk.
I unmounted another esata drive improperly and now I can't get the sansdigital back online.

Looking for shell commands to help me mount this beast (12TB) so I can backup my nas.
TS-509 Pro - Old School!
User avatar
pwilson
Guru
Posts: 22533
Joined: Fri Mar 06, 2009 11:20 am
Location: Victoria, BC, Canada (UTC-08:00)

Re: External eSata recognized but not mounted

Post by pwilson »

Davide-NYC wrote:Encountering a similar issue with my ts-509.
(FW 4.1.3)

I have a sandigital 4 drive esata enclosure in "spanning mode" to create one large disk.
I unmounted another esata drive improperly and now I can't get this one back online.

Looking for shell commands to help me mount this beast (12TB) so I can backup my nas.
Lets see what is actually mounted:

Code: Select all

df -h | grep -v qpkg | grep -v grep
mount | grep -v qpkg | grep -v grep
ls -alF /share/external/
#done

Patrick M. Wilson
Victoria, BC Canada
QNAP TS-470 Pro w/ 4 * Western Digital WD30EFRX WD Reds (RAID5) - - Single 8.1TB Storage Pool FW: QTS 4.2.0 Build 20151023 - Kali Linux v1.06 (64bit)
Forums: View My Profile - Search My Posts - View My Photo - View My Location - Top Community Posters
QNAP: Turbo NAS User Manual - QNAP Wiki - QNAP Tutorials - QNAP FAQs

Please review: When you're asking a question, please include the following.
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

Code: Select all

[/share/external] # df -h | grep -v qpkg | grep -v grep
Filesystem                Size      Used Available Use% Mounted on
/dev/ramdisk            139.5M    111.9M     27.5M  80% /
tmpfs                    64.0M    268.0k     63.7M   0% /tmp
tmpfs                   499.7M      4.0k    499.6M   0% /dev/shm
/dev/sda4               371.0M    231.7M    139.3M  62% /mnt/ext
/dev/md9                509.5M    130.6M    378.9M  26% /mnt/HDA_ROOT
/dev/md0                 10.7T      3.8T      7.0T  35% /share/MD0_DATA
[/share/external] # mount | grep -v qpkg | grep -v grep
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=64M)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw,data=ordered)
/dev/md0 on /share/MD0_DATA type ext4 (rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl)
[/share/external] # ls -alF /share/external/
drwxrwxr-x   29 admin    administ      1024 May 25 15:31 ./
drwxrwxr-x   32 admin    administ      1024 May 25 15:32 ../
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sda/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdb/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdc/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdd/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sde/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdf/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdg/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdh/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdi/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdj/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdk/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdl/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdm/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdn/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdo/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdp/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdq/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdr/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sds/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdt/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdu/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdv/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdw/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdx/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdy/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdz/
drwxr-xr-x    2 admin    administ      1024 May 25 15:31 sdza/
[/share/external] # #done
TS-509 Pro - Old School!
User avatar
pwilson
Guru
Posts: 22533
Joined: Fri Mar 06, 2009 11:20 am
Location: Victoria, BC, Canada (UTC-08:00)

Re: External eSata recognized but not mounted

Post by pwilson »

Davide-NYC wrote:

Code: Select all

[/share/external] # df -h | grep -v qpkg | grep -v grep
Filesystem                Size      Used Available Use% Mounted on
/dev/ramdisk            139.5M    111.9M     27.5M  80% /
tmpfs                    64.0M    268.0k     63.7M   0% /tmp
tmpfs                   499.7M      4.0k    499.6M   0% /dev/shm
/dev/sda4               371.0M    231.7M    139.3M  62% /mnt/ext
/dev/md9                509.5M    130.6M    378.9M  26% /mnt/HDA_ROOT
/dev/md0                 10.7T      3.8T      7.0T  35% /share/MD0_DATA
[/share/external] # mount | grep -v qpkg | grep -v grep
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=64M)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw,data=ordered)
/dev/md0 on /share/MD0_DATA type ext4 (rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl)
[/share/external] # ls -alF /share/external/
drwxrwxr-x   29 admin    administ      1024 May 25 15:31 ./
drwxrwxr-x   32 admin    administ      1024 May 25 15:32 ../
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sda/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdb/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdc/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdd/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sde/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdf/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdg/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdh/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdi/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdj/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdk/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdl/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdm/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdn/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdo/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdp/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdq/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdr/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sds/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdt/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdu/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdv/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdw/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdx/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdy/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdz/
drwxr-xr-x    2 admin    administ      1024 May 25 15:31 sdza/
[/share/external] # #done
That output wasn't very helpful unfortunately.

Please previde the output of:

Code: Select all

dmesg

Patrick M. Wilson
Victoria, BC Canada
QNAP TS-470 Pro w/ 4 * Western Digital WD30EFRX WD Reds (RAID5) - - Single 8.1TB Storage Pool FW: QTS 4.2.0 Build 20151023 - Kali Linux v1.06 (64bit)
Forums: View My Profile - Search My Posts - View My Photo - View My Location - Top Community Posters
QNAP: Turbo NAS User Manual - QNAP Wiki - QNAP Tutorials - QNAP FAQs

Please review: When you're asking a question, please include the following.
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

Code: Select all

[~] # dmesg
  Commit interval 5 seconds
[   63.407618] EXT3-fs (sdc1): mounted filesystem with writeback data mode
[   63.498364] kjournald starting.  Commit interval 5 seconds
[   63.500442] EXT3-fs (sdd1): mounted filesystem with writeback data mode
[   63.586639] kjournald starting.  Commit interval 5 seconds
[   63.588774] EXT3-fs (sde1): mounted filesystem with writeback data mode
[   63.748877] md: md9 stopped.
[   63.780453] md: bind<sdb1>
[   63.782739] md: bind<sdc1>
[   63.785099] md: bind<sdd1>
[   63.787460] md: bind<sde1>
[   63.789737] md: bind<sda1>
[   63.792655] bio: create slab <bio-1> at 1
[   63.794685] md/raid1:md9: active with 5 out of 5 mirrors
[   63.796811] created bitmap (65 pages) for device md9
[   63.805975] md9: bitmap initialized from disk: read 5/5 pages, set 0 of 132512 bits
[   63.818366] md9: detected capacity change from 0 to 542769152
[   63.825490]  md9: unknown partition table
[   64.848442] kjournald starting.  Commit interval 5 seconds
[   64.898456] EXT3-fs (md9): using internal journal
[   64.900547] EXT3-fs (md9): mounted filesystem with writeback data mode
[   65.075934] md: md13 stopped.
[   65.310583] md: bind<sdd4>
[   65.312893] md: bind<sde4>
[   65.315264] md: bind<sdc4>
[   65.317598] md: bind<sda4>
[   65.319874] md: bind<sdb4>
[   65.322759] md/raid1:md13: active with 5 out of 5 mirrors
[   65.324895] created bitmap (57 pages) for device md13
[   65.332860] md13: bitmap initialized from disk: read 4/4 pages, set 0 of 114720 bits
[   65.370803] md13: detected capacity change from 0 to 469893120
[   65.381830]  md13: unknown partition table
[   66.614940] kjournald starting.  Commit interval 5 seconds
[   66.663566] EXT3-fs (md9): using internal journal
[   66.665635] EXT3-fs (md9): mounted filesystem with writeback data mode
[   85.088020] kjournald starting.  Commit interval 5 seconds
[   85.139243] EXT3-fs (md9): using internal journal
[   85.141244] EXT3-fs (md9): mounted filesystem with ordered data mode
[  111.905789] kjournald starting.  Commit interval 5 seconds
[  111.950344] EXT3-fs (md13): using internal journal
[  111.952367] EXT3-fs (md13): mounted filesystem with writeback data mode
[  122.546812] cryptodev: driver 0.9 loaded.
[  122.737791] generic-usb 0003:051D:0002.0001: hiddev0: USB HID v1.00 Device [American Power Conversion Back-UPS RS 700G FW:856.L1 .D USB FW:L1  ] on usb-0000:00:1d.1-1/input0
[  122.751141] usbcore: registered new interface driver usbhid
[  122.753297] usbhid: USB HID core driver
[  122.782834] Register ICH/PCH RTC driver.
[  122.800547] iTCO_vendor_support: vendor-support=0
[  122.831039] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[  122.847054] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0860)
[  122.853207] iTCO_wdt: initialized. heartbeat=120 sec (nowayout=0)
[  122.877246] usbcore: registered new interface driver usblp
[  122.892960] jnl: driver (lke_9.2.0 QNAP, LBD=ON) loaded at f8918000
[  122.918439] ufsd: module license 'Commercial product' taints kernel.
[  122.920600] Disabling lock debugging due to kernel taint
[  122.942482] ufsd: driver (lke_9.2.0 QNAP, build_host("BuildServer47-1"), acl, ioctl, bdi, sd2(0), fua, bz, rsrc) loaded at f89b4000
[  122.942485] NTFS support included
[  122.942487] Hfs+/HfsJ support included
[  122.942488] optimized: speed
[  122.942489] Build_for__QNAP_Atom_x86_k3.4.6_2014-12-15_lke_9.2.0_r245986_b56
[  122.942491]
[  123.110046] fnotify: Load file notify kernel module.
[  124.279103] usbcore: registered new interface driver snd-usb-audio
[  124.304119] usbcore: registered new interface driver snd-usb-caiaq
[  124.338667] Linux video capture interface: v2.00
[  124.412591] usbcore: registered new interface driver uvcvideo
[  124.414955] USB Video Class driver (1.1.1)
[  124.732326] 8021q: 802.1Q VLAN Support v1.8
[  126.147753] tg3 0000:04:00.0: irq 44 for MSI/MSI-X
[  126.192640] tg3 0000:03:00.0: irq 45 for MSI/MSI-X
[  129.840103] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  129.840299] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  137.637292] kjournald starting.  Commit interval 5 seconds
[  137.645587] EXT3-fs (md9): using internal journal
[  137.648144] EXT3-fs (md9): mounted filesystem with ordered data mode
[  144.442469] md: bind<sda2>
[  144.445834] md/raid1:md5: active with 1 out of 1 mirrors
[  144.448365] md5: detected capacity change from 0 to 542851072
[  145.454628]  md5: unknown partition table
[  147.529187] Adding 530124k swap on /dev/md5.  Priority:-1 extents:1 across:530124k
[  151.540138] md: bind<sdb2>
[  151.565195] RAID1 conf printout:
[  151.565201]  --- wd:1 rd:2
[  151.565206]  disk 0, wo:0, o:1, dev:sda2
[  151.565211]  disk 1, wo:1, o:1, dev:sdb2
[  151.565669] md: recovery of RAID array md5
[  151.568191] md: minimum _guaranteed_ speed: 5000 KB/sec/disk.
[  151.570683] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[  151.573300] md: using 128k window, over a total of 530128k.
[  153.797076] md: bind<sdc2>
[  155.939064] md: bind<sdd2>
[  156.840571] md: md0 stopped.
[  156.862034] md: md0 stopped.
[  157.116554] md: bind<sdb3>
[  157.119351] md: bind<sdc3>
[  157.122048] md: bind<sdd3>
[  157.124671] md: bind<sde3>
[  157.127238] md: bind<sda3>
[  157.130327] md/raid:md0: device sda3 operational as raid disk 0
[  157.132506] md/raid:md0: device sde3 operational as raid disk 4
[  157.134649] md/raid:md0: device sdd3 operational as raid disk 3
[  157.136761] md/raid:md0: device sdc3 operational as raid disk 2
[  157.138812] md/raid:md0: device sdb3 operational as raid disk 1
[  157.140832] NR_STRIPES is 4096 for total 255822 ram pages
[  157.154216] md/raid:md0: allocated 84464kB
[  157.156300] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2
[  157.158297] RAID conf printout:
[  157.158299]  --- level:5 rd:5 wd:5
[  157.158304]  disk 0, o:1, dev:sda3
[  157.158307]  disk 1, o:1, dev:sdb3
[  157.158310]  disk 2, o:1, dev:sdc3
[  157.158313]  disk 3, o:1, dev:sdd3
[  157.158316]  disk 4, o:1, dev:sde3
[  157.158374] md0: detected capacity change from 0 to 11995945107456
[  158.143639] md: bind<sde2>
[  158.273268]  md0: unknown partition table
[  161.256752] md: md5: recovery done.
[  161.296898] RAID1 conf printout:
[  161.296902]  --- wd:2 rd:2
[  161.296906]  disk 0, wo:0, o:1, dev:sda2
[  161.296909]  disk 1, wo:0, o:1, dev:sdb2
[  161.306634] RAID1 conf printout:
[  161.306637]  --- wd:2 rd:2
[  161.306641]  disk 0, wo:0, o:1, dev:sda2
[  161.306644]  disk 1, wo:0, o:1, dev:sdb2
[  161.306646] RAID1 conf printout:
[  161.306648]  --- wd:2 rd:2
[  161.306651]  disk 0, wo:0, o:1, dev:sda2
[  161.306654]  disk 1, wo:0, o:1, dev:sdb2
[  161.306657] RAID1 conf printout:
[  161.306659]  --- wd:2 rd:2
[  161.306662]  disk 0, wo:0, o:1, dev:sda2
[  161.306665]  disk 1, wo:0, o:1, dev:sdb2
[  163.985131] ext4_init_reserve_inode_table0: md0, 89377
[  163.987026] ext4_init_reserve_inode_table2: md0, 89377, 0, 0, 4096
[  163.988942] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl
[  188.406080] tg3 0000:04:00.0: eth0: Link is down
[  192.143870] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  192.144056] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  233.063986] rule type=2, num=0
[  233.385040] Loading iSCSI transport class v2.0-871.
[  233.440689] iscsi: registered transport (tcp)
[  233.478976] iscsid (7963): /proc/7963/oom_adj is deprecated, please use /proc/7963/oom_score_adj instead.
[  240.668743] Set msys_nodify as 31743
[ 1237.952034] [1 0] Detect fake interrupts.
[ 1237.953019] QNAP: Got fake interrupts.(cnt=0)
[~] #
TS-509 Pro - Old School!
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

And again after a reboot and plugging in the esata device *after* NAS was fully booted.

Code: Select all

[~] # df -h | grep -v qpkg | grep -v grep
df: /share/external/UHCI Host Controller: Protocol error
df: /share/external/UHCI Host Controller: Protocol error
Filesystem                Size      Used Available Use% Mounted on
/dev/ramdisk            139.5M    111.9M     27.5M  80% /
tmpfs                    64.0M    224.0k     63.8M   0% /tmp
tmpfs                   499.7M      4.0k    499.6M   0% /dev/shm
/dev/sda4               371.0M    231.7M    139.3M  62% /mnt/ext
/dev/md9                509.5M    130.7M    378.7M  26% /mnt/HDA_ROOT
/dev/md0                 10.7T      3.8T      7.0T  35% /share/MD0_DATA
[~] # mount | grep -v qpkg | grep -v grep
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=64M)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw,data=ordered)
/dev/md0 on /share/MD0_DATA type ext4 (rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl)
gphotofs on /share/external/UHCI Host Controller type fuse.gphotofs (rw,nosuid,nodev)
gphotofs on /share/external/UHCI Host Controller type fuse.gphotofs (rw,nosuid,nodev)
[~] # ls -alF /share/external/
drwxrwxr-x   29 admin    administ      1024 May 25 16:30 ./
drwxrwxr-x   32 admin    administ      1024 May 25 16:30 ../
drwxr-xr-x    2 admin    administ         0 Dec 31  1969 UHCI Host Controller/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sda/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdb/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdc/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdd/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sde/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdf/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdg/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdh/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdi/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdj/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdk/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdl/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdm/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdn/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdo/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdp/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdq/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdr/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sds/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdt/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdu/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdv/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdw/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdx/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdy/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdz/
[~] # #done

Code: Select all

[   63.588774] EXT3-fs (sde1): mounted filesystem with writeback data mode
[   63.748877] md: md9 stopped.
[   63.780453] md: bind<sdb1>
[   63.782739] md: bind<sdc1>
[   63.785099] md: bind<sdd1>
[   63.787460] md: bind<sde1>
[   63.789737] md: bind<sda1>
[   63.792655] bio: create slab <bio-1> at 1
[   63.794685] md/raid1:md9: active with 5 out of 5 mirrors
[   63.796811] created bitmap (65 pages) for device md9
[   63.805975] md9: bitmap initialized from disk: read 5/5 pages, set 0 of 132512 bits
[   63.818366] md9: detected capacity change from 0 to 542769152
[   63.825490]  md9: unknown partition table
[   64.848442] kjournald starting.  Commit interval 5 seconds
[   64.898456] EXT3-fs (md9): using internal journal
[   64.900547] EXT3-fs (md9): mounted filesystem with writeback data mode
[   65.075934] md: md13 stopped.
[   65.310583] md: bind<sdd4>
[   65.312893] md: bind<sde4>
[   65.315264] md: bind<sdc4>
[   65.317598] md: bind<sda4>
[   65.319874] md: bind<sdb4>
[   65.322759] md/raid1:md13: active with 5 out of 5 mirrors
[   65.324895] created bitmap (57 pages) for device md13
[   65.332860] md13: bitmap initialized from disk: read 4/4 pages, set 0 of 114720 bits
[   65.370803] md13: detected capacity change from 0 to 469893120
[   65.381830]  md13: unknown partition table
[   66.614940] kjournald starting.  Commit interval 5 seconds
[   66.663566] EXT3-fs (md9): using internal journal
[   66.665635] EXT3-fs (md9): mounted filesystem with writeback data mode
[   85.088020] kjournald starting.  Commit interval 5 seconds
[   85.139243] EXT3-fs (md9): using internal journal
[   85.141244] EXT3-fs (md9): mounted filesystem with ordered data mode
[  111.905789] kjournald starting.  Commit interval 5 seconds
[  111.950344] EXT3-fs (md13): using internal journal
[  111.952367] EXT3-fs (md13): mounted filesystem with writeback data mode
[  122.546812] cryptodev: driver 0.9 loaded.
[  122.737791] generic-usb 0003:051D:0002.0001: hiddev0: USB HID v1.00 Device [American Power Conversion Back-UPS RS 700G FW:856.L1 .D USB FW:L1  ] on usb-0000:00:1d.1-1/input0
[  122.751141] usbcore: registered new interface driver usbhid
[  122.753297] usbhid: USB HID core driver
[  122.782834] Register ICH/PCH RTC driver.
[  122.800547] iTCO_vendor_support: vendor-support=0
[  122.831039] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[  122.847054] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0860)
[  122.853207] iTCO_wdt: initialized. heartbeat=120 sec (nowayout=0)
[  122.877246] usbcore: registered new interface driver usblp
[  122.892960] jnl: driver (lke_9.2.0 QNAP, LBD=ON) loaded at f8918000
[  122.918439] ufsd: module license 'Commercial product' taints kernel.
[  122.920600] Disabling lock debugging due to kernel taint
[  122.942482] ufsd: driver (lke_9.2.0 QNAP, build_host("BuildServer47-1"), acl, ioctl, bdi, sd2(0), fua, bz, rsrc) loaded at f89b4000
[  122.942485] NTFS support included
[  122.942487] Hfs+/HfsJ support included
[  122.942488] optimized: speed
[  122.942489] Build_for__QNAP_Atom_x86_k3.4.6_2014-12-15_lke_9.2.0_r245986_b56
[  122.942491]
[  123.110046] fnotify: Load file notify kernel module.
[  124.279103] usbcore: registered new interface driver snd-usb-audio
[  124.304119] usbcore: registered new interface driver snd-usb-caiaq
[  124.338667] Linux video capture interface: v2.00
[  124.412591] usbcore: registered new interface driver uvcvideo
[  124.414955] USB Video Class driver (1.1.1)
[  124.732326] 8021q: 802.1Q VLAN Support v1.8
[  126.147753] tg3 0000:04:00.0: irq 44 for MSI/MSI-X
[  126.192640] tg3 0000:03:00.0: irq 45 for MSI/MSI-X
[  129.840103] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  129.840299] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  137.637292] kjournald starting.  Commit interval 5 seconds
[  137.645587] EXT3-fs (md9): using internal journal
[  137.648144] EXT3-fs (md9): mounted filesystem with ordered data mode
[  144.442469] md: bind<sda2>
[  144.445834] md/raid1:md5: active with 1 out of 1 mirrors
[  144.448365] md5: detected capacity change from 0 to 542851072
[  145.454628]  md5: unknown partition table
[  147.529187] Adding 530124k swap on /dev/md5.  Priority:-1 extents:1 across:530124k
[  151.540138] md: bind<sdb2>
[  151.565195] RAID1 conf printout:
[  151.565201]  --- wd:1 rd:2
[  151.565206]  disk 0, wo:0, o:1, dev:sda2
[  151.565211]  disk 1, wo:1, o:1, dev:sdb2
[  151.565669] md: recovery of RAID array md5
[  151.568191] md: minimum _guaranteed_ speed: 5000 KB/sec/disk.
[  151.570683] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[  151.573300] md: using 128k window, over a total of 530128k.
[  153.797076] md: bind<sdc2>
[  155.939064] md: bind<sdd2>
[  156.840571] md: md0 stopped.
[  156.862034] md: md0 stopped.
[  157.116554] md: bind<sdb3>
[  157.119351] md: bind<sdc3>
[  157.122048] md: bind<sdd3>
[  157.124671] md: bind<sde3>
[  157.127238] md: bind<sda3>
[  157.130327] md/raid:md0: device sda3 operational as raid disk 0
[  157.132506] md/raid:md0: device sde3 operational as raid disk 4
[  157.134649] md/raid:md0: device sdd3 operational as raid disk 3
[  157.136761] md/raid:md0: device sdc3 operational as raid disk 2
[  157.138812] md/raid:md0: device sdb3 operational as raid disk 1
[  157.140832] NR_STRIPES is 4096 for total 255822 ram pages
[  157.154216] md/raid:md0: allocated 84464kB
[  157.156300] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2
[  157.158297] RAID conf printout:
[  157.158299]  --- level:5 rd:5 wd:5
[  157.158304]  disk 0, o:1, dev:sda3
[  157.158307]  disk 1, o:1, dev:sdb3
[  157.158310]  disk 2, o:1, dev:sdc3
[  157.158313]  disk 3, o:1, dev:sdd3
[  157.158316]  disk 4, o:1, dev:sde3
[  157.158374] md0: detected capacity change from 0 to 11995945107456
[  158.143639] md: bind<sde2>
[  158.273268]  md0: unknown partition table
[  161.256752] md: md5: recovery done.
[  161.296898] RAID1 conf printout:
[  161.296902]  --- wd:2 rd:2
[  161.296906]  disk 0, wo:0, o:1, dev:sda2
[  161.296909]  disk 1, wo:0, o:1, dev:sdb2
[  161.306634] RAID1 conf printout:
[  161.306637]  --- wd:2 rd:2
[  161.306641]  disk 0, wo:0, o:1, dev:sda2
[  161.306644]  disk 1, wo:0, o:1, dev:sdb2
[  161.306646] RAID1 conf printout:
[  161.306648]  --- wd:2 rd:2
[  161.306651]  disk 0, wo:0, o:1, dev:sda2
[  161.306654]  disk 1, wo:0, o:1, dev:sdb2
[  161.306657] RAID1 conf printout:
[  161.306659]  --- wd:2 rd:2
[  161.306662]  disk 0, wo:0, o:1, dev:sda2
[  161.306665]  disk 1, wo:0, o:1, dev:sdb2
[  163.985131] ext4_init_reserve_inode_table0: md0, 89377
[  163.987026] ext4_init_reserve_inode_table2: md0, 89377, 0, 0, 4096
[  163.988942] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl
[  188.406080] tg3 0000:04:00.0: eth0: Link is down
[  192.143870] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  192.144056] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  233.063986] rule type=2, num=0
[  233.385040] Loading iSCSI transport class v2.0-871.
[  233.440689] iscsi: registered transport (tcp)
[  233.478976] iscsid (7963): /proc/7963/oom_adj is deprecated, please use /proc/7963/oom_score_adj instead.
[  240.668743] Set msys_nodify as 31743
[ 1237.952034] [1 0] Detect fake interrupts.
[ 1237.953019] QNAP: Got fake interrupts.(cnt=0)
[ 8205.541776] [1 0] Detect fake interrupts.
[ 8205.542763] QNAP: Got fake interrupts.(cnt=96)
[ 8218.924233] [1 0] Detect fake interrupts.
[ 8218.925218] [1 0] Fake interrupts detection finished.
[ 8263.608082] [1 0] Detect fake interrupts.
[ 8263.609073] QNAP: Got fake interrupts.(cnt=0)
[~] #
TS-509 Pro - Old School!
User avatar
pwilson
Guru
Posts: 22533
Joined: Fri Mar 06, 2009 11:20 am
Location: Victoria, BC, Canada (UTC-08:00)

Re: External eSata recognized but not mounted

Post by pwilson »

Davide-NYC wrote:And again after a reboot and plugging in the esata device *after* NAS was fully booted.

Code: Select all

[~] # df -h | grep -v qpkg | grep -v grep
df: /share/external/UHCI Host Controller: Protocol error
df: /share/external/UHCI Host Controller: Protocol error
Filesystem                Size      Used Available Use% Mounted on
/dev/ramdisk            139.5M    111.9M     27.5M  80% /
tmpfs                    64.0M    224.0k     63.8M   0% /tmp
tmpfs                   499.7M      4.0k    499.6M   0% /dev/shm
/dev/sda4               371.0M    231.7M    139.3M  62% /mnt/ext
/dev/md9                509.5M    130.7M    378.7M  26% /mnt/HDA_ROOT
/dev/md0                 10.7T      3.8T      7.0T  35% /share/MD0_DATA
[~] # mount | grep -v qpkg | grep -v grep
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=64M)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw,data=ordered)
/dev/md0 on /share/MD0_DATA type ext4 (rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl)
gphotofs on /share/external/UHCI Host Controller type fuse.gphotofs (rw,nosuid,nodev)
gphotofs on /share/external/UHCI Host Controller type fuse.gphotofs (rw,nosuid,nodev)
[~] # ls -alF /share/external/
drwxrwxr-x   29 admin    administ      1024 May 25 16:30 ./
drwxrwxr-x   32 admin    administ      1024 May 25 16:30 ../
drwxr-xr-x    2 admin    administ         0 Dec 31  1969 UHCI Host Controller/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sda/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdb/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdc/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdd/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sde/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdf/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdg/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdh/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdi/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdj/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdk/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdl/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdm/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdn/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdo/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdp/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdq/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdr/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sds/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdt/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdu/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdv/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdw/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdx/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdy/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdz/
[~] # #done

Code: Select all

[   63.588774] EXT3-fs (sde1): mounted filesystem with writeback data mode
[   63.748877] md: md9 stopped.
[   63.780453] md: bind<sdb1>
[   63.782739] md: bind<sdc1>
[   63.785099] md: bind<sdd1>
[   63.787460] md: bind<sde1>
[   63.789737] md: bind<sda1>
[   63.792655] bio: create slab <bio-1> at 1
[   63.794685] md/raid1:md9: active with 5 out of 5 mirrors
[   63.796811] created bitmap (65 pages) for device md9
[   63.805975] md9: bitmap initialized from disk: read 5/5 pages, set 0 of 132512 bits
[   63.818366] md9: detected capacity change from 0 to 542769152
[   63.825490]  md9: unknown partition table
[   64.848442] kjournald starting.  Commit interval 5 seconds
[   64.898456] EXT3-fs (md9): using internal journal
[   64.900547] EXT3-fs (md9): mounted filesystem with writeback data mode
[   65.075934] md: md13 stopped.
[   65.310583] md: bind<sdd4>
[   65.312893] md: bind<sde4>
[   65.315264] md: bind<sdc4>
[   65.317598] md: bind<sda4>
[   65.319874] md: bind<sdb4>
[   65.322759] md/raid1:md13: active with 5 out of 5 mirrors
[   65.324895] created bitmap (57 pages) for device md13
[   65.332860] md13: bitmap initialized from disk: read 4/4 pages, set 0 of 114720 bits
[   65.370803] md13: detected capacity change from 0 to 469893120
[   65.381830]  md13: unknown partition table
[   66.614940] kjournald starting.  Commit interval 5 seconds
[   66.663566] EXT3-fs (md9): using internal journal
[   66.665635] EXT3-fs (md9): mounted filesystem with writeback data mode
[   85.088020] kjournald starting.  Commit interval 5 seconds
[   85.139243] EXT3-fs (md9): using internal journal
[   85.141244] EXT3-fs (md9): mounted filesystem with ordered data mode
[  111.905789] kjournald starting.  Commit interval 5 seconds
[  111.950344] EXT3-fs (md13): using internal journal
[  111.952367] EXT3-fs (md13): mounted filesystem with writeback data mode
[  122.546812] cryptodev: driver 0.9 loaded.
[  122.737791] generic-usb 0003:051D:0002.0001: hiddev0: USB HID v1.00 Device [American Power Conversion Back-UPS RS 700G FW:856.L1 .D USB FW:L1  ] on usb-0000:00:1d.1-1/input0
[  122.751141] usbcore: registered new interface driver usbhid
[  122.753297] usbhid: USB HID core driver
[  122.782834] Register ICH/PCH RTC driver.
[  122.800547] iTCO_vendor_support: vendor-support=0
[  122.831039] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[  122.847054] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0860)
[  122.853207] iTCO_wdt: initialized. heartbeat=120 sec (nowayout=0)
[  122.877246] usbcore: registered new interface driver usblp
[  122.892960] jnl: driver (lke_9.2.0 QNAP, LBD=ON) loaded at f8918000
[  122.918439] ufsd: module license 'Commercial product' taints kernel.
[  122.920600] Disabling lock debugging due to kernel taint
[  122.942482] ufsd: driver (lke_9.2.0 QNAP, build_host("BuildServer47-1"), acl, ioctl, bdi, sd2(0), fua, bz, rsrc) loaded at f89b4000
[  122.942485] NTFS support included
[  122.942487] Hfs+/HfsJ support included
[  122.942488] optimized: speed
[  122.942489] Build_for__QNAP_Atom_x86_k3.4.6_2014-12-15_lke_9.2.0_r245986_b56
[  122.942491]
[  123.110046] fnotify: Load file notify kernel module.
[  124.279103] usbcore: registered new interface driver snd-usb-audio
[  124.304119] usbcore: registered new interface driver snd-usb-caiaq
[  124.338667] Linux video capture interface: v2.00
[  124.412591] usbcore: registered new interface driver uvcvideo
[  124.414955] USB Video Class driver (1.1.1)
[  124.732326] 8021q: 802.1Q VLAN Support v1.8
[  126.147753] tg3 0000:04:00.0: irq 44 for MSI/MSI-X
[  126.192640] tg3 0000:03:00.0: irq 45 for MSI/MSI-X
[  129.840103] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  129.840299] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  137.637292] kjournald starting.  Commit interval 5 seconds
[  137.645587] EXT3-fs (md9): using internal journal
[  137.648144] EXT3-fs (md9): mounted filesystem with ordered data mode
[  144.442469] md: bind<sda2>
[  144.445834] md/raid1:md5: active with 1 out of 1 mirrors
[  144.448365] md5: detected capacity change from 0 to 542851072
[  145.454628]  md5: unknown partition table
[  147.529187] Adding 530124k swap on /dev/md5.  Priority:-1 extents:1 across:530124k
[  151.540138] md: bind<sdb2>
[  151.565195] RAID1 conf printout:
[  151.565201]  --- wd:1 rd:2
[  151.565206]  disk 0, wo:0, o:1, dev:sda2
[  151.565211]  disk 1, wo:1, o:1, dev:sdb2
[  151.565669] md: recovery of RAID array md5
[  151.568191] md: minimum _guaranteed_ speed: 5000 KB/sec/disk.
[  151.570683] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[  151.573300] md: using 128k window, over a total of 530128k.
[  153.797076] md: bind<sdc2>
[  155.939064] md: bind<sdd2>
[  156.840571] md: md0 stopped.
[  156.862034] md: md0 stopped.
[  157.116554] md: bind<sdb3>
[  157.119351] md: bind<sdc3>
[  157.122048] md: bind<sdd3>
[  157.124671] md: bind<sde3>
[  157.127238] md: bind<sda3>
[  157.130327] md/raid:md0: device sda3 operational as raid disk 0
[  157.132506] md/raid:md0: device sde3 operational as raid disk 4
[  157.134649] md/raid:md0: device sdd3 operational as raid disk 3
[  157.136761] md/raid:md0: device sdc3 operational as raid disk 2
[  157.138812] md/raid:md0: device sdb3 operational as raid disk 1
[  157.140832] NR_STRIPES is 4096 for total 255822 ram pages
[  157.154216] md/raid:md0: allocated 84464kB
[  157.156300] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2
[  157.158297] RAID conf printout:
[  157.158299]  --- level:5 rd:5 wd:5
[  157.158304]  disk 0, o:1, dev:sda3
[  157.158307]  disk 1, o:1, dev:sdb3
[  157.158310]  disk 2, o:1, dev:sdc3
[  157.158313]  disk 3, o:1, dev:sdd3
[  157.158316]  disk 4, o:1, dev:sde3
[  157.158374] md0: detected capacity change from 0 to 11995945107456
[  158.143639] md: bind<sde2>
[  158.273268]  md0: unknown partition table
[  161.256752] md: md5: recovery done.
[  161.296898] RAID1 conf printout:
[  161.296902]  --- wd:2 rd:2
[  161.296906]  disk 0, wo:0, o:1, dev:sda2
[  161.296909]  disk 1, wo:0, o:1, dev:sdb2
[  161.306634] RAID1 conf printout:
[  161.306637]  --- wd:2 rd:2
[  161.306641]  disk 0, wo:0, o:1, dev:sda2
[  161.306644]  disk 1, wo:0, o:1, dev:sdb2
[  161.306646] RAID1 conf printout:
[  161.306648]  --- wd:2 rd:2
[  161.306651]  disk 0, wo:0, o:1, dev:sda2
[  161.306654]  disk 1, wo:0, o:1, dev:sdb2
[  161.306657] RAID1 conf printout:
[  161.306659]  --- wd:2 rd:2
[  161.306662]  disk 0, wo:0, o:1, dev:sda2
[  161.306665]  disk 1, wo:0, o:1, dev:sdb2
[  163.985131] ext4_init_reserve_inode_table0: md0, 89377
[  163.987026] ext4_init_reserve_inode_table2: md0, 89377, 0, 0, 4096
[  163.988942] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl
[  188.406080] tg3 0000:04:00.0: eth0: Link is down
[  192.143870] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  192.144056] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  233.063986] rule type=2, num=0
[  233.385040] Loading iSCSI transport class v2.0-871.
[  233.440689] iscsi: registered transport (tcp)
[  233.478976] iscsid (7963): /proc/7963/oom_adj is deprecated, please use /proc/7963/oom_score_adj instead.
[  240.668743] Set msys_nodify as 31743
[ 1237.952034] [1 0] Detect fake interrupts.
[ 1237.953019] QNAP: Got fake interrupts.(cnt=0)
[ 8205.541776] [1 0] Detect fake interrupts.
[ 8205.542763] QNAP: Got fake interrupts.(cnt=96)
[ 8218.924233] [1 0] Detect fake interrupts.
[ 8218.925218] [1 0] Fake interrupts detection finished.
[ 8263.608082] [1 0] Detect fake interrupts.
[ 8263.609073] QNAP: Got fake interrupts.(cnt=0)
[~] #
I see no hint that it is recognizing your eSATA device at all. Please submit a ticket with the QNAP Helpdesk.

Patrick M. Wilson
Victoria, BC Canada
QNAP TS-470 Pro w/ 4 * Western Digital WD30EFRX WD Reds (RAID5) - - Single 8.1TB Storage Pool FW: QTS 4.2.0 Build 20151023 - Kali Linux v1.06 (64bit)
Forums: View My Profile - Search My Posts - View My Photo - View My Location - Top Community Posters
QNAP: Turbo NAS User Manual - QNAP Wiki - QNAP Tutorials - QNAP FAQs

Please review: When you're asking a question, please include the following.
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

The SSH output of those last two posts were taken while the NAS was in a state such that the Drive wasn't even shown in the QTS "External Hardware" page.

By hotplugging the eSATA drive I was able to get it shown in the QTS "External Hardware" page.
2015-05-25 19_08_34-Corvallo-NAS.png
Here is the output of dmesg:

Code: Select all

[/] # dmesg
[  122.877246] usbcore: registered new interface driver usblp
[  122.892960] jnl: driver (lke_9.2.0 QNAP, LBD=ON) loaded at f8918000
[  122.918439] ufsd: module license 'Commercial product' taints kernel.
[  122.920600] Disabling lock debugging due to kernel taint
[  122.942482] ufsd: driver (lke_9.2.0 QNAP, build_host("BuildServer47-1"), acl, ioctl, bdi, sd2(0), fua, bz, rsrc) loaded at f89b4000
[  122.942485] NTFS support included
[  122.942487] Hfs+/HfsJ support included
[  122.942488] optimized: speed
[  122.942489] Build_for__QNAP_Atom_x86_k3.4.6_2014-12-15_lke_9.2.0_r245986_b56
[  122.942491]
[  123.110046] fnotify: Load file notify kernel module.
[  124.279103] usbcore: registered new interface driver snd-usb-audio
[  124.304119] usbcore: registered new interface driver snd-usb-caiaq
[  124.338667] Linux video capture interface: v2.00
[  124.412591] usbcore: registered new interface driver uvcvideo
[  124.414955] USB Video Class driver (1.1.1)
[  124.732326] 8021q: 802.1Q VLAN Support v1.8
[  126.147753] tg3 0000:04:00.0: irq 44 for MSI/MSI-X
[  126.192640] tg3 0000:03:00.0: irq 45 for MSI/MSI-X
[  129.840103] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  129.840299] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  137.637292] kjournald starting.  Commit interval 5 seconds
[  137.645587] EXT3-fs (md9): using internal journal
[  137.648144] EXT3-fs (md9): mounted filesystem with ordered data mode
[  144.442469] md: bind<sda2>
[  144.445834] md/raid1:md5: active with 1 out of 1 mirrors
[  144.448365] md5: detected capacity change from 0 to 542851072
[  145.454628]  md5: unknown partition table
[  147.529187] Adding 530124k swap on /dev/md5.  Priority:-1 extents:1 across:530124k
[  151.540138] md: bind<sdb2>
[  151.565195] RAID1 conf printout:
[  151.565201]  --- wd:1 rd:2
[  151.565206]  disk 0, wo:0, o:1, dev:sda2
[  151.565211]  disk 1, wo:1, o:1, dev:sdb2
[  151.565669] md: recovery of RAID array md5
[  151.568191] md: minimum _guaranteed_ speed: 5000 KB/sec/disk.
[  151.570683] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for recovery.
[  151.573300] md: using 128k window, over a total of 530128k.
[  153.797076] md: bind<sdc2>
[  155.939064] md: bind<sdd2>
[  156.840571] md: md0 stopped.
[  156.862034] md: md0 stopped.
[  157.116554] md: bind<sdb3>
[  157.119351] md: bind<sdc3>
[  157.122048] md: bind<sdd3>
[  157.124671] md: bind<sde3>
[  157.127238] md: bind<sda3>
[  157.130327] md/raid:md0: device sda3 operational as raid disk 0
[  157.132506] md/raid:md0: device sde3 operational as raid disk 4
[  157.134649] md/raid:md0: device sdd3 operational as raid disk 3
[  157.136761] md/raid:md0: device sdc3 operational as raid disk 2
[  157.138812] md/raid:md0: device sdb3 operational as raid disk 1
[  157.140832] NR_STRIPES is 4096 for total 255822 ram pages
[  157.154216] md/raid:md0: allocated 84464kB
[  157.156300] md/raid:md0: raid level 5 active with 5 out of 5 devices, algorithm 2
[  157.158297] RAID conf printout:
[  157.158299]  --- level:5 rd:5 wd:5
[  157.158304]  disk 0, o:1, dev:sda3
[  157.158307]  disk 1, o:1, dev:sdb3
[  157.158310]  disk 2, o:1, dev:sdc3
[  157.158313]  disk 3, o:1, dev:sdd3
[  157.158316]  disk 4, o:1, dev:sde3
[  157.158374] md0: detected capacity change from 0 to 11995945107456
[  158.143639] md: bind<sde2>
[  158.273268]  md0: unknown partition table
[  161.256752] md: md5: recovery done.
[  161.296898] RAID1 conf printout:
[  161.296902]  --- wd:2 rd:2
[  161.296906]  disk 0, wo:0, o:1, dev:sda2
[  161.296909]  disk 1, wo:0, o:1, dev:sdb2
[  161.306634] RAID1 conf printout:
[  161.306637]  --- wd:2 rd:2
[  161.306641]  disk 0, wo:0, o:1, dev:sda2
[  161.306644]  disk 1, wo:0, o:1, dev:sdb2
[  161.306646] RAID1 conf printout:
[  161.306648]  --- wd:2 rd:2
[  161.306651]  disk 0, wo:0, o:1, dev:sda2
[  161.306654]  disk 1, wo:0, o:1, dev:sdb2
[  161.306657] RAID1 conf printout:
[  161.306659]  --- wd:2 rd:2
[  161.306662]  disk 0, wo:0, o:1, dev:sda2
[  161.306665]  disk 1, wo:0, o:1, dev:sdb2
[  163.985131] ext4_init_reserve_inode_table0: md0, 89377
[  163.987026] ext4_init_reserve_inode_table2: md0, 89377, 0, 0, 4096
[  163.988942] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl
[  188.406080] tg3 0000:04:00.0: eth0: Link is down
[  192.143870] tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex
[  192.144056] tg3 0000:04:00.0: eth0: Flow control is on for TX and on for RX
[  233.063986] rule type=2, num=0
[  233.385040] Loading iSCSI transport class v2.0-871.
[  233.440689] iscsi: registered transport (tcp)
[  233.478976] iscsid (7963): /proc/7963/oom_adj is deprecated, please use /proc/7963/oom_score_adj instead.
[  240.668743] Set msys_nodify as 31743
[ 1237.952034] [1 0] Detect fake interrupts.
[ 1237.953019] QNAP: Got fake interrupts.(cnt=0)
[ 8205.541776] [1 0] Detect fake interrupts.
[ 8205.542763] QNAP: Got fake interrupts.(cnt=96)
[ 8218.924233] [1 0] Detect fake interrupts.
[ 8218.925218] [1 0] Fake interrupts detection finished.
[ 8263.608082] [1 0] Detect fake interrupts.
[ 8263.609073] QNAP: Got fake interrupts.(cnt=0)
[ 9451.064931] [1 0] Detect fake interrupts.
[ 9451.065918] [1 0] Fake interrupts detection finished.
[ 9498.223756] [1 0] Detect fake interrupts.
[ 9498.224743] [1 0] Fake interrupts detection finished.
[ 9512.179553] [1 0] Detect fake interrupts.
[ 9512.180540] QNAP: Got fake interrupts.(cnt=0)
[ 9526.460111] [1 0] Detect fake interrupts.
[ 9526.461097] QNAP: Got fake interrupts.(cnt=0)
[ 9712.663151] [1 0] Detect fake interrupts.
[ 9712.664137] [1 0] Fake interrupts detection finished.
[ 9717.964024] ENABLE_WRITE_CACHE (current: disabled).
[ 9718.076142] scsi 6:0:0:0: Direct-Access     H/W      LARGE            0957 PQ: 0 ANSI: 3
[ 9718.081489] Check proc_name[mvSata].
[ 9718.083539] TS509 SATA TYPE is 2
[ 9718.088756] sd 6:0:0:0: [sdza] Very big device. Trying to use READ CAPACITY(16).
[ 9718.091272] sd 6:0:0:0: [sdza] 23441702912 512-byte logical blocks: (12.0 TB/10.9 TiB)
[ 9718.096038] sd 6:0:0:0: [sdza] Write Protect is off
[ 9718.098162] sd 6:0:0:0: [sdza] Mode Sense: 23 00 00 00
[ 9718.098824] Check proc_name[mvSata].
[ 9718.099110] TS509 SATA TYPE is 2
[ 9718.105034] sd 6:0:0:0: [sdza] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9718.109991] sd 6:0:0:0: [sdza] Very big device. Trying to use READ CAPACITY(16).
[ 9718.114252] sd 6:0:0:0: Attached scsi generic sg676 type 0
[ 9718.148922]  sdza: unknown partition table
[ 9718.151533] sd 6:0:0:0: [sdza] Very big device. Trying to use READ CAPACITY(16).
[ 9718.156181] sd 6:0:0:0: [sdza] Attached SCSI disk
[ 9718.269920] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.272183] FAT-fs (sdza): Can't find a valid FAT filesystem
[ 9718.276229] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.278379] FAT-fs (sdza): Can't find a valid FAT filesystem
[ 9718.296780] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.299087] FAT-fs (sdza): Can't find a valid FAT filesystem
[ 9718.303217] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.305384] FAT-fs (sdza): Can't find a valid FAT filesystem
[ 9718.323554] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.325750] FAT-fs (sdza): Can't find a valid FAT filesystem
[ 9718.330243] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.332320] FAT-fs (sdza): Can't find a valid FAT filesystem
[ 9718.348821] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.351056] FAT-fs (sdza): Can't find a valid FAT filesystem
[ 9718.355217] FAT-fs (sdza): bogus number of reserved sectors
[ 9718.357305] FAT-fs (sdza): Can't find a valid FAT filesystem
[/] #
And here is the output of the df and mount commands:

Code: Select all

[/] # df -h | grep -v qpkg | grep -v grep
df: /share/external/UHCI Host Controller: Protocol error
df: /share/external/UHCI Host Controller: Protocol error
Filesystem                Size      Used Available Use% Mounted on
/dev/ramdisk            139.5M    111.9M     27.5M  80% /
tmpfs                    64.0M    228.0k     63.8M   0% /tmp
tmpfs                   499.7M      4.0k    499.6M   0% /dev/shm
/dev/sda4               371.0M    231.7M    139.3M  62% /mnt/ext
/dev/md9                509.5M    130.8M    378.7M  26% /mnt/HDA_ROOT
/dev/md0                 10.7T      3.8T      7.0T  35% /share/MD0_DATA
[/] # mount | grep -v qpkg | grep -v grep
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=64M)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw,data=ordered)
/dev/md0 on /share/MD0_DATA type ext4 (rw,usrjquota=aquota.user,jqfmt=vfsv0,user_xattr,data=ordered,delalloc,acl)
gphotofs on /share/external/UHCI Host Controller type fuse.gphotofs (rw,nosuid,nodev)
gphotofs on /share/external/UHCI Host Controller type fuse.gphotofs (rw,nosuid,nodev)
[/] # ls -alF /share/external/
drwxrwxr-x   30 admin    administ      1024 May 25 19:08 ./
drwxrwxr-x   32 admin    administ      1024 May 25 16:30 ../
drwxr-xr-x    2 admin    administ         0 Dec 31  1969 UHCI Host Controller/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sda/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdb/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdc/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdd/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sde/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdf/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdg/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdh/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdi/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdj/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdk/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdl/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdm/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdn/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdo/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdp/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdq/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdr/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sds/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdt/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdu/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdv/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdw/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdx/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdy/
drwxrwxrwx    2 admin    administ      1024 Nov 17  2005 sdz/
drwxr-xr-x    2 admin    administ      1024 May 25 19:08 sdza/
[/] # #done
You do not have the required permissions to view the files attached to this post.
TS-509 Pro - Old School!
User avatar
pwilson
Guru
Posts: 22533
Joined: Fri Mar 06, 2009 11:20 am
Location: Victoria, BC, Canada (UTC-08:00)

Re: External eSata recognized but not mounted

Post by pwilson »

Davide-NYC wrote:The SSH output of those last two posts were taken while the NAS was in a state such that the Drive wasn't even shown in the QTS "External Hardware" page.

By hotplugging the eSATA drive I was able to get it shown in the QTS "External Hardware" page.


If you click on "USBDisk1", does it show you any useful information on the "Storage Information" tab?

Patrick M. Wilson
Victoria, BC Canada
QNAP TS-470 Pro w/ 4 * Western Digital WD30EFRX WD Reds (RAID5) - - Single 8.1TB Storage Pool FW: QTS 4.2.0 Build 20151023 - Kali Linux v1.06 (64bit)
Forums: View My Profile - Search My Posts - View My Photo - View My Location - Top Community Posters
QNAP: Turbo NAS User Manual - QNAP Wiki - QNAP Tutorials - QNAP FAQs

Please review: When you're asking a question, please include the following.
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

Presumably you mean eSATADisk1, and here is the information given:
2015-05-25 21_41_10-Corvallo-NAS.png
You do not have the required permissions to view the files attached to this post.
TS-509 Pro - Old School!
User avatar
pwilson
Guru
Posts: 22533
Joined: Fri Mar 06, 2009 11:20 am
Location: Victoria, BC, Canada (UTC-08:00)

Re: External eSata recognized but not mounted

Post by pwilson »

Davide-NYC wrote:Presumably you mean eSATADisk1, and here is the information given:
2015-05-25 21_41_10-Corvallo-NAS.png
What type of filesystem is supposed to be on the drives? Ext3? NTFS?

The problem I have with providing commands for you, is that none of the information I requested you provide, has disclosed which device it is trying to mount. We could attempt to manually mount it, if we knew where it is trying to mount.

BTW "Spanning Disk" suggests it is a JBOD volume, which would be unmountable if any of the drives have failed. Did you file a ticket yet?

Patrick M. Wilson
Victoria, BC Canada
QNAP TS-470 Pro w/ 4 * Western Digital WD30EFRX WD Reds (RAID5) - - Single 8.1TB Storage Pool FW: QTS 4.2.0 Build 20151023 - Kali Linux v1.06 (64bit)
Forums: View My Profile - Search My Posts - View My Photo - View My Location - Top Community Posters
QNAP: Turbo NAS User Manual - QNAP Wiki - QNAP Tutorials - QNAP FAQs

Please review: When you're asking a question, please include the following.
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

Yes, it's a CONCAT (rather than a JBOD) where the disks are concatenated sequentially to create one big disk.
(I'm considering buying a 5-Bay RAID5 esata instead of this 4-Bay)

Most recently the volume was formatted EXT4 on the QNAP.
Prior to that it was formatted it NTFS ona Win7(64bit) workstation.

I'll plug it back into the Win7 box and see if I can reformat it sucesfully (NTFS) and run a scandisk, just to check the health of the physical disks.
(what a pain)

I'm totally unqualified to diagnose this but could it be something to do with blocksize. 512kb versus 4mb maybe?
Remember that the 509 Pro firmware is 32bit only. Might that have something to do with this?
TS-509 Pro - Old School!
Davide-NYC
Getting the hang of things
Posts: 86
Joined: Sun Jul 26, 2009 12:20 am

Re: External eSata recognized but not mounted

Post by Davide-NYC »

On a hunch I just reformatted the drive in EXT3 and it now seems to be working.
Could some hardware compatibility have been the cause of my woes? Is my backup device a ticking time-bomb?
TS-509 Pro - Old School!
Post Reply

Return to “System & Disk Volume Management”