This is the log what I get from following your commands:
Code:[admin@TV root]$ mount rootfs on / type rootfs (rw) /dev/root on / type squashfs (ro) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devfs on /dev type tmpfs (rw,noatime) devpts on /dev/pts type devpts (rw) tmpfs on /tmp type tmpfs (rw,noatime) usbfs on /proc/bus/usb type usbfs (rw) nfsd on /proc/fs/nfsd type nfsd (rw) /dev/discs/disca/part1 on /tmp/mnt/disca_1 type fuseblk (rw,user_id=0,group_id=0,allow_other,blksize=4096) [admin@TV root]$ cat /etc/exports # automagically generated from web settings /tmp/harddisk/# automagically generated from web settings /mnt 192.168.1.0/24(rw,insecure,all_squash,anonuid=0,anongid=0,sync) /opt 192.168.1.0/24(rw,insecure,all_squash,anonuid=0,anongid=0,sync) /tmp/mnt/TV 192.168.1.0/24(rw,insecure,all_squash,anonuid=0,anongid=0,sync) /tmp/harddisk/cat > /usr/local/.files << __EOF__ /etc/fstab /etc/exports /etc/passwd /etc/group /tmp/harddisk/__EOF__ [admin@TV root]$ /mnt 192.168.1.0/24(rw,insecure,all_squash,anonuid=0,anongid=0, sync) -sh: syntax error: unexpected "(" [admin@TV root]$ showmount -e 192.168.1.1 Export list for 192.168.1.1: /tmp/harddisk/__EOF__ * /tmp/etc/group * /tmp/etc/passwd * /tmp/etc/exports * /etc/fstab * /tmp/harddisk/cat /usr/local/.files /tmp/mnt/TV 192.168.1.0/24 /opt 192.168.1.0/24 /mnt 192.168.1.0/24 [admin@TV root]$ Exports list on 192.168.1.1: -sh: Exports: not found [admin@TV root]$ /mnt All Machines -sh: /mnt: Permission denied [admin@TV root]$ mount \\192.168.1.1\mnt * mount: mounting \192.168.1.1mnt on * failed: No such file or directory [admin@TV root]$




Reply With Quote
