Új hozzászólás Aktív témák

  • vargalex

    Topikgazda

    válasz megema #28139 üzenetére

    Hi!

    Pedig mennie kellene:

    root@OpenWrt:/etc/init.d# opkg list_installed | grep cifs
    root@OpenWrt:/etc/init.d# opkg install kmod-fs-cifs
    Installing kmod-fs-cifs (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-fs-cifs_3.3.8-1_ar71xx.ipk.
    Installing kmod-crypto-hmac (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-crypto-hmac_3.3.8-1_ar71xx.ipk.
    Installing kmod-crypto-manager (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-crypto-manager_3.3.8-1_ar71xx.ipk.
    Installing kmod-crypto-hash (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-crypto-hash_3.3.8-1_ar71xx.ipk.
    Installing kmod-crypto-md5 (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-crypto-md5_3.3.8-1_ar71xx.ipk.
    Installing kmod-crypto-md4 (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-crypto-md4_3.3.8-1_ar71xx.ipk.
    Installing kmod-crypto-des (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-crypto-des_3.3.8-1_ar71xx.ipk.
    Installing kmod-crypto-ecb (3.3.8-1) to root...
    Downloading ftp://gavarga:xxxx@192.168.1.231/trunk/ar71xx/packages/kmod-crypto-ecb_3.3.8-1_ar71xx.ipk.
    Configuring kmod-crypto-hash.
    Configuring kmod-crypto-manager.
    Configuring kmod-crypto-md4.
    Configuring kmod-crypto-md5.
    Configuring kmod-crypto-hmac.
    Configuring kmod-crypto-ecb.
    Configuring kmod-crypto-des.
    Configuring kmod-fs-cifs.
    root@OpenWrt:/etc/init.d# df -h
    Filesystem Size Used Available Use% Mounted on
    rootfs 640.0K 456.0K 184.0K 71% /
    /dev/root 6.5M 6.5M 0 100% /rom
    tmpfs 14.4M 1.1M 13.2M 8% /tmp
    tmpfs 512.0K 0 512.0K 0% /dev
    root 14.4M 132.0K 14.2M 1% /tmp/root
    overlayfs:/tmp/root 14.4M 132.0K 14.2M 1% /tmp/root
    /dev/mtdblock3 640.0K 456.0K 184.0K 71% /overlay
    overlayfs:/overlay 640.0K 456.0K 184.0K 71% /
    /dev/sda2 7.3G 238.5M 6.7G 3% /mnt
    root@OpenWrt:/etc/init.d# mkdir /mnt/cifs_test
    root@OpenWrt:/etc/init.d# mount -t cifs -o username= //192.168.1.188/cifstest /mnt/cifs_test/
    root@OpenWrt:/etc/init.d# df -h
    Filesystem Size Used Available Use% Mounted on
    rootfs 640.0K 456.0K 184.0K 71% /
    /dev/root 6.5M 6.5M 0 100% /rom
    tmpfs 14.4M 1.1M 13.2M 8% /tmp
    tmpfs 512.0K 0 512.0K 0% /dev
    root 14.4M 132.0K 14.2M 1% /tmp/root
    overlayfs:/tmp/root 14.4M 132.0K 14.2M 1% /tmp/root
    /dev/mtdblock3 640.0K 456.0K 184.0K 71% /overlay
    overlayfs:/overlay 640.0K 456.0K 184.0K 71% /
    /dev/sda2 7.3G 238.5M 6.7G 3% /mnt
    //192.168.1.188/cifstest
    200.0G 133.5G 66.5G 67% /mnt/cifs_test
    root@OpenWrt:/etc/init.d# ls -la /mnt/cifs_test/
    drwxr-xr-x 2 root root 0 Jun 25 15:51 .
    drwxrwxrwx 5 root users 4096 Jun 25 15:54 ..
    drwxr-xr-x 0 root root 0 Mar 9 11:31 backfire
    drwxr-xr-x 0 root root 0 Jan 12 10:58 lgmod_s7
    drwxr-xr-x 0 root root 0 Apr 2 15:00 luci
    drwxr-xr-x 0 root root 0 Apr 5 12:13 luci_hungarian
    drwxr-xr-x 0 root root 0 Feb 14 15:43 max_session_tool
    drwxr-xr-x 0 root root 0 May 17 15:56 openwrt
    drwxr-xr-x 0 root root 0 Apr 3 11:59 packages

    Alex

Új hozzászólás Aktív témák