Milí majitelé routerů Turris,
toto fórum bylo 9. 12. 2016 zmrazeno a nahrazeno naším novým Turris fórem. Ještě chvíli bude dostupné k prohlížení, ale již zde není možné přispívat. Více informací naleznete v oznámení o uzavření fóra.
Dear Turris routers users,
this forum has been frozen on Dec 9th, 2016 and replaced by our new Turris forum. It will be read-only accessible for some time after. For more information, read the announcement about closing the forum.
opkg update
a opkg upgrade
, ale to neaktualizovalo seznam dostupných balíků. Ty byly aktualizovany az pod Systém-> Software
. Je tam na to příkaz, kterého jsem si předtím nevšiml./dev/sda1: LABEL="MOBIL" UUID="A0BCCE4DBCCE1E22" TYPE="ntfs"
/dev/sdb1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07D8-091D" TYPE="vfat"
/dev/sdb2: LABEL="System XP" UUID="E884BE6684BE36C2" TYPE="ntfs"
/dev/sda1 --> /mnt/nas0
/dev/sdb2 --> /mnt/delphi
GNU nano 2.2.6 File: /etc/init.d/nas
#!/bin/sh /etc/rc.common
START=99
STOP=99
start() {
ntfs-3g /dev/sdb2 /mnt/delphi
ntfs-3g /dev/sda1 /mnt/nas0
}
stop() {
umount /mnt/nas0
hd-idle -t sda
unmount /mnt/delphi
hdd=idle -t sdb
}
/dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07D8-091D" TYPE="vfat"
/dev/sda2: LABEL="System XP" UUID="E884BE6684BE36C2" TYPE="ntfs
ntfs-3g /dev/sdb2 /mnt/delphi
ntfs-3g $(blkid -U E884BE6684BE36C2) /mnt/delphi
hd-idle -t sda
hd-idle -t $(basename $(blkid -U E884BE6684BE36C2))
blkid
/dev/sda1: LABEL="MOBIL" UUID="ABCDEF0123456789" TYPE="ntfs"
mkdir /mnt/nas
cd /etc/init.d/
cat > nas <<EOF
#!/bin/sh /etc/rc.common
START=99
STOP=99
start() {
ntfs-3g $(blkid -U ABCDEF0123456789) /mnt/nas
}
stop() {
umount /mnt/nas0
hd-idle -t $(basename $(blkid -U ABCDEF0123456789))
}
EOF
chmod +x nas
/etc/init.d/nas enable
/etc/init.d/nas start
/dev/sd** /mnt/nas 14.30 GB / 298.09 GB 95% (283.79 GB)
nic
nic
nic
use_sendfile = no
Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill