Temat: Problem z NFS na gargoyle

Cześć,
skonfigurowałem udział NFS z dostępem dla 192.168.1.0/24. Taką opcję dostępu właśnie podałem w gargoyle. Próbując zamontować udział dostaję jednak access denied (IP routera 192.168.1.1, IP komputera 192.168.20).

Restart usługi NFS przez konsolę rozwiązuje problem, ale tylko do następnego restartu.

Czy robię coś źle?

2

Odp: Problem z NFS na gargoyle

A czy włączasz usługę, bo restart ją zatrzymuje i ponownie uruchamia. Jak nie masz włączonego autostartu usługi to tak będzie.

3

Odp: Problem z NFS na gargoyle

Oczywiście. Nawet showmount pokazuje, że udział jest.

4

Odp: Problem z NFS na gargoyle

Zauważyłem również, że nawet jak w pole IP wpisze się konkretne IP to też jest access denied. Zawsze tylko po restarcie NFS  działa.

5

Odp: Problem z NFS na gargoyle

To chyba błąd w gargoyle.

W logach jest:

Jan 30 21:31:11 r2 daemon.warn rpc.mountd[1735]: refused mount request from 192.168.1.20 for /tmp/usb_mount/1AEC526CEC524265 (/): not exported

exportfs daje:

/tmp/usb_mount/1AEC526CEC524265
                192.168.1.3
/tmp/usb_mount/1AEC526CEC524265
                192.168.1.20
/tmp/usb_mount/1AEC526CEC524265
                192.168.1.21
/tmp/usb_mount/1AEC526CEC524265
                192.168.1.22

czyli niby prawidłowo, ale te udostępnienia działają dopiero po exportfs -r. I tak to nic nie daje, bo dysk jest zamontowany w: /tmp/share_home/jacek/Media_R2/

Czyli tutaj najkładają się na siebie 2 błędy.

6

Odp: Problem z NFS na gargoyle

Nośnik jest ponownie bindowany w /tmp/share_home na potrzeby ftp'a. /tmp/usb_mount/1AEC526CEC524265 jest właściwym miejscem jego montowania.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

7 (edytowany przez connexion2000 2013-01-30 22:07:30)

Odp: Problem z NFS na gargoyle

Uuu, czyli wnioskuję że nie da się mieć jednocześnie FTP i NFS?

8

Odp: Problem z NFS na gargoyle

Dlaczego? Da się. Klikasz, udostępniasz działa.

root@Gargoyle:~# exportfs
/tmp/usb_mount/8d019034-872b-4571-89da-1b2d32e993c5
        192.168.1.166
root@Gargoyle:~# mount
...
/dev/sda1 on /tmp/usb_mount/8d019034-872b-4571-89da-1b2d32e993c5 type ext2 (rw,noatime,user_xattr,barrier=1)
/dev/sda1 on /tmp/share_home/anonymous/share_1 type ext2 (rw,noatime,user_xattr,barrier=1)


Na komputerze mount:

192.168.1.1:/nfs/share_1 on /tmp/a1 type nfs (rw,addr=192.168.1.1)

I i ftp normalnie na tym działa.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

9

Odp: Problem z NFS na gargoyle

Jeszcze raz zrobiłem konfigurację. Teraz faktycznie montuje się w dwóch miejscach. Jednak to nie rozwiązuje problemu, że po restarcie lokalizacja /tmp/usb_mount/1AEC526CEC524265 nie jest wyeksportowana. Zamiast tego widoczny jest tylko /nfs/Media_R2. Dopiero później po exportfs -r pojawia się ten katalog w /tmp.

10

Odp: Problem z NFS na gargoyle

Nie występuje u mnie taki problem. Nośnik normalnie się montuje, udostępnia nfs tak samo.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

11

Odp: Problem z NFS na gargoyle

A pokażesz co masz w /etc/config/nfsd?

12

Odp: Problem z NFS na gargoyle

root@Gargoyle:~# cat /etc/config/nfsd

config nfsshare 'share_1'
    option name 'share_1'
    option path '/tmp/usb_mount/8d019034-872b-4571-89da-1b2d32e993c5'
    option sync '1'
    option insecure '1'
    option subtree_check '0'
    option read_only '0'
    list allowed_hosts '192.168.1.166'

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

13

Odp: Problem z NFS na gargoyle

Od razu pomogło. W path miałem sda1 zamiast UUID partycji. Wszystko przez to, że była zaznaczona opcja, że ustawienia share dotyczą zawsze pierwszej partycji zamiast tylko konkretnego dysku. Po zmianie tej opcji hula od razu.

14

Odp: Problem z NFS na gargoyle

Niestety wciąż mam problem. Zrobiłem konfigurację jak na obrazku:
http://img38.imageshack.us/img38/8125/gargoyler.png

ale udział samby i nfs jest pusty. Wszystko dlatego, że drugi wpis dotyczący /dev/sda1 w mount nie pojawia się

root@r2:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlayfs (rw,noatime,lowerdir=/,upperdir=/overlay)
none on /proc/bus/usb type usbfs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sda1 on /tmp/share_home/jacek/Media_R2 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)

Reset nie pomaga.

15

Odp: Problem z NFS na gargoyle

Bo ci raczej nośnika nie montuje po prostu.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

16

Odp: Problem z NFS na gargoyle

Tak, to ja wiem. Pytanie tylko dlaczego nie montuje. I dlaczego jak zmienię opcję, że ustawienia mają dotyczyć wszystkich dysków, a potem znów jak zaznaczę, że mają dotyczyć tego konkretnego dysku, wszystko zaczyna działać poprawnie?

17

Odp: Problem z NFS na gargoyle

Ponieważ się wykonuje skrypt ponownie który montuje dyski.

logread - masz jakąś niepokojącą informację o usb?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

18

Odp: Problem z NFS na gargoyle

Logread z częścią o dysku jak poniżej.

Feb  2 15:36:12 r2 daemon.notice ntfs-3g[1568]: Version 2010.8.8 integrated FUSE 27
Feb  2 15:36:12 r2 daemon.notice ntfs-3g[1568]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Feb  2 15:36:12 r2 daemon.notice ntfs-3g[1568]: Cmdline options:
Feb  2 15:36:12 r2 daemon.notice ntfs-3g[1568]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Feb  2 15:36:12 r2 daemon.notice ntfs-3g[1568]: Ownership and permissions disabled, configuration type 1
Feb  2 15:36:12 r2 daemon.notice ntfs-3g[1568]: Unmounting /dev/sda1 (Media_R2)
Feb  2 15:36:12 r2 kern.warn kernel: [   33.800000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:12 r2 kern.warn kernel: [   33.800000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:13 r2 authpriv.info dropbear[1658]: Running in background
Feb  2 15:36:14 r2 daemon.warn httpd_gargoyle[1687]: started as root without requesting chroot(), warning only
Feb  2 15:36:14 r2 daemon.notice httpd_gargoyle[1687]: httpd_gargoyle/1.0 14mar2008 starting on r2, port 80
Feb  2 15:36:15 r2 daemon.notice rpc.statd[1725]: Version 1.2.6 starting
Feb  2 15:36:15 r2 daemon.notice sm-notify[1726]: Version 1.2.6 starting
Feb  2 15:36:15 r2 daemon.err sm-notify[1726]: Failed to open directory sm.bak: No such file or directory
Feb  2 15:36:15 r2 daemon.notice rpc.statd[1725]: Initializing NSM state
Feb  2 15:36:15 r2 daemon.warn rpc.statd[1725]: Running as root.  chown /var/lib/nfs to choose different user
Feb  2 15:36:15 r2 daemon.notice rpc.mountd[1741]: Version 1.2.6 starting
Feb  2 15:36:16 r2 daemon.notice ntfs-3g[1756]: Version 2010.8.8 integrated FUSE 27
Feb  2 15:36:16 r2 daemon.notice ntfs-3g[1756]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Feb  2 15:36:16 r2 daemon.notice ntfs-3g[1756]: Cmdline options:
Feb  2 15:36:16 r2 daemon.notice ntfs-3g[1756]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Feb  2 15:36:16 r2 daemon.notice ntfs-3g[1756]: Ownership and permissions disabled, configuration type 1
Feb  2 15:36:17 r2 daemon.notice ntfs-3g[1756]: Unmounting /dev/sda1 (Media_R2)
Feb  2 15:36:17 r2 kern.warn kernel: [   38.220000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:17 r2 kern.warn kernel: [   38.230000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:18 r2 user.info sysinit: ERROR: No valid dynamic DNS service configurations defined
Feb  2 15:36:18 r2 user.info sysinit: (Did you specify correct configuration file path?)
Feb  2 15:36:20 r2 daemon.notice ntfs-3g[1851]: Version 2010.8.8 integrated FUSE 27
Feb  2 15:36:20 r2 daemon.notice ntfs-3g[1851]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Feb  2 15:36:20 r2 daemon.notice ntfs-3g[1851]: Cmdline options:
Feb  2 15:36:20 r2 daemon.notice ntfs-3g[1851]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Feb  2 15:36:20 r2 daemon.notice ntfs-3g[1851]: Ownership and permissions disabled, configuration type 1
Feb  2 15:36:20 r2 daemon.notice ntfs-3g[1851]: Unmounting /dev/sda1 (Media_R2)
Feb  2 15:36:20 r2 kern.warn kernel: [   41.620000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:20 r2 kern.warn kernel: [   41.620000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:20 r2 kern.warn kernel: [   41.620000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:22 r2 daemon.notice ntfs-3g[1911]: Version 2010.8.8 integrated FUSE 27
Feb  2 15:36:22 r2 daemon.notice ntfs-3g[1911]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Feb  2 15:36:22 r2 daemon.notice ntfs-3g[1911]: Cmdline options:
Feb  2 15:36:22 r2 daemon.notice ntfs-3g[1911]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Feb  2 15:36:22 r2 daemon.notice ntfs-3g[1911]: Ownership and permissions disabled, configuration type 1
Feb  2 15:36:22 r2 daemon.notice ntfs-3g[1911]: Unmounting /dev/sda1 (Media_R2)
Feb  2 15:36:23 r2 kern.warn kernel: [   43.840000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:23 r2 kern.warn kernel: [   43.850000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:24 r2 daemon.notice ntfs-3g[1971]: Version 2010.8.8 integrated FUSE 27
Feb  2 15:36:24 r2 daemon.notice ntfs-3g[1971]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Feb  2 15:36:24 r2 daemon.notice ntfs-3g[1971]: Cmdline options:
Feb  2 15:36:24 r2 daemon.notice ntfs-3g[1971]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Feb  2 15:36:24 r2 daemon.notice ntfs-3g[1971]: Ownership and permissions disabled, configuration type 1
Feb  2 15:36:24 r2 daemon.notice ntfs-3g[1971]: Unmounting /dev/sda1 (Media_R2)
Feb  2 15:36:25 r2 kern.warn kernel: [   46.100000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:25 r2 kern.warn kernel: [   46.100000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:27 r2 daemon.notice ntfs-3g[2031]: Version 2010.8.8 integrated FUSE 27
Feb  2 15:36:27 r2 daemon.notice ntfs-3g[2031]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Feb  2 15:36:27 r2 daemon.notice ntfs-3g[2031]: Cmdline options:
Feb  2 15:36:27 r2 daemon.notice ntfs-3g[2031]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Feb  2 15:36:27 r2 daemon.notice ntfs-3g[2031]: Ownership and permissions disabled, configuration type 1
Feb  2 15:36:27 r2 user.notice root: vsftpd init: mounted = 1
Feb  2 15:36:27 r2 user.notice root: vsftpd init: got_lock = 1
Feb  2 15:36:28 r2 user.info sysinit: setting up led USB1
Feb  2 15:36:28 r2 user.info sysinit: setting up led USB2
Feb  2 15:36:28 r2 user.info sysinit: setting up led WLAN2G
Feb  2 15:36:28 r2 kern.warn kernel: [   49.640000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:28 r2 kern.warn kernel: [   49.650000] disktype: sending ioctl 5305 to a partition!
Feb  2 15:36:40 r2 kern.warn kernel: [   61.610000] ipt_bandwidth: timezone shift of 60 minutes detected, adjusting
Feb  2 15:36:40 r2 kern.warn kernel: [   61.620000]                old minutes west=0, new minutes west=-60

Dzięki

19

Odp: Problem z NFS na gargoyle

Czemu masz ten dysk z ntfs cały czas montowany i odmontowany?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

20

Odp: Problem z NFS na gargoyle

Tego to ja nie wiem, to jest log ze startu routera.

21

Odp: Problem z NFS na gargoyle

Tutaj log od razu po resecie do ustawień domyślnych:

root@Gargoyle:~# logread|grep sda
Jan  1 00:00:17 Gargoyle kern.notice kernel: [   16.800000] sd 0:0:0:0: [sda] 1953519616 512-byte logical blocks: (1.00 TB/931 GiB)
Jan  1 00:00:17 Gargoyle kern.warn kernel: [   16.810000] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
Jan  1 00:00:17 Gargoyle kern.err kernel: [   16.810000] sd 0:0:0:0: [sda] Asking for cache data failed
Jan  1 00:00:17 Gargoyle kern.err kernel: [   16.820000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 00:00:17 Gargoyle kern.warn kernel: [   16.830000] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
Jan  1 00:00:17 Gargoyle kern.err kernel: [   16.840000] sd 0:0:0:0: [sda] Asking for cache data failed
Jan  1 00:00:17 Gargoyle kern.err kernel: [   16.840000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 00:00:17 Gargoyle kern.info kernel: [   17.280000]  sda: sda1
Jan  1 00:00:17 Gargoyle kern.warn kernel: [   17.290000] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
Jan  1 00:00:17 Gargoyle kern.err kernel: [   17.300000] sd 0:0:0:0: [sda] Asking for cache data failed
Jan  1 00:00:17 Gargoyle kern.err kernel: [   17.300000] sd 0:0:0:0: [sda] Assuming drive cache: write through
Jan  1 00:00:17 Gargoyle kern.notice kernel: [   17.310000] sd 0:0:0:0: [sda] Attached SCSI disk
Jan  1 00:05:47 Gargoyle daemon.notice ntfs-3g[1493]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:05:47 Gargoyle daemon.notice ntfs-3g[1493]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Jan  1 00:05:48 Gargoyle daemon.notice ntfs-3g[1493]: Unmounting /dev/sda1 (Media_R2)
Jan  1 00:05:52 Gargoyle daemon.notice ntfs-3g[1700]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:05:52 Gargoyle daemon.notice ntfs-3g[1700]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Jan  1 00:05:52 Gargoyle daemon.notice ntfs-3g[1700]: Unmounting /dev/sda1 (Media_R2)
Jan  1 00:05:55 Gargoyle daemon.notice ntfs-3g[1790]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:05:55 Gargoyle daemon.notice ntfs-3g[1790]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Jan  1 00:05:55 Gargoyle daemon.notice ntfs-3g[1790]: Unmounting /dev/sda1 (Media_R2)
Jan  1 00:05:57 Gargoyle daemon.notice ntfs-3g[1850]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:05:57 Gargoyle daemon.notice ntfs-3g[1850]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Jan  1 00:05:57 Gargoyle daemon.notice ntfs-3g[1850]: Unmounting /dev/sda1 (Media_R2)
Jan  1 00:05:59 Gargoyle daemon.notice ntfs-3g[1910]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:05:59 Gargoyle daemon.notice ntfs-3g[1910]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Jan  1 00:05:59 Gargoyle daemon.notice ntfs-3g[1910]: Unmounting /dev/sda1 (Media_R2)
Jan  1 00:06:01 Gargoyle daemon.notice ntfs-3g[1970]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:06:01 Gargoyle daemon.notice ntfs-3g[1970]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Jan  1 00:06:01 Gargoyle daemon.notice ntfs-3g[1970]: Unmounting /dev/sda1 (Media_R2)
Jan  1 00:06:04 Gargoyle daemon.notice ntfs-3g[2066]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:06:04 Gargoyle daemon.notice ntfs-3g[2066]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096
Jan  1 00:06:04 Gargoyle daemon.notice ntfs-3g[2066]: Unmounting /dev/sda1 (Media_R2)
Jan  1 00:06:06 Gargoyle daemon.notice ntfs-3g[2122]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Jan  1 00:06:06 Gargoyle daemon.notice ntfs-3g[2122]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096

czemu to się tyle razy odmontowywuje i montuje?

22

Odp: Problem z NFS na gargoyle

Jeśli w czasie pracy dysk odłącze i podłącze normalnie, to montuje się tylko jeden raz:

Feb  3 08:53:03 Gargoyle daemon.notice ntfs-3g[2122]: Unmounting /dev/sda1 (Media_R2)
Feb  3 08:53:28 Gargoyle kern.notice kernel: [  952.630000] sd 1:0:0:0: [sda] 1953519616 512-byte logical blocks: (1.00 TB/931 GiB)
Feb  3 08:53:28 Gargoyle kern.warn kernel: [  952.640000] sd 1:0:0:0: [sda] Test WP failed, assume Write Enabled
Feb  3 08:53:28 Gargoyle kern.err kernel: [  952.650000] sd 1:0:0:0: [sda] Asking for cache data failed
Feb  3 08:53:28 Gargoyle kern.err kernel: [  952.650000] sd 1:0:0:0: [sda] Assuming drive cache: write through
Feb  3 08:53:28 Gargoyle kern.warn kernel: [  952.660000] sd 1:0:0:0: [sda] Test WP failed, assume Write Enabled
Feb  3 08:53:28 Gargoyle kern.err kernel: [  952.670000] sd 1:0:0:0: [sda] Asking for cache data failed
Feb  3 08:53:28 Gargoyle kern.err kernel: [  952.670000] sd 1:0:0:0: [sda] Assuming drive cache: write through
Feb  3 08:53:28 Gargoyle kern.info kernel: [  952.720000]  sda: sda1
Feb  3 08:53:28 Gargoyle kern.warn kernel: [  952.720000] sd 1:0:0:0: [sda] Test WP failed, assume Write Enabled
Feb  3 08:53:28 Gargoyle kern.err kernel: [  952.740000] sd 1:0:0:0: [sda] Asking for cache data failed
Feb  3 08:53:28 Gargoyle kern.err kernel: [  952.740000] sd 1:0:0:0: [sda] Assuming drive cache: write through
Feb  3 08:53:28 Gargoyle kern.notice kernel: [  952.750000] sd 1:0:0:0: [sda] Attached SCSI disk
Feb  3 08:53:30 Gargoyle daemon.notice ntfs-3g[3574]: Mounted /dev/sda1 (Read-Write, label "Media_R2", NTFS 3.1)
Feb  3 08:53:30 Gargoyle daemon.notice ntfs-3g[3574]: Mount options: allow_other,nonempty,relatime,fsname=/dev/sda1,blkdev,blksize=4096

23

Odp: Problem z NFS na gargoyle

Problem dotyczy wersji gargoyle oryginalnej.
W wersji PL by Obsy, problem nie występuje.

24

Odp: Problem z NFS na gargoyle

Jeszcze lepiej.... pisz na przyszłość zanim zacznę szukać dlaczego...

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

25

Odp: Problem z NFS na gargoyle

Przepraszam, nie myślałem, że aż taka różnica jest między obydwiema wersjami.

A może dałoby się tak zrobić, żeby przy montowaniu partycji był używany nie UUID a label tej partycji? Byłoby wtedy zamontowane w katalogu np. Media_R2, bo na zewnętrznych urządzeniach potem to jest widoczne jako ciąg znaków typu ABCD1234ABCD. Z labelem ładniej by wyglądało.

Jeszcze wracając do problemu montowania i odmonotowywania podczas bootowania to występuje ten problem w obydwu wersjach Gargoyle. Do routera mam podłączony dysk WD Elements 1 TB.