Search found 32 matches

by ron_uit_best
30. Dec 2012, 18:39
Forum: Problems
Topic: mount network drives
Replies: 12
Views: 4348

Re: mount network drives

here's the output when I use the option 'debug'

ron[~]$ sshfs ron@nas:/Backup/ /drives/Nas_Backup/ -o debug
FUSE library version: 2.8.5
nullpath_ok: 0
ron@nas's password:
sh: /usr/libexec/sftp-server: not found
remote host has disconnected
by ron_uit_best
28. Dec 2012, 18:16
Forum: Problems
Topic: mount network drives
Replies: 12
Views: 4348

Re: mount network drives

I am using the right password for the nas. Because when I type the wrong password it asks me again. Also, it works when using ssh.
by ron_uit_best
26. Dec 2012, 13:16
Forum: Problems
Topic: mount network drives
Replies: 12
Views: 4348

Re: mount network drives

When I mount using sshfs it first asks my password, then it exits with the message: 'remote host has disconnected'.
It also does this as root.

Is my nas sshfs-unfriendly?
by ron_uit_best
23. Dec 2012, 15:35
Forum: Problems
Topic: mount network drives
Replies: 12
Views: 4348

Re: mount network drives

Little late (very busy lately) but I would like to try the SSH way. Siince I only want to copy modified files, there is not very much traffic. What would be the commands to mount a folder from the nas on my system and can I use rsync after to copy files/folders? By the way: the network is indeed NOT...
by ron_uit_best
3. Dec 2012, 18:07
Forum: Problems
Topic: mount network drives
Replies: 12
Views: 4348

Re: mount network drives

Ok, now I am gonna feel stupid: I have a 2nd rc.local in my homedir, so that (after a reinstall) it is saved at all times (I backup my homedir). The one in rc.d is pointing to my own. Silly part: I forgot to point the one in rc.d to my own. Nevertheless, I still have a problem mounting a second NFS....
by ron_uit_best
2. Dec 2012, 19:03
Forum: Problems
Topic: mount network drives
Replies: 12
Views: 4348

mount network drives

Hello, I am trying to mount a network drive on startup. Therefor I added the next line in my rc.local ('nas' is the correct IP for the nas-server) sleep 20 && mount nas://home/Media /drives/nfs -o nolock & However, when I open thunar the folder /drives/nfs is empty. If I type the command...
by ron_uit_best
23. Jun 2011, 16:26
Forum: Problems
Topic: boot problem: ata2.01: failed to resume link
Replies: 3
Views: 5271

Re: boot problem: ata2.01: failed to resume link

Tnx,

In the BIOS I was able to change something in the sata settings. They were set as IDE and I changed them to AHCI. I have no idea what I did, but it worked.
Maybe you also have a fix for the errors " couldn't mount because of unsupported features" ?

Ron
by ron_uit_best
22. Jun 2011, 17:09
Forum: Problems
Topic: boot problem: ata2.01: failed to resume link
Replies: 3
Views: 5271

boot problem: ata2.01: failed to resume link

Hi, I have a fresh 64-bit installation of Slackware-KDE, but on booting I get the following error 3 times in row, which causes waiting, but then boots: ata2.01: failed to resume link (scontrol 0) I checked /var/log/syslog and see the following (first error somewhere line 26): Jun 23 17:57:02 darksta...
by ron_uit_best
11. Feb 2011, 19:02
Forum: Problems
Topic: Problem mounting Samba shares
Replies: 8
Views: 4667

Re: Problem mounting Samba shares

That did the trick, tnx!
by ron_uit_best
11. Feb 2011, 18:33
Forum: Problems
Topic: Problem mounting Samba shares
Replies: 8
Views: 4667

Re: Problem mounting Samba shares

Hi, Sorry to ask this on an old post, but it is related to this post: I have a NFS share which is in my rc.local, but the disk is not mounted at boottime. It does mount if I give the command afterwards. So I thought to add the 'sleep 120 &&" to the line. It helps! The disk is mounted at...