|
Page 5 of 5 |
|
Prev |
3 4 5
|
mount -t cifs at my address keeps returning (cant find in fstab) error. Any idea why?
|
I had the same problem (read back in the thread... you must have root enabled in the same shell you ran the other steps in)
|
Here is my setup:
I have a Linksys WRTSL54GS wireless router which has a USB port to which I've connected a 120GB drive in an external enclosure. The router firmware allows me to create a "windows share" which I've named NAS and has read/write access for user "joe" with password "passw0rd". This is the same thing, really, as having a shared folder on a Windows machine. I created a directory called NAS in /media to be the mount point. You could create it in /media/mmc1 to make it easier to browse to. This was just my choice. I don't mind having the cifs kernel module loaded all the time so I've added a line near the top of /etc/init.d/minircS to load the module at boottime. Here's an excerpt of my minircS file: Code:
#!/bin/shThis is my /etc/fstab file: Code:
rootfs / rootfs defaults,errors=remount-ro,noatime 0 0mount /media/NAS But since you need to be root to mount a filesystem, I modified fanouch's slick gainroot script and called it mountNAS and umountNAS as follows: mountNAS Code:
#!/bin/shCode:
#!/bin/shThen I coppied them to /usr/bin (which is in both user's and root's PATH) I can now mount the share by ebtering the command mountNAS and unmount it with umountNAS I've added them to gnuite's cpu/load w/ run applet and it works great. |
In the first post it was asked if Samba would allow printing from the 770. Abiword has a menu item for printing. Other programs don't have a print menu item, but since Abiword does, could it print to a shared printer through Samba?
Bruce |
| All times are GMT. The time now is 06:50. |
Page 5 of 5 |
|
Prev |
3 4 5
|
vBulletin® Version 3.8.8