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.
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 would like to know how I would properly mount my windows harddrives in my VM ( debian ) and share it with samba so that other users can access it without a password.
I'm going this way because I would like to access the folders on my mediacenter and with windows i had no luck at all to get this to work, now I've got it working but it keeps asking me for a username and password which is very ano
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
I am having a problem with a windows share which I want to mount into a folder.
I am mounting a Windows network drive to my Ubuntu machine and I am getting write permission errors when trying to edit a file.
sudo mount -t cifs
gives me
//MEDIASERVER/A on /home/anon/Media/Overflow/A type cifs (rw,noexec,nosuid,nodev)
and my fstab line is:
//MEDIASERVER/A /home/anon/Media/Overflow/A cifs username=USERNAME,password=PASSWORD,mode=0777,dir_mode=0777 0 0
I have been trying to mount a drive, but anything i do i get 'Access Denied',
I tried:
mount -t cifs //192.168.x.x/m -o username=user,password=mypass /mnt/mymount
mount -t cifs //192.168.x.x/m -o credentials=cred /mnt/mymount
mount -t cifs //192.168.x.x/m -o username=user,password=mypass,domain=xxxxx /mnt/mymount
I want to user a local user account on the windows machine and not a domain user
Hi,
I am mounting a windows share using the following entry in /etc/fstab:
Hi,
I am a beginner when it comes to Linux, and have recently put together a media server, holding all my movies, running ubuntu 12.04.
After following tutorials and forums i can successfully ping, by hostname and ip, my windows desktop box and my media server ubuntu box fine, and vice versa.
I have configured samba to set up a share called Movies on my media server.