I am trying to plug a Sharkoon 8-bay box to the Turris using USB (turris don’t hava sata port). The box is recognized as
Bus 004 Device 002: ID 152d:0539 JMicron Technology Corp. / JMicron USA Technology Corp. JMS539 SuperSpeed SATA II 3.0G Bridge
but i can’t figure out how to mount it as a HDD.
einar
2
Can you paste the output of lsblk
?
einar
4
Does your RAID box have 1T storage? Because I see something there as sda
. Please also paste the output of findmnt
.
Hi, sorry for late answer, I don’t get the subscription mails alerts.
My raid has 14TB available, it is a 8x2TB box. The 1TB HDD is a single USB disk I also have connected to the router.
Here you got the findmnt output:
root@turris:~# findmnt
TARGET SOURCE FSTYPE OPTIONS
/ /dev/mmcblk0p1[/@]
btrfs rw,noatime,ssd,noacl,space_cache,commit=
├─/proc proc proc rw,noatime
├─/sys sysfs sysfs rw,noatime
│ ├─/sys/fs/cgroup none cgroup rw,relatime,cpuset,cpu,cpuacct,blkio,mem
│ └─/sys/kernel/debug debugfs debugfs rw,noatime
├─/dev tmpfs tmpfs rw,relatime,size=512k,mode=755
│ └─/dev/pts devpts devpts rw,relatime,mode=600,ptmxmode=000
└─/tmp tmpfs tmpfs rw,nosuid,nodev,noatime
└─/tmp/run/mountd mountd(pid2529)
autofs rw,relatime,fd=5,pgrp=2527,timeout=60,mi
└─/tmp/run/mountd/sda1
/dev/sda1 ext4 rw,relatime,data=ordered
einar
6
The USB RAID box is not even seen by the kernel. Can you post lsusb
and the output of dmesg
before and after plugging it in?