Ubuntu Networking :: Share Files Not Writable On Xp Server?
Jan 31, 2010
I am trying to get write access to a share on xp machine via automatically mounting
the share via the following /etc/fstab entry .... after doing a sudo mount -a ... I can view the files on the 'C-share' but can not write them back to the server
//WINBLOWS/C-share /media/C-share cifs,rw
This used to work and allow share files to be read and writable before some ubuntu updates.
I am currently running ubuntu 9.10.
PS: if I connect via places->network ... the files are readable and writable ... but I need this setup to be automatic with a mount for someone else.
What needs to be added to the above fstab entry
View 1 Replies
ADVERTISEMENT
Jul 22, 2010
So I have the strange task of trying to make something like I said above work in Lubuntu 10.04. But every time I do, the share is not accessible because none of the important permissions (other) can be set because its, well, NTFS in linux. And I know of no way to fix it.Is there an easy way, preferably with Nautilus since the person I am setting this up for isn't a computer expert, to setup this share so thats its accessible and writable by other computers on the network?
View 3 Replies
View Related
Jan 14, 2010
I have a Windows 2k8 server acting as my domain controller. My goal is to have my Ubuntu 9.10 Server box share some folders via Samba, which should be authenticated via the PDC. So far, it seems to be mostly working. The Ubuntu machine has joined the domain, and is browse-able to domain users. The only problem at this point, is that the shares are not writable.
Code:
[global]
workgroup = smatech
netbios name = smalinux001
security = domain
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind enum users = yes
winbind enum groups = yes
winbind use default domain = yes
password server = 10.10.10.2
domain master = no
local master = yes
[www]
path = /var/www
writable=yes
View 5 Replies
View Related
Dec 9, 2010
I am trying to share files between my Windows XP machine and ubuntu server. I set up and configured samba following the instructions in the Online Ubuntu Server Guide. [URL] This is the abbreviated version of my smb.conf file here.
[global]
workgroup = HOME
server string = %h server
interfaces = 127.0.0.0/8, 192.168.1.101/24
# map to guest = Bad User
[code]....
View 15 Replies
View Related
May 25, 2010
I have a LAN of about 70 computers that I would like to share media files between. I have gotten to the point with Samba that I can view the files without a username/password from client PC's. I would like to make all the folders read only except for one which will be writable for everyone. The thing that I am having a hard time with is allowing a couple of administrators (on Windows 7 machines) read/write access for all files/folders. I am completely new to Ubuntu and Samba so please make explanations thorough. Here is /etc/samba/smb.conf file:
[Code]...
View 3 Replies
View Related
Jan 3, 2011
I've set up my parents' machine running KDE 4.5 and want them to use the Gwenview import function from the Device Manager popup when transferring image files off photo CDs or other inserted media, since it's the easiest method for them to comprehend. All the files on their photo discs are r-xr-xr-x by default so they're unable to rotate or modify the images once copied to their hard disk. I want to set one specific images folder on their system to automatically force any files placed there to be rw-r--r-- (and rw-rw-r-- for another shared images directory elsewhere). It seems that umask won't work since that can only take permissions away and not add them, and I'd rather avoid getting into messy ACL configuration. Is there a way to achieve this either generically or some hidden config in Gwenview itself? I use KRename myself for such tasks but this is way too complex for my parents to understand so I need something that works without them having to do anything.
View 9 Replies
View Related
Oct 11, 2010
Being a system administrator i came across a statement as "Excluding temporary directories /tmp and /var/tmp, no root owned files should be in world writable directories"While the above statement may look straight forward but how would i check if there are any such directories in the distribution?
View 14 Replies
View Related
Mar 3, 2010
I have two PCs , once runs 9.10 Ubuntu Desktop named "desktop" and another runs 9.10 Ubuntu Server named "server". as you know that "desktop" PC has a GUI installed , and i write this from there now, but "server" PC does not have anything like that so i use SSH to connect and administrate it.
Here is what i need, I want a graphical way to share the files in "server" PC so i can edit files in that (such as css , php and html files ) on the fly and i don't need to ftp them back in to "server" from "desktop" after editing. How do i get that done ?
View 2 Replies
View Related
Nov 20, 2010
I am having a heck of a time trying to find directions on networking my two computers together in order to share files. I have two machines running Ubuntu 10.10 Desktop & Netbook remix.
They are both connected to my wireless router to connect to the internet.
View 9 Replies
View Related
Jan 21, 2011
This is my first time working with NFS but I fail to see what the issue is since everything works properly.
View 13 Replies
View Related
Mar 6, 2011
I can see linux share folders from windows,but not the windows share files from Linux.The windows pc name is jm-pc and the share file is temp. When the command nmblookup is used it discovers the Windows pc ok.
Code:
nmblookup jm-pc
querying jm-pc on 10.0.0.255
10.0.0.3 jm-pc<00>
i created a folder /home/windows and ran the smbmount command
Code:
root[~]# smbmount \\jm-pc\temp /home/windows
mount error: could not resolve address for jm-pc: No address associated with hostname
No ip address specified and hostname not found
When i try to run smbclient,and enter the correct password that was created for samba(which is the same password as the Windows pc):
[Code]...
View 5 Replies
View Related
Mar 23, 2010
I've setup sharing on ubuntu to my windows 7 PC and it recognizes folders all folders i set to share except on my partitioned 2nd hard drive. I'm thinking its because its password protected, how do i remove this security? it shows the folder but i cannot access it
On my windows 7 it gives me: windows cannot access \usernamemovies check the spelling of the name. otherwise, there might be a problem with your network.
View 4 Replies
View Related
Apr 11, 2010
I just installed mediatomb so i can share files from my pc to ps3 when i try to access my slave hdd's i get this error msgs "Error: could not list directory /media/Geimsla 2 : Permission denied"
View 6 Replies
View Related
Jun 20, 2010
I have set up our home network with an E2000 Linksys router and we have a wireless printer on this Network 2 windows 7 pc's, 1linux (Ubuntu 10.04), 1 iMac (snow leopard), and 1 Windows Xp pc.
This might be an easy question or a tricky one but if anyone knows how to make it so that we can share files between computers and also so that they can all access the printer on the network.
So far the only ones that can see each other on the network are the Windows pc's but i am still having trouble even making it so that the Windows pc's can share files.
View 1 Replies
View Related
Nov 3, 2009
I have recently installed Fedora F11 with a Samba server. The smb.conf seems fine but I cannot see any of the files in the share from a Windows machine. I am probably missing something unbelievably simple but driving me nuts!
I can see the machine and share from windows
When logged in as the user fred I can see all the files in Linux - most are owed by fred.
smbuser:
Code:
# x_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
fred = fred
smb.conf:
Code:
[global]
workgroup = Workgroup
server string = Samba Server Version %v
netbios name = MachineName
hosts allow = 127. 192.168.0.
.........
[Docs]
comment = Main Documents
path = /mnt/documents
read only = no
browseable = yes
valid users = fred
.........
The other thing I find a bit odd is that
Code:
service smb restart
does not effect the way that the windows machine sees Samba. It appears that you need a full restart to get the changes to show properly.
Thanks,
Michael
View 2 Replies
View Related
Nov 8, 2010
I want to put some files in a directory that other people will be able to access via a web browser, so that they do not need to log in or have an account.
View 1 Replies
View Related
Jan 21, 2011
My website, IsleDiscount.com, is hosted on a virtual server with pair.com. Pair.com offers only one SFTP account on regular shared server and to set up mutltiple SFTP accounts, Pair.com moved me to a virtual server (VQS1), which I believe is not a shared server solution, but Pair representatives were able to create multiple SFTP accounts on this VQS server.
However, when I asked the representative to restrict access of this additional SFTP accounts to a sub-folder, I got the following warning email: confirm you understand this will make your entire web directory world-writeable. This will increase the chances of a security attack. If you do understand this, you can go ahead and execute the command yourself. The command below will accomplish both commands in one.
[Code]...
View 1 Replies
View Related
May 17, 2010
I cannot, in any way, share files between my Windows 7 and Ubuntu PCs. I have tried everything out there and nothing seems to work. I don't get why! I have samba installed, I have installed the apache2.2 packages and I have checked the network file sharing.
I can create shares with folders and I can see all the windows computers on the network (but can't access any of them).
I cannot view my Ubuntu computer from the Windows computer either.
View 4 Replies
View Related
Sep 22, 2010
Recently, I've again been trying to get file sharing working on my home network. I made some progress last night, getting so far as having all the shares on my Windows XP desktop visible to a netbook running Ubuntu 10.04 & connected wirelessly. But I ran into some snags.
Here's what I'm working with:
-a desktop running Windows 7 Ultimate
-a desktop which dual boots Ubuntu 9.10 64-bit and Windows XP Pro SP3
-a netbook which dual boots Ubuntu Netbook Remix 9.10 and Ubuntu 10.04.
Everything connects wired except the netbook, which connects wirelessly. The router assigns each a specific internal IP address, so in effect all have static internal IP addresses, tied to the MAC addresses of their network adapters.
I have Samba Server Configuration Tool installed on both the desktop (Ubuntu 9.10) and netbook (Ubuntu 10.04). Versions are 1.2.63 in both Ubuntu 9.10 and 10.04.
Here's as far as I got last night:
-Shares on the Windows XP machine were accessible from both the Windows 7 machine and Ubuntu 10.04 on the netbook, with no password required.
-I configured Samba on both machines to be part of the same workgroup (named PENGUIN) as the Windows 7 machine and the desktop when it's running Windows XP.
-I set up a share in Samba on the netbook while running Ubuntu 10.04. The share is visible on the network from the Windows 7 machine, but I couldn't access it. I was asked for a username and login. I had no idea which one to use, but no combination I tried worked. Windows kept saying it couldn't find a "path" to the share.
-In the Nautilus "network" item on the netbook, I can see the shares on my Ubuntu 9.10 desktop. But I can't access them. Again, I get asked for a username and password, and I have no idea what to enter, or where the username and password can be set.
-I set up a share on the Windows 7 machine, allowing read-only access to everyone. But it doesn't show up on either of the Ubuntu machines, at all, in the "Penguin" workgroup. So I'm not sure how to proceed.
Do I need to explicitly configure the IPv4 settings on each machine to a static internal IP? As I stated, each machine gets a predictable address assigned by the router, so in effect the machines do have static IP addresses. However, I'm not sure that's all the same to Samba.
View 6 Replies
View Related
Oct 8, 2010
I want to share certain files/folders with other computers in the network. Now I know how to do this in two ways: using the GUI and modifying the smb.conf file, but the GUI may not be available (e.g. connecting to the server using SSH) and the smb.conf file takes a little bit of time to modify (and from what I have noticed by using the GUI, the smf.conf file does not get modified). Is there a way to share files/folders using only the CLI and without the need of modifying files?
View 5 Replies
View Related
Oct 15, 2010
Have been using Ubuntu for 18 months now - its great.Just added a second PC - both hard wired to a wireless router.Have been trying to use NFS to share files with no result.I want to share all files in "home" on PC called "Dimension".
View 4 Replies
View Related
Sep 1, 2011
I live in an apartment that is shared with others. We all connect to the internet through the same router. I have files I would like to share with others but have been unable to figure out how to make folders public, or how to view public folders of others and get their files.
View 9 Replies
View Related
Jun 1, 2011
I have a centos server (5.6) and trying to share files to a mac osx. When the mac is mounting the share the first time in a while it goes really slow to browse the folders. Once it has been done the first time, the browsing goes much faster the second time you browse. If the mac unmount or shutdown for a while and then remount, it is really slow again to browse the shares.
View 1 Replies
View Related
Mar 10, 2010
I have a Buffalo Drivestation (model HD-CELU2, 1tb) attached to my network.From my ubuntu desktop I can go to the menu, select "connect to server", put in the ip and share info, and it mounts perfectly.I can open the share and browse eadwrite, but when I try to mount it from a terminal or within fstab, it will still mount, but I cannot see any files that are on the drive. I have about 12gb of data on it, but like I said when I mount it using "mount -t cifs 192.x.x.x/share blah blah blah" I do not see any of the files.If I do a df I can see that the drive has files on it based on the free space available, but if I do an ls nothing shows.
View 7 Replies
View Related
Jun 26, 2010
I have 3 home computers. Two of them are dual boot Windows and Ubuntu. The third runs only Ubuntu. I want to share files and two printers among the three machines. What is the best approach to doing this.
View 4 Replies
View Related
Jan 20, 2011
can i use the wifi on my 2 netbooks to share files between them ?
View 1 Replies
View Related
Jan 23, 2011
I have a Netgear ReadyNAS NV in the basement, that I want to use to serve up video files over my network to a TV in the living room.
Now, I have a lot of files that HandBrake encoded and it gave the files an m4v suffix. Even when the files are in a codec that the TV can handle, it refuses to load them because of this suffix... so I want to rename them all.
This is fairly simple for files on a local filesystem. I can simply cd into the directory containing the files, and do something like the commands below.
Code:
$ for a in `ls`;
> do
> stem=`echo ${a} | cut -f1 -d"."` ;
> mv ${a} ${stem}.mpg ;
[Code]....
Although there are a few smb commands available (smbstatus, smbget, etc.), I've not found any commands like smbls or smbmv.
Are there any special commands or utilities around that can do the kind of thing I'm trying to do?
View 1 Replies
View Related
Apr 7, 2011
In ubuntu 10 when i want to share a folder just go to that folder right clic>sharing options. Activate: share this folder Allow others to create and delete files in this folder Guest access (for people without a user acount)click on Modify share button in other computer I go to Places>Network doble clic in the computer with share folder, double click in the share folder, and I can access to the files
If the share folder is in the internal hard drive all runs good, but if I share a folder in a external drive, when i go to places>network doble clic in the computer icon, i see the share folder BUT when I made doble clic on to open it 'Unable to mount location Failed to mount windows share'
View 9 Replies
View Related
Jun 8, 2010
First let me preface this with saying that I have been googling, and trolling boards trying to find a solution, tutorials, any thing to help me what I am trying to do, all day (since 8 am, when I started work, till now 3:50 pm) and I have found little to improve my situation.My goal is to setup my desktop (running Fedora core 12) as a server that can be accessed from anywhere. I would like to be able to have streaming music (find a song, or an album, you want to listen to, click and play) from any location, any computer, and I would also like to store files and such that I could also share with whomever I give permission. I have found plenty of tutorials helping with Apache and SSH, so anything along those lines would be nice.
View 14 Replies
View Related
Apr 29, 2010
We have a homegrown process that runs on a windows box and produces a csv file. We mount the directory these are output to using autofs/cifs and then process them using a program on our linux database servers.
Is there a way from linux, looking at the cifs share, to tell if the target file is currently in use by a process on the windows box? We are having issues where an incomplete file is being processed occasionally.
View 5 Replies
View Related