ntfs-3g на Linux DD-WRT 3.2.65-svn25651 (Asus RT-N13U B1)

Post new topic   Reply to topic    DD-WRT Forum Index -> Оборудование на основе Ralink
Author Message
beekter
DD-WRT Novice


Joined: 27 May 2013
Posts: 6

PostPosted: Sun Oct 25, 2015 14:03    Post subject: ntfs-3g на Linux DD-WRT 3.2.65-svn25651 (Asus RT-N13U B1) Reply with quote
Добрый день! Ситуация такая после загрузки через telnet в ручную все очень хорошо подключается.

А когда прописываю в скрипте стартапа (веб-интерфейс) почему-то не монтирует.

Code:

insmod /opt/lib/$(uname -r)/fuse.ko

#mkdir sda3
{
 count=10
 while [ ! -d /mnt/sda3/ ] && [ $count -gt 0 ];
 do
  sleep 2
  mkdir /mnt/sda3
  count=$((count-1))
 done
}

#ntfs sda3 mount
{
 count=10
 while [ -z $( df | grep sda3 ) ] && [ $count -gt 0 ];
 do
  sleep 3
  ntfs-3g /dev/sda3 /mnt/sda3/
  count=$((count-1))
 done
}

sleep 1
/opt/etc/init.d/S10xinetd
/opt/etc/init.d/S80samba
/opt/bin/transmission-daemon -a 192.168.1.* -g /opt/etc/trasmission -f -p 9091 -w /mnt/sda3
/opt/udpxy -c 5 -a 192.168.1.2 -p 7780 -m $(nvram get wan_ipaddr) -M 30

Такое ощущение, что что-то не успевает подгружаться.
В чем может быть проблема?
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Оборудование на основе Ralink All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum