I got 4 500GB disks as RAID5 (this also included the sda disk).
And another 4TB on bay5.
My fvdw share was created in /share/1100/
- Code: Select all
# mount
/dev/root on / type ext3 (rw,relatime,errors=continue,barrier=1,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda1 on / type ext3 (rw,relatime,errors=continue,barrier=1,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,errors=continue,barrier=1,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sde8 on /share/1004 type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered)
/dev/md0 on /share/1100 type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered)
- Code: Select all
# ls -l /share
total 24
drwxrwxrwx 2 root root 4096 2015-11-16 00:05 1000
drwxrwxrwx 2 root root 4096 2015-11-16 22:03 1001
drwxrwxrwx 2 root root 4096 2015-11-16 22:03 1002
drwxrwxrwx 2 root root 4096 2015-11-16 22:03 1003
drwxrwxrwx 5 root root 4096 2015-11-20 17:10 1004
drwxrwxrwx 4 root root 4096 2015-11-20 17:11 1100
- Code: Select all
# ls -l /usr/local
lrwxrwxrwx 1 root root 23 2015-11-16 00:04 /usr/local -> /share/1000/fvdw/addons
- Code: Select all
# ls -l /direct-usb/fvdw/addons
total 123584
drwxr-xr-x 2 root root 4096 2015-11-20 17:14 bin
drwxr-xr-x 3 root root 4096 2015-11-20 17:14 include
drwxr-xr-x 4 root root 4096 2015-11-20 17:14 lib
-rw-rw-rw- 1 nobody nobody 126392320 2013-11-17 00:59 python.tar
drwxr-xr-x 13 root root 4096 2015-11-20 17:14 sabnzbd
drwxr-xr-x 3 root root 4096 2015-11-20 17:14 share
drwxrwxr-x 10 root root 4096 2015-11-20 17:14 sickbeard
So I guess that I need to just fix the link on /usr/local ?
I didn't know this was just a link. :D