Tagged Questions
0
votes
1answer
32 views
Upgraded to 13.04, mount.cifs returns “Invalid argument” -22 error
Just upgraded my Ubuntu Server to 13.04, and the existing and working fstab configuration for a cifs mount is failing with the generic -22 error (invalid argument):
12:38 PM wesley at wsrv cwd ~
$ ...
0
votes
1answer
97 views
After a failure 13.04 distupgrade, mount is not working anymore with CIFS
I have a problem after doing a failure upgrading to the 13.04 distribution, after installing all packages the script was stopped before deleting all packages (due to a network interrupt).
After ...
2
votes
1answer
126 views
How do I map users with a samba share?
I have a Synology Diskstation with a published windows share.
On both the server and the client (Ubuntu 12.04) I have user accounts with matching username and passwords. (myth/myth)
The share is ...
0
votes
0answers
144 views
Problems with CIFS and fstab
Something altered my fstab and my NAS drives stopped loading properly at startup or when I run mount -a.
I see: mount error(13): Permission denied
I'm running 12.04.
Here's what I in my fstab
...
0
votes
0answers
120 views
fstab mount mac share not working with new mac?
Hopefully someone can figure this out, because it makes no sense to me.
This is my original fstab line that has been working for years allowing me to auto-mount a shared folder from a Macintosh on my ...
1
vote
1answer
2k views
Mounting samba share in using fstab
I tried to mount a samba share from the local network to a folder in my PC. I added the following line in fstab
sudo mount -t cifs //192.168.1.5/my/folder/ /home/mounts/localmount/
But when I do ...
1
vote
1answer
685 views
Problems auto-mounting samba/cifs share with fstab
I have been following the same tutorial that everyone else is referencing. My fstab entry is exactly like in the tutorial with changes to actual location. I keep getting the error
mount: only root ...
1
vote
1answer
188 views
Samba share mounting in read-only mode
I used to mount my local network HDD (samba share) using following fstab entry:
//192.168.1.5/PUBLIC /media/MyBookLive smbfs credentials=/home/gacek/.mybookcredentials,uid=1000,gid=1000
Of course, ...
0
votes
2answers
2k views
How to mount a Samba share at boot time? [duplicate]
Possible Duplicate:
Proper fstab entry to mount a samba share on boot?
How to add samba share to fstab to ensure mounting at boot time?
0
votes
3answers
2k views
unable to read/write CIFS mounts in Ubuntu 11.10
I upgraded my laptop from 11.04 too 11.10 and since then the CIFS mounts are not working.
Before the upgrade it would allow mounts on host names, in 11.10 it's only IP addresses (not much of an ...
8
votes
4answers
21k views
What's the easiest way to mount Windows share as a local folder in home directory?
Via Gnome Nautilus I can easily mount Samba shares from my Ubuntu Server. However, these "mounts" are kinda of fake. Many applications I run do not recognize that Gnome has mounted these server ...
1
vote
1answer
1k views
Auto-mount in fstab no longer working until manually running 'sudo mount -a'
I have 3 SMB shared drives I need to connect to for work purposes. I had Ubuntu 10.10 Maverick and had all my drives loaded into fstab to be auto-mounted. Everything worked fine for a while but just ...
1
vote
2answers
984 views
To mount NAS on a Laptop?
So, I bought a NAS, which I configured successfully in /etc/fstab, on mu Kubuntu 10.10 Thinkpad x40. It works just fine when I am at home. A few days I went out with my laptop and the problem is, that ...
2
votes
1answer
811 views
samba share not auto mounting at boot
Well it was working fine, but I removed hidden config files from my $HOME and now mounting halts at boot. I have to solve it manually or skip to get my gdm. What could be wrong, can anyone tell me ? ...
1
vote
3answers
537 views
Trying to configure samba share with office server
i'm trying to set up fstab to automatically connect to my office shared server. I'm undoubtedly doing something silly here as the username and password and server name work fine in the first code ...
