51

Odp: montowanie dysku USB i otoczenie sieciowe

Wypiąłem dysk i sprawdziłem chkdiskem - błędów brak.

po odmontowaniu z zakładki "nośniki USB" i podpięciu od nowa nie pokazuje się on w tej zakładce (w poleceniu mount jest). Po którymś restarcie samby dopiero mam udostępniony dysk i rusza transmission.

TL-WDR3600 Gargoyle PL by obsy

52

Odp: montowanie dysku USB i otoczenie sieciowe

andromenda napisał/a:

Wypiąłem dysk i sprawdziłem chkdiskem - błędów brak.

po odmontowaniu z zakładki "nośniki USB" i podpięciu od nowa nie pokazuje się on w tej zakładce (w poleceniu mount jest). Po którymś restarcie samby dopiero mam udostępniony dysk i rusza transmission.

Nie śledziłem dyskusji od początku, ale zapytam na wszelki wypadek - dysk masz podłączony przez aktywny HUB USB lub ma on swój, zewnętrzny zasilacz, czy korzystasz tylko z zasilania w USB z routera?

53 (edytowany przez andromenda 2013-10-28 15:16:04)

Odp: montowanie dysku USB i otoczenie sieciowe

Tplink WDR3600, dysk jest 2,5 calowy i podpięty bezpośrednio do USB. Dziala normalnie tylko problem jest z zamontowaniem go po restarcie urządzenia.

TL-WDR3600 Gargoyle PL by obsy

54

Odp: montowanie dysku USB i otoczenie sieciowe

Zamontuj go ręcznie:

mkdir -p /tmp/usb_mount/A064E4DD64E4B766
ntfs-3g /dev/sda4 /tmp/usb_mount/A064E4DD64E4B766

I zobacz czy nie będzie problemu.

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

55 (edytowany przez andromenda 2013-10-28 17:21:51)

Odp: montowanie dysku USB i otoczenie sieciowe

Wygląda to tak:

mkdir: can't create directory '/tmp/usb_mount/A064E4DD64E4B766': Transport endpoint is not connected

Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.

Zrestartowałem z sambą i transmission bez autostartu i co ciekawe nadal mam udostępniony ram - skrypt z opóźnieniem sam aktywuje start samby?

Usunąłem udostępnienie z "nośniki USB"

wpisałem to co wyżej i przeszło...

TL-WDR3600 Gargoyle PL by obsy

56

Odp: montowanie dysku USB i otoczenie sieciowe

No tak, ale nie możesz ponownie zamontować jak już jest zamontowany tak...

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

57

Odp: montowanie dysku USB i otoczenie sieciowe

Zgadza się, czyli wracamy do punktu wyjścia?

Nie lubię być laikiem hmm

TL-WDR3600 Gargoyle PL by obsy

58

Odp: montowanie dysku USB i otoczenie sieciowe

No jak masz zamontowany to wszystko gra przecież. Problem jak się nie zamontował - a wtedy szukasz przyczyny dlaczego.

Samba, ftp itd uruchamiają się niezależnie od tego czy masz dysk zamontowany czy nie. Jako usługa więc działa. Dysk musi się montować za każdym razem.

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

59 (edytowany przez andromenda 2013-10-30 20:54:30)

Odp: montowanie dysku USB i otoczenie sieciowe

Montuje się i jest widoczny (w zakładce nośniki usb i przez polecenie blkid) tylko samba i transmission po restarcie zapisują do ramu. Wywaliłem opóźnienie przy starcie i wyłączyłem atostart tych usług. Po ręcznym odpaleniu nawet długo po uruchomieniu rządzenia nadal zapisuje do ramu.
Dopiero po ręcznym wpisaniu

mkdir -p /tmp/usb_mount/A064E4DD64E4B766
ntfs-3g /dev/sdb4 /tmp/usb_mount/A064E4DD64E4B766

widzi udostępnioną przestrzeń dysku.
Może te komendy jakoś zautomatyzować przy starcie systemu?
Tak czy siak musze zawsze odmontowac i zamontować ręcznie:/

TL-WDR3600 Gargoyle PL by obsy

60

Odp: montowanie dysku USB i otoczenie sieciowe

Skoro to robisz to nie montuje się nośnik poprawnie. Wywal ten ntfs i zrób ext4 na nim.

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

61

Odp: montowanie dysku USB i otoczenie sieciowe

To pewnie jest rozwiązanie bo ntfs działa dość wolno. Czy fat32 coś może zmienić? W razie potrzeby chciałbym mieć możliwość użycia go z windowsem.

TL-WDR3600 Gargoyle PL by obsy

62

Odp: montowanie dysku USB i otoczenie sieciowe

Z tym że na  fat nie położysz pliku większego niż 4GB, to wiesz.

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

63

Odp: montowanie dysku USB i otoczenie sieciowe

Zapomniałem o tym ograniczeniu...
No nic na razie będę montował ręcznie a  potem może zrobię ext4.

Dziękuję za zaangażowanie!

TL-WDR3600 Gargoyle PL by obsy

64

Odp: montowanie dysku USB i otoczenie sieciowe

widzę tutaj sporą analogię do mojej sytuacji.
z tym, że u mnie automatyczne montowanie to loteria.

ostatnio miałem dość częste problemy z prądem, przez co miałem możliwość przyjrzenia się jak montowany jest dysk.
mniej więcej w 50% przypadków dysk nie montował się automatycznie, przez co transmission pakował mi się do pamięci RAM, a w sekcji Mounted file systems nie widziałem żadnej z dwóch partycji, które powinny się zamontować. Z reguły  w takiej sytuacji wystarczy Reboot (choć zdarzało się, że reboot poskutkował dopiero za drugim razem).

Pytanie co może być przyczyną takiej losowości.

Jeszcze jedna kwestia:
widziałem gdzieś na tych stronach opis jak uruchamiać transmission dopiero po zamontowaniu dysku. patrząc na moje problemy opisane wyżej, jest możliwość zautomatyzować to tak, aby w razie nie zamontowania dysku programowo zmusić router do ponowienia próby zamontowania?

65

Odp: montowanie dysku USB i otoczenie sieciowe

http://eko.one.pl/?p=openwrt-skrypty#ur … aniunonika

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

66

Odp: montowanie dysku USB i otoczenie sieciowe

@siutek Daj znac czy ten skrypt coś dał i wklej swoją zawartość.

U mnie widzi partycję, ale i tak pakuje do ramu. Musze ręcznie odmontować i zamontować za każdym razem kiedy restartuję router.

Po dłuższych testach to też nie działa, po po jakimś czasie (czasem dzień czasem godzina) partycja ntfs i tak się wykracza i nie można jej odmontować bo jest zajęta (a transmission / samba nie działa).

Więc albo robimy coś źle, albo ntfs na gargulcu to fikcja.

TL-WDR3600 Gargoyle PL by obsy

67

Odp: montowanie dysku USB i otoczenie sieciowe

szczerze powiedziawszy jeszcze nie miałem okazji wypróbować tego kodu.
wiem, że działa samo opóźnienie odpalania transmission, bo to zaaplikowałem ruterkowi.

na razie nie będę bawił się w oskryptowanie montowania partycji z powyższego linku, bo chcę się przesiąść z mojego Backfire na Attitude Adjustment, jeśli w tej wersji też będą problemy, to znowu będę kombinował.

co do objawów, to chyba mamy podobnie, bo u mnie router potrafi zgubić partycję w trakcie działania. widzi ją w systemie, ale ją odmontowuje.

68

Odp: montowanie dysku USB i otoczenie sieciowe

A to wszystko jest powodem albo obciążenia usb (odmontowane w trakcie), braku dostatecznego zasilania (odmontowanie w trakcie, brak montowania przy rozruchu) lub błędami systemu plików (brak montowania na starcie).

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

69 (edytowany przez siutek 2013-11-04 10:05:24)

Odp: montowanie dysku USB i otoczenie sieciowe

jeśli AA mi zadziała to zaopatrzę się w hub aktywny, więc jeśli masz rację, to pewnie objawy ustąpią. na chwile obecną lecę bezpośrednio z portu USB, a dysk nie posiada żadnego dodatkowego zasilania.

70

Odp: montowanie dysku USB i otoczenie sieciowe

A obciążenie dobrze widać jak ktoś ściąga torrenty i ntfs jako system plików.

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

71

Odp: montowanie dysku USB i otoczenie sieciowe

no więc wszystko się zgadza, transmission mam włączone nonstop i system plików NTFS

72

Odp: montowanie dysku USB i otoczenie sieciowe

Witam
Drodzy koledzy jestem tu nowym użytkownikiem więc witam wszystkich.
Od niedawna mam zainstalowane gargoyle na wdr4300, zrobiony jest extroot (pendrive)  i wszystko fajnie działa oprócz dodatkowego dysku 1TB wszystko jest podłączone do Hub usb gdyż korzystam z LTE, problem polega na tym że po restarcie rutera nie widzi dysku 1TB dopuki go nie wypnę z usb i ponownie podłącze oczywiście już po uruchomieniu systemu i dopiero wtedy dysk jest widziany w otoczeniu sieciowym. Nie mam zainstalowanego transmisin i minidlna. Wiem że trzeba jakoś opóźnić dysk ale nie wiem jak to zrobić. Wcześniej wszystko konfigurowałem z GUI.

73

Odp: montowanie dysku USB i otoczenie sieciowe

Po restarcie, wtedy jak nie widać dysku, pokaż wyniki poleceń:

cat /proc/bus/usb/devices
mount
logread

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

74

Odp: montowanie dysku USB i otoczenie sieciowe

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 1
B:  Alloc=  0/800 us ( 0%), #Int=  4, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 3.03
S:  Manufacturer=Linux 3.3.8 ehci_hcd
S:  Product=Generic Platform EHCI Controller
S:  SerialNumber=ehci-platform
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 4
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=05e3 ProdID=0608 Rev=85.36
S:  Product=USB2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  3 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0718 ProdID=0533 Rev= 1.00
S:  Manufacturer=Imation
S:  Product=Atom
S:  SerialNumber=07A10E0338140002
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#=  4 Spd=480  MxCh= 5
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=0835 ProdID=8500 Rev= 1.06
S:  Manufacturer=Action Star
S:  Product=USB2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=01 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms
I:* If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=03 Prnt=04 Port=00 Cnt=01 Dev#=  5 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0835 ProdID=8501 Rev= 6.05
S:  Manufacturer=Action Star
S:  Product=USB HID
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 20mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=01 Driver=(none)
E:  Ad=82(I) Atr=03(Int.) MxPS=   8 Ivl=16ms

T:  Bus=01 Lev=03 Prnt=04 Port=03 Cnt=02 Dev#=  6 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0bc2 ProdID=5021 Rev= 1.48
S:  Manufacturer=Seagate
S:  Product=FreeAgent GoFlex
S:  SerialNumber=NA0BCSCE
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

T:  Bus=01 Lev=03 Prnt=04 Port=04 Cnt=03 Dev#=  7 Spd=480  MxCh= 5
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=0835 ProdID=8500 Rev= 1.06
S:  Manufacturer=Action Star
S:  Product=USB2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=01 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms
I:* If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=04 Prnt=07 Port=00 Cnt=01 Dev#=  8 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0835 ProdID=8502 Rev= 6.05
S:  Manufacturer=Action Star
S:  Product=USB HID
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 20mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=01 Driver=(none)
E:  Ad=82(I) Atr=03(Int.) MxPS=   8 Ivl=16ms

T:  Bus=01 Lev=04 Prnt=07 Port=03 Cnt=02 Dev#= 10 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=12d1 ProdID=1506 Rev= 1.02
S:  Manufacturer=HUAWEI Technology
S:  Product=HUAWEI Mobile
C:* #Ifs= 4 Cfg#= 1 Atr=80 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=02 Prot=12 Driver=option
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=4ms
I:  If#= 1 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=02 Prot=16 Driver=cdc_ncm
E:  Ad=82(I) Atr=03(Int.) MxPS=  64 Ivl=2ms
I:* If#= 1 Alt= 1 #EPs= 3 Cls=ff(vend.) Sub=02 Prot=16 Driver=cdc_ncm
E:  Ad=82(I) Atr=03(Int.) MxPS=  64 Ivl=2ms
E:  Ad=83(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=4ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=04(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=85(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms

root@Gargoyle:~# 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,size=63312k)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/sda1 on /overlay type ext4 (rw,noatime,user_xattr,barrier=1,data=ordered)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
none on /proc/bus/usb type usbfs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sdb1 on /tmp/share_home/anonymous/share_2 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)

oot@Gargoyle:~# logread
Jan  1 01:00:55 Gargoyle kern.info kernel: [   55.330000] device wlan1 entered promiscuous mode
Jan  1 01:00:55 Gargoyle kern.info kernel: [   55.540000] br-lan: port 3(wlan1) entered forwarding state
Jan  1 01:00:55 Gargoyle kern.info kernel: [   55.550000] br-lan: port 3(wlan1) entered forwarding state
Jan  1 01:00:55 Gargoyle kern.info kernel: [   55.550000] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
Jan  1 01:00:57 Gargoyle kern.info kernel: [   57.550000] br-lan: port 3(wlan1) entered forwarding state
Aug 13 20:00:01 Gargoyle user.notice usb-modeswitch: 1-1:1.0: Manufacturer=? Product=USB2.0_Hub Serial=?
Aug 13 20:00:02 Gargoyle authpriv.info dropbear[1606]: Running in background
Aug 13 20:00:02 Gargoyle user.notice usb-modeswitch: 1-1.1:1.0: Manufacturer=Imation Product=Atom Serial=07A10E0338140002
Aug 13 20:00:03 Gargoyle daemon.crit httpd_gargoyle[1671]: bind 0.0.0.0 - Address already in use
Aug 13 20:00:03 Gargoyle daemon.crit httpd_gargoyle[1671]: bind 0.0.0.0 - Address already in use
Aug 13 20:00:03 Gargoyle daemon.warn httpd_gargoyle[1674]: started as root without requesting chroot(), warning only
Aug 13 20:00:03 Gargoyle daemon.notice httpd_gargoyle[1674]: httpd_gargoyle/1.0 14mar2008 starting on Gargoyle, port 80
Aug 13 20:00:03 Gargoyle user.notice usb-modeswitch: 1-1.2:1.0: Manufacturer=Action_Star Product=USB2.0_Hub Serial=?
Aug 13 20:00:03 Gargoyle user.notice usb-modeswitch: 1-1.2.1:1.0: Manufacturer=Action_Star Product=USB_HID Serial=?
Aug 13 20:00:04 Gargoyle user.notice usb-modeswitch: 1-1.2.4:1.0: Manufacturer=Seagate Product=FreeAgent_GoFlex Serial=NA0BCSCE
Aug 13 20:00:04 Gargoyle kern.warn kernel: [   62.120000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:04 Gargoyle kern.warn kernel: [   62.120000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:05 Gargoyle user.notice usb-modeswitch: 1-1.2.5:1.0: Manufacturer=Action_Star Product=USB2.0_Hub Serial=?
Aug 13 20:00:05 Gargoyle user.notice usb-modeswitch: 1-1.2.5.1:1.0: Manufacturer=Action_Star Product=USB_HID Serial=?
Aug 13 20:00:06 Gargoyle user.notice usb-modeswitch: 1-1.2.5.4:1.0: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=?
Aug 13 20:00:06 Gargoyle user.notice usb-modeswitch: 1-1.2.5.4:1.0: Selecting /etc/usb_modeswitch.d/12d1:14fe for mode switching
Aug 13 20:00:06 Gargoyle syslog.notice usb_modeswitch: switch device 12d1:14fe on 001/009
Aug 13 20:00:06 Gargoyle kern.warn kernel: [   64.110000] usb 1-1.2.5.4: usbfs: process 1992 (usb_modeswitch) did not claim interface 0 before use
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.370000] usb 1-1.2.5.4: USB disconnect, device number 9
Aug 13 20:00:07 Gargoyle daemon.info hostapd: wlan1: STA 00:1f:3c:59:70:3e IEEE 802.11: authenticated
Aug 13 20:00:07 Gargoyle daemon.info hostapd: wlan1: STA 00:1f:3c:59:70:3e IEEE 802.11: associated (aid 1)
Aug 13 20:00:07 Gargoyle daemon.info hostapd: wlan1: STA 00:1f:3c:59:70:3e WPA: pairwise key handshake completed (RSN)
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.630000] usb 1-1.2.5.4: new high-speed USB device number 10 using ehci-platform
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.740000] option 1-1.2.5.4:1.0: GSM modem (1-port) converter detected
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.750000] usb 1-1.2.5.4: GSM modem (1-port) converter now attached to ttyUSB0
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.770000] usb 1-1.2.5.4: MAC-Address: 0x0c:0x5b:0x8f:0x27:0x9a:0x64
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.780000] cdc_ncm 1-1.2.5.4:1.1: wwan0: register 'cdc_ncm' at usb-ehci-platform-1.2.5.4, Mobile Broadband Network Device, 0c:5b:8f:27:9a:64
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.800000] scsi4 : usb-storage 1-1.2.5.4:1.2
Aug 13 20:00:07 Gargoyle kern.info kernel: [   64.800000] scsi5 : usb-storage 1-1.2.5.4:1.3
Aug 13 20:00:07 Gargoyle daemon.notice ntfs-3g[1997]: Version 2011.4.12 external FUSE 29
Aug 13 20:00:07 Gargoyle daemon.notice ntfs-3g[1997]: Mounted /dev/sdb1 (Read-Write, label "FreeAgent GoFlex Drive", NTFS 3.1)
Aug 13 20:00:07 Gargoyle daemon.notice ntfs-3g[1997]: Cmdline options:
Aug 13 20:00:07 Gargoyle daemon.notice ntfs-3g[1997]: Mount options: allow_other,nonempty,atime,fsname=/dev/sdb1,blkdev,blksize=4096
Aug 13 20:00:07 Gargoyle daemon.notice ntfs-3g[1997]: Ownership and permissions disabled, configuration type 1
Aug 13 20:00:08 Gargoyle kern.warn kernel: [   65.190000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:08 Gargoyle kern.warn kernel: [   65.190000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:08 Gargoyle kern.info kernel: [   65.430000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:08 Gargoyle user.notice usb-modeswitch: 1-1.2.5.4:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=?
Aug 13 20:00:08 Gargoyle kern.notice kernel: [   65.800000] scsi 4:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
Aug 13 20:00:08 Gargoyle kern.notice kernel: [   65.810000] scsi 5:0:0:0: Direct-Access     HUAWEI   TF CARD Storage  2.31 PQ: 0 ANSI: 2
Aug 13 20:00:08 Gargoyle kern.notice kernel: [   65.820000] sd 5:0:0:0: [sdc] Attached SCSI removable disk
Aug 13 20:00:09 Gargoyle user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Aug 13 20:00:09 Gargoyle user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Aug 13 20:00:09 Gargoyle user.notice dnsmasq: Allowing RFC1918 responses for domain free.aero2.net.pl
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq[2307]: started, version 2.66 cachesize 150
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq[2307]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq-dhcp[2307]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq[2307]: using local addresses only for domain lan
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq[2307]: reading /tmp/resolv.conf.auto
Aug 13 20:00:12 Gargoyle daemon.warn dnsmasq[2307]: ignoring nameserver 192.168.1.1 - local interface
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq[2307]: using local addresses only for domain lan
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq[2307]: read /etc/hosts - 2 addresses
Aug 13 20:00:12 Gargoyle daemon.info dnsmasq-dhcp[2307]: read /etc/ethers - 0 addresses
Aug 13 20:00:13 Gargoyle daemon.notice rpc.statd[2354]: Version 1.2.6 starting
Aug 13 20:00:13 Gargoyle daemon.notice sm-notify[2355]: Version 1.2.6 starting
Aug 13 20:00:13 Gargoyle daemon.err sm-notify[2355]: Failed to open directory sm.bak: No such file or directory
Aug 13 20:00:13 Gargoyle daemon.notice rpc.statd[2354]: Initializing NSM state
Aug 13 20:00:13 Gargoyle daemon.warn rpc.statd[2354]: Running as root.  chown /var/lib/nfs to choose different user
Aug 13 20:00:13 Gargoyle kern.warn kernel: [   70.670000] svc: failed to register lockdv1 RPC service (errno 124).
Aug 13 20:00:13 Gargoyle daemon.notice rpc.mountd[2375]: Version 1.2.6 starting
Aug 13 20:00:16 Gargoyle daemon.info dnsmasq-dhcp[2307]: DHCPREQUEST(br-lan) 192.168.1.178 00:1f:3c:59:70:3e
Aug 13 20:00:16 Gargoyle daemon.info dnsmasq-dhcp[2307]: DHCPACK(br-lan) 192.168.1.178 00:1f:3c:59:70:3e DellD630
Aug 13 20:00:16 Gargoyle user.info sysinit: ERROR: No valid dynamic DNS service configurations defined
Aug 13 20:00:16 Gargoyle user.info sysinit: (Did you specify correct configuration file path?)
Aug 13 20:00:16 Gargoyle user.notice root: vsftpd init: mounted = 1
Aug 13 20:00:16 Gargoyle user.notice root: vsftpd init: got_lock = 1
Aug 13 20:00:17 Gargoyle user.info sysinit: setting up led USB1
Aug 13 20:00:17 Gargoyle user.info sysinit: setting up led USB2
Aug 13 20:00:17 Gargoyle user.info sysinit: setting up led WLAN2G
Aug 13 20:00:20 Gargoyle kern.warn kernel: [   77.250000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:20 Gargoyle kern.warn kernel: [   77.250000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:20 Gargoyle kern.warn kernel: [   77.450000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:20 Gargoyle kern.warn kernel: [   77.450000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:20 Gargoyle kern.info kernel: [   77.490000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:22 Gargoyle kern.warn kernel: [   80.060000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:22 Gargoyle kern.warn kernel: [   80.060000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:23 Gargoyle kern.warn kernel: [   80.260000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:23 Gargoyle kern.warn kernel: [   80.260000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:23 Gargoyle kern.info kernel: [   80.300000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:24 Gargoyle kern.warn kernel: [   81.280000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:24 Gargoyle kern.warn kernel: [   81.280000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:24 Gargoyle kern.info kernel: [   81.500000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:26 Gargoyle kern.warn kernel: [   83.280000] scsi_verify_blk_ioctl: 2 callbacks suppressed
Aug 13 20:00:26 Gargoyle kern.warn kernel: [   83.280000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:26 Gargoyle kern.warn kernel: [   83.290000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:26 Gargoyle kern.warn kernel: [   83.480000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:26 Gargoyle kern.warn kernel: [   83.480000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:26 Gargoyle kern.info kernel: [   83.520000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:28 Gargoyle kern.warn kernel: [   85.290000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:28 Gargoyle kern.warn kernel: [   85.290000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:28 Gargoyle kern.warn kernel: [   85.490000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:28 Gargoyle kern.warn kernel: [   85.490000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:28 Gargoyle kern.info kernel: [   85.530000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:29 Gargoyle kern.warn kernel: [   86.530000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:29 Gargoyle kern.warn kernel: [   86.530000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:29 Gargoyle kern.info kernel: [   86.760000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:40 Gargoyle kern.warn kernel: [   97.680000] scsi_verify_blk_ioctl: 2 callbacks suppressed
Aug 13 20:00:40 Gargoyle kern.warn kernel: [   97.680000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:40 Gargoyle kern.warn kernel: [   97.690000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:40 Gargoyle kern.warn kernel: [   97.880000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:40 Gargoyle kern.warn kernel: [   97.880000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:40 Gargoyle kern.info kernel: [   97.920000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:41 Gargoyle user.notice usb-modeswitch: 1-1.2.5.4:1.0: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=?
Aug 13 20:00:41 Gargoyle user.notice usb-modeswitch: 1-1.2.5.4:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=?
Aug 13 20:00:42 Gargoyle user.notice usb-modeswitch: 1-1.2.5.4:1.2: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=?
Aug 13 20:00:42 Gargoyle user.notice usb-modeswitch: 1-1.2.5.4:1.3: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=?
Aug 13 20:00:43 Gargoyle kern.warn kernel: [  100.460000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:43 Gargoyle kern.warn kernel: [  100.470000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:43 Gargoyle kern.warn kernel: [  100.660000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:43 Gargoyle kern.warn kernel: [  100.660000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:43 Gargoyle kern.info kernel: [  100.700000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:44 Gargoyle kern.warn kernel: [  101.650000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:44 Gargoyle kern.warn kernel: [  101.660000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:44 Gargoyle kern.info kernel: [  101.890000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:00:45 Gargoyle kern.warn kernel: [  102.870000] scsi_verify_blk_ioctl: 2 callbacks suppressed
Aug 13 20:00:45 Gargoyle kern.warn kernel: [  102.870000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:45 Gargoyle kern.warn kernel: [  102.880000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:45 Gargoyle kern.warn kernel: [  103.060000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:45 Gargoyle kern.warn kernel: [  103.070000] disktype: sending ioctl 5305 to a partition!
Aug 13 20:00:45 Gargoyle kern.info kernel: [  103.110000] Adding 978424k swap on /dev/sda2.  Priority:-1 extents:1 across:978424k
Aug 13 20:01:01 Gargoyle user.notice /usr/lib/gargoyle/ping_watchdog.sh: WAN Restart
Aug 13 20:01:02 Gargoyle daemon.notice netifd: wan (4239): Trying to set mode
Aug 13 20:01:05 Gargoyle daemon.notice netifd: Interface 'wan' is now down
Aug 13 20:01:06 Gargoyle kern.info kernel: [  123.880000] ADDRCONF(NETDEV_UP): wwan0: link is not ready
Aug 13 20:01:07 Gargoyle daemon.notice netifd: wan (4251): Trying to set mode
Aug 13 20:01:11 Gargoyle daemon.notice netifd: wan (4251): Trying to set mode
Aug 13 20:01:11 Gargoyle kern.info kernel: [  129.010000] cdc_ncm: wwan0: 150 mbit/s downlink 150 mbit/s uplink
Aug 13 20:01:11 Gargoyle kern.info kernel: [  129.020000] cdc_ncm: wwan0: network connection: connected
Aug 13 20:01:11 Gargoyle kern.info kernel: [  129.030000] ADDRCONF(NETDEV_CHANGE): wwan0: link becomes ready
Aug 13 20:01:14 Gargoyle daemon.notice netifd: wan (4265): udhcpc (v1.19.4) started
Aug 13 20:01:15 Gargoyle daemon.notice netifd: wan (4265): Sending discover...
Aug 13 20:01:15 Gargoyle daemon.notice netifd: wan (4265): Sending select for 46.169.43.15...
Aug 13 20:01:15 Gargoyle daemon.notice netifd: wan (4265): Lease of 46.169.43.15 obtained, lease time 518400
Aug 13 20:01:15 Gargoyle daemon.notice netifd: Interface 'wan' is now up
Aug 13 20:01:15 Gargoyle user.notice firewall: Reloading firewall due to ifup of wan (wwan0)
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq-dhcp[2307]: DHCPDISCOVER(br-lan) 00:21:ff:21:ff:f9
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq-dhcp[2307]: DHCPOFFER(br-lan) 192.168.1.211 00:21:ff:21:ff:f9
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq[2307]: reading /tmp/resolv.conf.auto
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq[2307]: using nameserver 212.2.96.52#53
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq[2307]: using nameserver 212.2.96.51#53
Aug 13 20:01:17 Gargoyle daemon.warn dnsmasq[2307]: ignoring nameserver 192.168.1.1 - local interface
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq[2307]: using local addresses only for domain lan
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq-dhcp[2307]: DHCPREQUEST(br-lan) 192.168.1.211 00:21:ff:21:ff:f9
Aug 13 20:01:17 Gargoyle daemon.info dnsmasq-dhcp[2307]: DHCPACK(br-lan) 192.168.1.211 00:21:ff:21:ff:f9 PVRHD7000
Aug 13 20:38:44 Gargoyle kern.warn kernel: [  183.870000] ipt_bandwidth: timezone shift of 120 minutes detected, adjusting
Aug 13 20:38:44 Gargoyle kern.warn kernel: [  183.880000]                old minutes west=0, new minutes west=-120
Aug 13 20:40:43 Gargoyle authpriv.info dropbear[4949]: Child connection from 192.168.1.178:52108
Aug 13 20:40:55 Gargoyle authpriv.notice dropbear[4949]: Password auth succeeded for 'root' from 192.168.1.178:52108

75

Odp: montowanie dysku USB i otoczenie sieciowe

Jeżeli nie korzystasz z ftp - wyłącz w konfiguracji udziału ftp, zrestartuj i wtedy zobacz czy zamontuje.

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