Ubuntu Networking :: Accessing Files From Windows 7?

Dec 2, 2010

I am trying to access the files and directories that are on my Ubuntu 10.10 computer from my Windows 7 computer. Both are connected to the same wireless router. I have installed and uninstalled Samba and rebooted both computers several times.

View 9 Replies


ADVERTISEMENT

Ubuntu Networking :: Accessing Windows 7 Shared Files?

Mar 20, 2010

I have two computers set up, one is running Ubuntu 9.04 and the other running Windows 7 Professional. I have a bunch of shared files from Windows 7 (which I am normally able to access from any Windows 7 or Windows XP machine on my network) but I can't access them from Ubuntu.I have tried going to Places > Network > Windows Network, but I receive the error "Unable to mount locations Failed to retrieve share list from server"I have also found another recommendation for accessing a windows server, via Places > Connect to Server, but I receive another error message there, "Cannot display location "smb://..." No application is registered as handling this file."Could anyone explain what my problem is and how I could fix it? I really wish I could figure this stupid thing out myself, but it's linux.. it's not meant to be understood by anyone >.<

View 7 Replies View Related

Ubuntu Networking :: Accessing Files From A Windows Share Within Applications

Dec 7, 2010

I cannot access figure out how to access files stored on a windows share within an application. I can access files on a windows share from places>network but if I am trying to access files from say audacitcy or gtkpod by means of file>open when the application brings up the "places" dialog there is no network Icon to choose from.

View 7 Replies View Related

Ubuntu :: Accessing Windows Files From A Wubi Installation?

Dec 28, 2010

I got the BSOD on Windows 7 and I was unable to fix it at all. But I had already installed Ubuntu on my computer a while ago with a wubi installation. I look and saw other form posts/ tutorials online and ever time I follow them the error I end up getting is hard drive already mounted. Is this because I am already on that hard drive by running Ubuntu or is it because of a bsod error. Also what will happen if I force unmount my hard drive? Basically I want my files from the windows portion so I can move them then too a portable hard drive and factory reset my whole computer.

View 3 Replies View Related

Ubuntu Networking :: Accessing Windows Shares From 9.10?

Feb 16, 2010

i have 3 ubuntu machines running 9.10. All of them are running SMB so that the Windows machines can access the shares on the Ubuntu machines, but the ubuntu machines can not access shares on the Windows machines. When I click to connect to a windows machine ( all of them running XP), it says "connecting to COMPUTERNAME.." It never opens the computer, and it always comes back with an error saying that it failed to connect. I haven't been using ubuntu for very long, so im not as savvy with it as I am on windows. All windows machines can see all ubuntu shares, just not the other way around and I'd like it to be both.

View 3 Replies View Related

Ubuntu Networking :: Accessing Drive With SMB And Windows?

Aug 2, 2011

I'd like to setup a drive on my Ubuntu Server (10.04.2 LTS) so two laptops running Windows 7 can read/write to it via the local network.

Can Windows read/write to ext2/3/4, or do I need to format the drive as NTFS?

View 2 Replies View Related

Ubuntu Networking :: Accessing Folder Within Windows Share

Feb 15, 2011

I'm trying to figure out a good way to access a folder within a Windows share from an Ubuntu 10.04 computer. I work at a school which uses a Windows network. Each class has one login and a folder for their work. All the folders are in one Windows share called //fses/class$. Each class does not have access to //fses/class$ (otherwise a student from one class would be able to access another class's folder) - they only have access to their own folder e.g. //fses/class$/3b.

When I try to access a class's folder from an Ubuntu computer I get an error that //fses/class$ cannot be accessed. I've got around it for the moment by using a teacher's credentials, but that's not ideal because then the students have access to other classes' work. I also tried using the 'mount' command e.g.
sudo mount -t smbfs -o username=3b,password=**** //fses/class$/3b /media/3b

This did work (although I know it'd be better to use cifs and a credentials file), but only a 'superuser' can do it, and it mounts the folder for all users. I could also give the students superuser permission for the mount command, but this seems like giving them more permission than should really be necessary. Is there any way for a user who is not a superuser to access the folder? I'd like to use something like this.
nautilus username=3b,password=**** smb://fses/class$/3b

View 9 Replies View Related

Ubuntu Networking :: Accessing Files In Dual Boot( 10.04 And Mint)?

Nov 12, 2010

I have a dual boot ( Ubuntu 10.04 and Linux Mint), but I spend most of my time in the Ubuntu 10.04 partition. The point is that I have a huge files in the Mint compartment and I would like to gain access to those files from my Ubuntu 10.04 partition. I have tried samba and could not get the file sharing system to work. I had used samba when I was dual booting between Ubuntu and Windows and it worked but not in my present Linux dual boot.

View 4 Replies View Related

Ubuntu Networking :: Accessing Windows Machine And Vice Versa?

Oct 11, 2010

I had a look through a tutorial video showing how to set up Samba, and the end result was the only shared file/folder showed up on Windows. I want a direct access to all the files and folders like you can do from Windows to Windows, by signing in the user account from another system. And likewise I want access to all Ubuntu files and folders of a user account through Windows.

how if it's possible with or without Samba.

View 9 Replies View Related

Ubuntu Networking :: Info For Accessing Shares On A Windows 7 Computer?

Dec 29, 2010

I just got my Ubuntu 10.10 laptop to finally be able to access my Windows 7 Professional's shares, and I'd like to share how I got it working. Whenever I would go to Places > Network on Ubuntu, and then double click on my Windows computer (sometimes after finding it in Windows Network > {workgroup name}), it would immediately bring up a box saying "Password required for {computer name}". My Windows password wouldn't work here, but I didn't even want to be asked for a password. In Windows, under Network and Sharing Center > Choose homegroup and sharing options > Change advanced sharing settings..., Turn off password protected sharing was already selected.

So, I eventually found out that samba (the program Linux uses to talk with Microsoft's SMB network share protocol) has a bug of sorts. The format of the SMB packets coming from a clean Windows 7 is known by samba. However, if you install Windows Live Sign-In Assistant (which is provided through Microsoft Update) on Windows 7, the packets coming from Windows 7 are modified, and samba can not handle this. A patch has been written for samba, but Ubuntu's repositories (which has samba version 2:3.5.4~dfsg-1ubuntu8.1) does not yet have that patch.

Also, it seems Microsoft has stopped Windows Live Sign-In Assistant from appearing in Programs and Features. It doesn't appear even if you specifically download and install it separately. I did, however, notice that the installer calls itself Windows Live Essentials 2011. So I found that in Programs and Features, and uninstalled it. It asked which components I wanted to uninstall, and I selected all of them. Rebooted Windows, and now I can access the share no problem. I also grabbed the offending packet using Wireshark before and after that uninstall. The packet is indeed different. Specifically, without Windows Live Essentials 2011, there is no mechToken in the packet.

The current version of samba available is 3.5.6. I may try downloading and compiling that later, and see if it deals with the change that Windows Live Essentials 2011 makes OK. Also, it may be possible to get the share working without uninstalling every single Windows Live Essentials 2011 component. You may want to try that if you would like to keep a component.

View 9 Replies View Related

Ubuntu Networking :: Accessing Windows Network Share Folders

Feb 16, 2011

I'm using Ubuntu 10.10 since 2-3 weeks. First I tried live CD and the OS seems to be very good. So i installed it on my laptop.So far i had no problems until I tried to access the shared network folders of my Server running on MS Windows Vista and another trial PC running WindowsXP. I'm trying to solve this since 2-3 days, I haven't found a solution.1st of all my network works fine. All computers can ping each other and as the laptop had Windows XP installed the server was accessable.1st I installed the SMB4k tool with this program. I could see the computer names, but as soon as I select a Windows computer the tool searches and nothing happens.

I tried a lot of different variations of this command but in the end I receive this kind of error. I also tried to add -o user=username pass=password, nothing changed.After this I searched information about this error, some forum threads I googled are telling the SMB4K tool modifies the /etc/sudoers file and cause this error. So i tried to change it back with some kind of sudo chmod 0640 etc/sudoers but this won't work it seems I can not modify or edit thisw file using sudo.With the pyNeighbourhood tool I could only see my Laptop but not the Windows PCs.At the end I will install Linux systems on all of my PCs, but only if all my tests will pass .

View 1 Replies View Related

Ubuntu Networking :: Accessing Windows Vista - Dual Boot

Apr 3, 2011

Ubuntu and am dual booting it with Vista and I want to be able to access all my files from Vista whilst running Ubuntu. When I go on places, network, and click on windows network, I get a message saying 'Unable to mount location: failed to retrieve share list from server'.

View 3 Replies View Related

Ubuntu Networking :: Accessing Windows Share, Repeated Request For Authentication?

Jul 31, 2010

I am using Kubuntu 10.04, but I am posting here because the Kubuntu forums seems to be user agnostic. I just couldn't get past the verificaiton process. This should be a general networking problem that Ubuntu users can answer. On my home network, I have a Windows machine whose shared folders I can access from one machine running Ubuntu 9.04. I've had to do no network configuration on Ubuntu, it just works out of the box. On Windows I do not have a password that I use to login. Ubuntu does not ask for it either.

But on Kubuntu, when I browse the network samba shares, I can see my Windows share, open it, navigate it, but every time I cd into another level in the share or click on a file (say a music file to play), the authentication window pops up asking for a user name and password. What login information should I use here? I tried my Windows user name and a blank password,

View 8 Replies View Related

Fedora Networking :: Accessing Windows Shares - Unable To Mount Location

Jan 15, 2009

We are using spare parts (Socket 775 Biostar motherboard, OCZ 500wat PSU) to build a computer that will just be another system in the house. I want this system to be running Folding@Home, and the F@H SMP client for Linux is much less of a headache than its Windows couterpart, so I would like this computer to run Fedora. My dad loves networking, and knows how to do it in XP / Vista, so he has always opposed my frequent use of Linux. There are ways of accessing Windows shared folders from Linux, but that I haven't figured it out yet. I want to access Windows shared folders from my Fedora 10. I don't know how to go about doing this, can anyone point me in the right direction? Do I have to install anything special? I can go to Places, and then Network (in Gnome) and I see "Windows Network", but when I click it, I get "Unable to mount location Failed to retrieve share list from server"

View 8 Replies View Related

Networking :: Samba Client Accessing Windows Shares On Secondary Subnet

Sep 13, 2009

I have a machine acting as a gateway for a private network. While it can ping hosts on that private network, I can't use samba (smbclient or smbmount) to access shares on hosts on the private network from that machine. Other machines on the private network can access shares on other machines - just not the gateway server.

Here's how the gateway is configured:

When I try to connect to ports 139 or 445 (via smbclient or smbmount) the mount() system call times out. As I mentioned above, I can ping those hosts, so UDP packets work but TCP packets seem to get blocked or lost.

View 1 Replies View Related

Networking :: Windows Client Is Rebooting When Accessing Mapped Home Directory On A Box?

Feb 4, 2009

I have a redhat server with SAMBA file services. I have copied all the users files into their respective home directories and mapped a network drive to their folders. However, when I try to access a file in those folders the machine reboots itself. There are no error messages or anything, it just reboots!

View 2 Replies View Related

CentOS 5 Networking :: Accessing Windows PC From Centos

Jul 29, 2011

I have a small network with my Centos 5.6 box and a Win XP PC on it.I can access the files on the PC from the Centos box by bringing up the RUN window (ALT-F2 in Gnome) and typing smb://192.168.1.X/C (where X is the address of the PC), and I get a window with the C: drive from my PC. I can then drag/drop files between the Centos box and the PC. Here are my questions:

1) I want to script the file transfer, so how do I do this from the command line?

2) On the PC, I have 2 drives C, and E. They appear to be set up the same, but the E drive looks empty when I do this using the interactive method above.

I found this tutorial http:[url]..... but I can't get my PC "visible" in the smbtree.Really, I just want to write a script that does a backup on the Centos box and copies it to the E (External) Drive on the PC. (I'm a novice when it comes to administration)

View 2 Replies View Related

Ubuntu :: Accessing Windows XP / 7 From 10.04

Dec 27, 2010

I am using ubuntu 10.04 and I want to access remote machine having windows xp/7 installed on it. I don't want GUI of it but I want it's command prompt to be opened in my machine so that I can execute various commands on remote machine. Is there any application available for it? I tried using "rdesktop" but it gives gui and I want command prompt. Also I tried using "winexe" but its giving various errors of NT_STATUS.

View 3 Replies View Related

Ubuntu :: Accessing The Files From Imac (OS X10.6.3)?

May 19, 2010

I am going to install ubuntu on my old PC; it meets the specification. Would I be able to see the files through my imac. Here Is what I am hoping to do. Ubuntu PC is going to have a USB drive with lots of movies. iMac will run ps3mediaserver and hoping to play the files in the USB drive. Well, why don't I just attach the USB drive to iMac? Where is the fun in it? My old PC has a built in TV tuner card, so eventually I want to use that as PVR and play them on using ps3mediaserver.

View 1 Replies View Related

Ubuntu Servers :: Accessing Web Files On Scp?

May 14, 2011

I am on Ubuntu 10.04.2 on Amazon EC2.I want to use the Cherokee web server and have it (and php) running under www-data then have the files also owned by www-data. I am only able to ssh and scp into my server using the user ubuntu. This means that I am unable to edit the files.I want to be able to edit the files owned by www-data through ssh/scp.Could you assist me in setting my server to allow me to edit the web files through scp?

View 9 Replies View Related

Ubuntu :: Accessing Partition From Windows 7?

May 13, 2010

I dual boot Ubuntu 10.4 and Windows 7 (actually, just installed the Win7 a few hours ago.

I like that I can access the Windows 7 partition from Ubuntu, but not the other way around. I found links for several file explorers, but is there any way to install an extension for the standard Windows Explorer that can open EXT3 partitions (and the files therein) as if they were NTFS?

Most of the links I found refer to custom file explorers. I only want to use one file explorer, not switch between two different ones depending on which partition I want to open. Also, if I use a custom file explorer, how will dialogs like "Save as..." be able to handle saving directly to EXT3?

View 6 Replies View Related

Ubuntu :: Accessing Windows C Drive?

Jun 11, 2010

I was able to easily do so when trying Ubuntu out on the Live CD,ut now that I've installed Ubuntu as a windows program and am inside it, I can't seem to find access to my old Windows files. How do I access them

View 4 Replies View Related

Ubuntu :: Accessing Through Vmware In Windows?

Sep 17, 2010

I'm a windows 7 user and i intalled ubuntu recently using wubi executable installer, after some time i installed vmware player in windows. can anyone help me access my ubuntu in the vmware player in windows. all the articles i've read are about running a new installation in vmware player, but i already have ubuntu installed on my machine

View 3 Replies View Related

Ubuntu :: Restrict A Certain Program From Accessing Certain Files

Jul 28, 2010

Everytime I start Rhythmbox it starts to scan my USB HardDrive (which contains 50,000+ files) for media. I searched around, and it seems that there is nothing one can do stop that using any Rhythmbox options, switches, etc. Is there a way to prevent a process (in this case Rhythmbox)from using a certain resource (the path to my USB Drive)? I'm thinking APPArmor or SELinux may be the way to do it.

View 2 Replies View Related

Ubuntu :: Accessing Files In Virtual Image?

Jan 22, 2011

I have an issue with a PC (XP pro)that had a virus which deleted all the files in the windows/system32/config folder. I first attempted to do the second repair option on the XP cd and it wasn't available. So unable to boot to windows and run an anti-virus; I put the hard drive in my external enclosure. Plugged it into my ubuntu laptop and removed the virus infected files using Clam. I then tried using the XP cd in the first repair to copy the files only to get an access denied msg.

I would like to just copy necessary data from the drive with XP pro installed and then reinstall XP and give the PC back to the owners. However the person that did the original install used a volume license cd and I unfortunately have no more CD keys and hate using cracks in certain business environments. So I came up with good idea at the time to setup XP pro in virtual box and then copy the files from there however those files are in use when the machine is running and can't be copied. So is there anyway to mount the Virtual hard drive and copy the files while the virtual machine is off?

View 2 Replies View Related

Ubuntu :: 11.04 Hangs When Accessing / Copying Files?

Jul 14, 2011

I am running an old p4 system with the latest ubuntu. It has been working wonderfully until today. It all of the sudden starts to hang when copying or even just accessing files from one specific hard drive. I have read that this is an error with ext4. Is there anyway to fix this?

It would be extremely difficult for me to transfer all of these files over if i don't know whether or not it will hang.

View 2 Replies View Related

General :: Accessing Ubuntu Desktop From Windows?

Jan 22, 2011

I tried out the vino vnc server and connected to it through windows vnc viewer but It seems to lag really badly. I am connecting through a 100mb connection. I would like to try out the vnc4server but I can't find a good tutorial on setting it up where I can login to my system from gdm. Somebody please either point me to the best solution or a good tuturial.

View 1 Replies View Related

Ubuntu Servers :: Prevent PHP From Accessing Files Above Wwwroot

Sep 12, 2010

I'm running Apache2 and PHP5, hosting multiple virtual domains on my server. The directories of the domains (/var/www/<domain>) aren't publicly readable, so the websites can't access each others content as the scripts are run using different user accounts. They can, however, access other folders on the system that have public access for any user. I tried using the following PHP code, which listed the filesystem root:

Quote:

<?php
$handle=opendir("../../../..");
while($file=readdir($handle)){
echo $file . "<br/>";
}
?>

I will be hosting sites for other people so I don't want them to be able to access my entire server with PHP. Is there any way i can do this?

View 2 Replies View Related

General :: Accessing Files And Folders On LAN?

Nov 18, 2010

how to access files and folders on alive computers on my college LAN,i hv angry ip scanner installed but it only lists the computers on lan,whereas i want to access files(e.g copying,etc) on others computers(in the same way we do in advance ip scanner in windows). i am using ubuntu 10.04 LTS

View 1 Replies View Related

Ubuntu :: Accessing Mysql Database On Windows Machine?

Jul 16, 2010

i have two machines at home running ubuntu linux and windows connected by lan. on ubuntu machine i have mysql installed, how do i go about accessing ubuntu mysql database on my windows machine.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved