General :: File Sharing Between Win7 And Ubuntu 9.10
Feb 18, 2010
I use before Ubuntu and win xp in different 2 desktops, they have no samba related problem. But this time I cannot access from ubuntu to windows 7 or reverse way both. Installed Samba, configure it, searching web lot and nothing is working. My windows 7 is Home Premium edition. Btw, the error shows "Failed to mount windows share" about ubuntu to w7 and from w7 to ubuntu the error is "find no network path"...both machine is pinging each other.
View 2 Replies
ADVERTISEMENT
Feb 21, 2010
I have two computers in my local network one with Ubentu Karmic 64 and one with Win7 64. The problem is in file sharing. I would like to be able to have access from one computers to another in both ways. But now I have only access from ubuntu to windows shares. On win machine I'm able to view ubuntu shared folders and printers but not able to browse them (or use printers from windows). I tried to change samba configuration, but my knowledge is to poor to solve this problem
View 9 Replies
View Related
May 21, 2010
However, since installing Lucid I've spent loads of time trying to re-establish the share I had under Karmic whereby my Ubuntu PC's DVDROM was automatically available to my LAN (simple router) connected Win7 PC. After a couple of days effort I've got to the point where I can access the CD or DVD mounted in Ubuntu, from Win7 but I cannot access the files within the CD or DVD (Err Mssg: You Do Not Have Permission To Access......).
I have noticed that the mount point seems to be the name of the disk under Lucid whereas under Karmic it was fixed as something like cdrom1. So if I edit smb.conf I can't specify the mount point as it depends on the disk name. Though to be honest I have no idea if this is anything to do with the problem! To save what little hair I have left I'd be grateful if someone could point me in the right direction. Your mission, should you chose to accept it, is to have my Ubuntu PC's DVDROM available on my Win7 PC for read & write.
View 1 Replies
View Related
Aug 11, 2010
Win7 x64 host with Virtualbox installed running Ubuntu 32bit guest OS. I have Samba installed and I am sharing a folder to have read access from Win7. The folders I tried to share (here 'folder1-3') have been added in the conf.d in etc/samba/ like this - I used these 3 variants, all showed the same problem:
Code:
[folder1]
path = /data/mp3
read only = yes
guest ok = yes
[code]....
While I can connect to all of these from Windows and map them in Windows Explorer, I am unable to serve those files using my FTP server that is running on Windows. The folders simply do not show up when I add them as folders to serve in FileZilla. The problem I am assuming is causing this is the fact that FileZilla is running as a different instance and not on an administrator level. I cannot however add any users to the permissions list on the Windows side. The 'security' tab of the mapped folder shows the following Users:
EVERYONE
root (Unix user
oot)
root (Unix group
oot)
None of these seem to have rights to 'read' or 'list folders', the only permissions listed are 'special permissions'. Does anyone know how I can assign the group EVERYONE privileges to read and list files and then be able to serve this shared folder through my Windows-run FTP server?
View 1 Replies
View Related
Dec 9, 2010
I have a laptop with Easy Peasy / Intrepid Ibex connecting to internet through wifi (firewalled VPN), a PC with Windows 7, and a crossed ethernet cable to connect them. How can I get Internet on the PC? I tried to connect them but I can't even ping each other!
View 3 Replies
View Related
May 8, 2011
I have installed OpenSUSE 11.4 on my PC. Want to share my files with Win7 system. So far so good, I can access my files on Linux computer from my Windows PC. My problem starts when I want full access to my files, as you see on image it says directory is Public and Writable but still I can't delete or add files to that directory what did I missed ?
View 9 Replies
View Related
Aug 17, 2010
Am currently building a new PC and will be using both ubuntu 10.04 and win7. I have 2x 320GB drives and 1x 1TB drive. I plan to use a drive each for the OSs (win7 + nix) and the 1tb for my home partition. My home partition will store my music, videos, docs, Virtual Machines (note file sizes are sometimes bigger than 4GB!). What file system should i use? FAT32 will not work because of the large file size of the virtual machines.
View 4 Replies
View Related
Mar 6, 2011
Im a long time Ubuntu user (since 5.04), but networks were never my speciality, I have a desktop running 10.10, connected to the internet trough a US robotics modem (connection eth1), and i want to share its network with my laptop running win7, over a cat5 cable (connection eth0), but the problem is I dont seem to understand what i am doing wrong, what the missing steps required, or in which end is the problem (either ubuntu or windows side).
From what I could grasp was needed googling about the subject, i already set the eth0 connection to share with other computers (in network manager edit connections auto eth0 ipv4 configuration set to share with other computers). Also using the cli set eth0 for static ip using :
Code:
sudo ifconfig eth0 192.168.0.1 Now the question is what i am missing? or is everything needed already done and i just have to properly configure the win7 side (which i already checked several times)?
Here is my ifconfig output:
Code:
eth0 Link encap:Ethernet Endereo de HW 00:01:29:a6:55:fe
inet end.: 10.42.43.1 Bcast:10.42.43.255 Masc:255.255.255.0
endereo inet6: fe80::201:29ff:fea6:55fe/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Mtrica:1
[Code]...
View 2 Replies
View Related
Jan 26, 2011
I have one computer with windows 7 (computername = windowspc) connected through a modem router to a computer running Ubuntu 10.10 (computername = linuxpc). Had Samba setup and working between them.
Decided to check out Fedora 14 (computername = linuxpc). so set up dual boot on the on the Ubuntu box and installed samba. When Fedora is running Win 7 only sees shares for Fedora. If Ubuntu is running win 7 cannot connect to any shares stating a bad file path. I understand that both linux oses use the same ip address and thats probably were Win7 must have problems.
Ran nbtstat r in windows and was able to swap the situation around i.e. win7 sees Ubuntu but not Fedora.
I would like to be able to set it up so that when logged on to either of the linux oses I would be able to see shares from both partitions in Win7. Or if thats not possible, to differentiate them in some way so that Win7 would recognise which os was running and display the shares accordingly.
View 4 Replies
View Related
Jul 7, 2011
Im using WPA with a TKIP pre-shared key...Can a client pc im sharing my key with access my files if im not file sharing? Router config?
View 2 Replies
View Related
Jan 5, 2011
Have followed swerdna's guide as in the past and my wife from her win7 computer can see and has read write access to all the shares & can print to the shared printer attached to the Opensuse computer etc. However, when I try to access her Win7 shares from my opensuse computer I am presented with a username / password prompt. Here is my smb.conf
[code]...
have followed swerdna's guide (as mentioned previously) and set 'password protected sharing' to off on the win7 computer.
View 9 Replies
View Related
Jul 13, 2010
I have a Win7 laptop with the latest version of VirtualBox installed. It's a dual core proc with ram to spare. So, I installed Slack64-13.1 and it rocks! I'm really impressed that Slack is running at what appears to be native speed, but in virtual machine. Hardware response is normal, WIFI and LAN are both working great for my normal tasks.So, I downloaded a few much needed patches, and new ISO image for one of my old desktop PCs. Now, my problem is I can't connect my USB cdwriter to my virtual slackware or share folders in the Win7 install with the virtual slackware. I read a few of tutorials on the Oracle VBox website, and several of the ones here on LQ, and none of them seem to solve my problems.
View 3 Replies
View Related
Jul 25, 2010
I have got 2 machines.One install with ubuntu 9.10 and another with 10.04LTS.I wanted to have file sharing between the 2 system that is on the same network connected through Lan.Have tried installing Samba on the system with 9.10 but I got no ways of trying to access the share file from the 10.04 LTS system.
View 10 Replies
View Related
Feb 14, 2010
I recently installed Ubuntu with partion with Vista, and I am enjoying the Ubuntu experience will buy a book and learn this awesome OS, my question is this:
My wife has a laptop that runs Vista, and when i use my Vista she can see my files and I share this hard drive with her, but when i run Ubuntu she cant see this drive, i have extrernal hard drive as my backup with lot of different files on it and she can pull files from it but when i use Ubuntu she can see on her Vista Network, how can i make so when i use Ubuntu she can see my drive? On my Windows i set up sharing of files but how do the same with Ubuntu.
View 1 Replies
View Related
Nov 17, 2010
Is there a way I can import windows files to linux? Like linux and windows having a common directory?
View 11 Replies
View Related
Jun 26, 2011
I have a ubuntu 11.04 system and a lappy with window 7 system on it.I have got samba set up on the ubuntu system so that file sharing is enable between them.However,when I put my files in my samba share and access it from the window 7 laptop.I got some errors as per attach files.
View 15 Replies
View Related
Jul 19, 2011
How to configure File Sharing server which will be in the same network along with Windows DNS servers and others.Googling showed me that "Samba server" will do the job of file sharing . Okay samba server is configured on Ubuntu Linux machine but how to add this to the existing domain where windows machines are ? Do i have to really add this Samba server to windows Active directory or adding it in the network will do? Please also help me in configuring samba server security and the ease of user access of the data on the server.
View 2 Replies
View Related
Jun 6, 2011
I have recently just bought a laptop with window 7 starter in it. I have 2 system at home running ubuntu 10.04 LTS and 11.04. How do I share the files between the window system and ubuntu system?
View 4 Replies
View Related
May 18, 2010
I have a new 1.5TB external hard disk and I want to format it for use with large media files, which I can read/write to and from in both Linux and Windows 7.What are thye recommendations?
View 1 Replies
View Related
Dec 31, 2010
Just installed Ubuntu 10.10 onto my new netbook from a USB stick. The laptop came with Win7 Starter, which I kept on a small partition. Installation was apparently successful, but when I start up the computer, it will go straight to Win7 and GRUB doesn't appear.
View 9 Replies
View Related
May 2, 2011
I had vista installed, then I installed Win7 on a dif. partition. Then I installed Ubuntu 11.4 over the vista partition (formatted first), and now I can't get into Win7. I'm really at a loss. I've tried the Win7 disk, and it doesn't detect the Win7 installation. I've also tried sudo update-grub, and it doesn't seem to detect the win7 install either. I've tried making the Win7 partition bootable using gpart as well. I'd like to dual boot Win7 and Ubuntu, however I need to do that.
View 9 Replies
View Related
Apr 23, 2011
i installed ubuntu after windows 7 but now i cant boot windows 7 i tried the start up repair and I've read through some questions answered on here and int figure out the problem i don't want to uninstall ubuntu unless it's my only option
View 9 Replies
View Related
Sep 1, 2011
i have ubuntu 10 and win 7 dual booting on one hdd, all of a sudden grub says error no such partition when i select windows at the boot menu. and i cant get to the win7 partition from ubuntu (to play music and stuff, this used to work, places, mount filesystem, 250 gigs whatever). i've tried the stuff in these links and nothing has worked so farpartition info
sudo fdisk -l /dev/sda
Device Boot Start End Blocks Id System
/dev/sda1 1 29094 233697523+ 7 HPFS/NTFS
/dev/sda2 * 29095 30401 10498477+ 83 Linux
View 8 Replies
View Related
Jan 2, 2011
I have a Server Computer with a 2.0 TB RAID on it. I want to be able to access and modify the files on it from any computer remotely.Is what I am looking for an "SSH Tunnel" to fileshare over the Internet? If this is what I want, please help me find the resources for doing this. I dont even know where to begin!I am running Ubuntu 10.10.I am not looking for remote computing. I cannot guarantee that the remote computer I am on will have Ubuntu on it. I want the files to show up like they would over normal SMB/SAMBA networking. I just want to be on any computer in the world, enter in an IP address, enter a password, connect, and be able to access my files.
View 9 Replies
View Related
Jul 4, 2010
I'm gonna setup a dual boot with Windows 7 on my system. My partition layout will be something like this:
Win7 -> ntfs
Ubuntu (root + home) -> ext4
Swap
Data (media & documents) -> ?
What file system should I choose for the data partition? If I go with ext3/4 it seems I can access them from Win7 using a file system driver, but it seems far from safe, from what google tells me. The driver installers aren't for Win7, and I need Ext4 without extents or an ext3-fs with an inode size of 128 to make it work at all. It saddens me to ask, but should I just go with NTFS?
View 7 Replies
View Related
Dec 22, 2010
1. What can I use to read/write to my ext4 file system in Win7 x64? 2. I use Macbuntu. Is there any way to get a translucent top bar 3. My computer seems to be running hot while on Ubuntu. The fan speed seems increased. It goes back to normal on Windows though.
View 2 Replies
View Related
Jul 12, 2011
This computer is set up as dual boot Ubuntu / Windows 7.
I have accounts for my sons set up in Windows 7, and also in Ubuntu (11.04).
How can I give them permission to access their (and only their own) user area in windows ("/User/jasper/Documents/..." etc)?
View 1 Replies
View Related
May 7, 2010
I'm looking for a web based file sharing application. I would like my clients to login and have access to their files only, and no other files.Integration with Wordpress would be nice.
View 5 Replies
View Related
May 27, 2010
Problem: Neither Ubuntu 10.04 Lucid Lynx 64 bit machine can access any shared folders on windows PC's, or on the other Ubuntu machine. However, my windows machine CAN access the folders I've set up to share with Samba.
When I click Places>Network it FINDS the other computers, but when I double click one of the other machines the "wait" pointer comes up and then it says: blah blah blah... "The folder could not be displayed: Sorry, could not display all the contents of "Windows shares on debbie-desktop": DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
Why can the windows computers access shared files FROM linux, but the linux computers can't access anything non-local?
View 9 Replies
View Related
Jan 3, 2011
what is the best p2p file sharing program in ubuntu i'm puzzled between amule and DC++ ?
View 4 Replies
View Related