mount error
Hi,
I have a Dell latitude laptop. I have installed Ubuntu 11.04. I was trying to mount my windows server 2003 server share folder to my Ubuntu laptop.
While I am able to mount a folder from a remote server using mount folder the entry in fstab is giving Connection reset by peer:
I have the following in my fstab
sshfs#username@remote:/folder/ folder fuse defaults,idmap=user 0 0
I have also configure trusted relationship between the remote server and the origin using public keys.
From Ubuntu 11.04 to 12.04 i've been able to mount my nas shares by first making directories in the /media folder, then sudo gedit /etc/fstab to include the following line for each share I want to auto-mount;
//servername/sharename /media/windowsshare cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
Now, however, I upgraded to 12.10, and suddenly I'm not able to mount the sha
I've got a private share set up on my home server (running Ubuntu Server 12.04.2 64-bit), such that I can mount it with a username/password. I've got it auto-mounting in /etc/fstab with the following line:
Code:
//192.168.1.120/jaywalker_pshare /media/server cifs username=jaywalker,password=xxx,domain=WORKGROUP 0 0
This worked immediately after I set it up.
Dear all
for mount a directory in CentOS to windows server shared folder, i wrote "//10.10.0.242/Website /backup/share/ cifs username=root,password=ROOTPASSWORD 0 0" in /etc/fstab.
when linux restart, mount command does not work but when i use command mount -a, every things OK and i can use mount drive.
Please Help me.
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 sudo mount -a, it gives the following error:-
[mntent]: line 13 in /etc/fstab is bad
Can anyone tell me what I did wrong?
Anyone good with Fstab, i cant get the share to mount writable,
can write to it when i access through "Connect to server" in Nautilus but i cant write to it when i fstab mount it.
my fstab entry looks like
//192.168.1.**/public /media/pi cifs username=root,password=*******,iocharset=utf8,gid= 1000,uid=1000,nounix,noserverino,file_mode=0777,di r_mode=0777 0 0
any ideas
Hi,
A little problem.
I am running Ubuntu 12.04 server and have two hard disks formatted in ext4 and LVM'd them together as one drive.
I wish to mount the drive on boot up but am having trouble. I obviously do not want to mount the drive
to the folder in my user area ( I am running 12.04 from a USB) and not sure where to mount it to.
I have a windows machine (in a domain) and I have created 2 Virtual Machines with Suse 11.2 installed on them.
Now, I want to share a folder in windows to both Suse images. I am succesfully able to do that.
I used: mount -t cifs -o user..... command to mount it at /mnt/win on my linux and succesfully able to work with it.