Ubuntu :: Mount A Win7 Drive NOT Through Samba?
May 10, 2011
I've already set up my home network to work smoothly with Samba, mainly meaning that my HTPC running Win7 can share the user home folder. So currently is simply have a Nautilus bookmark set to 'smb://win7server/users/username/' and it connects just fine.
Now, I want to use 'mount' to make a connection to this same folder spot such that it is seen as part of the native file system. I've tried this: sudo mount -t cifs //192.168.2.101/users/username/ /mnt/win7server
But I get a 'wrong fs type' warning. WTF? I thought that windows was cifs? You guys have any pointers to how to mount this? BTW, I must absolutely mount this file system, as I'm running some programs built with Open Motif, which do not support Samba.
View 9 Replies
ADVERTISEMENT
May 25, 2010
I have been trying to share folders from my main PC which is running Ubuntu 10.04. I have been able to figure out Samba enough to get my a couple of folders shared, but I have been unable to share any folders which are on my external harddrive. After entering the path in my smb.conf file they appear on the network but I am unable to navigate to them. When trying to navigate to them through the network folder on the pc they are actually connected to I get an "Unable to mount location: Failed to mount windows share" dialog box. On the windows pc I am trying to share with I get, "Windows cannot acces \Josh-Desktop
ame of folder"
My smb.conf file looks like this:
That folders I cannot access are Music and Videos.
View 9 Replies
View Related
Jul 21, 2010
This is the first time I have run into issues mounting windows shares but I really can't figure this out. Can someone put me out of my windows misery please.
First off, last week I rebuilt my work PC fromWIN7 32bit to WIN7 64bit since then I can no longer mount the window share on my ubuntu server:
I recreated my windows share called "Linux" and used the properties, advanced sharing and added everyone, full access and my domain account full access.
If I browse to \ipaddress I can see my share and access it. From a XP machine I can see the share and access it.
From linux I use the same mount point as before, /linux I use the same fstab and it fails
Code:
I try this manually now:
Code:
Next I try to mount it:
Code:
I looked at my firewall rules and they seem ok.
Next test was connecting to my 2nd pc on windows XP no probs mounted first time.
What is wrong with my new Win 7 setup?
View 2 Replies
View Related
Nov 22, 2010
I've recently set up a fedora 13 machine to use as a media server, I've been able to get everything going except samba. I've installed a second hard drive which is mounted at /media/Core and works fine on the local filesystem. I can browse the share from my mac however when I connect I get this in the smb.log file
[code]...
View 2 Replies
View Related
Jul 23, 2010
I'm having problems with Ubuntu 10.04 samba PDC and windows7. I have a test network that I'm using to evauate 10.04 before I use it in production and have come across an intriguing problem with Windows 7. I have a clean brand-new installed Windows 7 ultimate and I have no problems joining the domain. (Standard registry modifications made). I can logon the window 7 box locally without a problem however when I try to logon using the domain the Windows 7 box accepts my password and start to load the user profile, at the point where the desktop would appear message is displayed to say "logging off" and returns me to logon screen.
What I have done to date: --
wiped Windows 7 box and reinstalled
Wiped user profiles both local and on PDC (including all user information)
Performed a complete uninstall of Samba (including TDB's) and
reinstalled a fresh copy of Samba and manually edited the smb.conf is a minimum basic PDC
I have no problems with Windows XP (SP3) box at any stage
View 3 Replies
View Related
Jun 19, 2011
i got 2 pc's on the same network, one runs linux ubuntu and the other win7 64bits. I installed samba for ubuntu since it seems to be the way to go to share folders and printers between linux and windows. Now I can see the folders on windows7 from linux but I cant see my linux machine on windows7.
View 2 Replies
View Related
May 10, 2011
I installed samba and set one of the folders on my desktop to share with my win7pc. However, I'm having some difficulty getting it to work. If anyone can provide some insight, I would be very grateful.
Both my ubuntu-pc and my win7-pc belong to the same workgroup. Each pc can ping the other. The ubuntu-pc can "see" that the win7 pc is part of the network; but it cannot communicate with the win7 pc. The Win7-pc does not show that the ubuntu-pc is part of the network.
View 1 Replies
View Related
Jan 11, 2010
so i found an older computer i want to play with as a file server. ubuntu server edition, installed gnome GUI (to make things easier for now, i plan on removing it later) and used [URL].. to configure my 1.5tb harddrive so my windows machines can access it. i had everything working but than a fatal crash made me start from scratch (os and all) now i am unable to access the samba share from a machine running windows 7, but i can access it from a machine running windows XP using the same login and password i set up for windows 7.this makes me believe it's a problem with windows 7 and not samba.
View 8 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
Sep 13, 2010
Samba and access to/from my Fedora 11 system and my Win-XP or 7 boxes worked great. Then, I upgraded to F13 and although I can export with Samba, none of my F13 systems can see any Windows boxes.
I checked the services. SMBD and NMBD are running fine.
I checked the firewall and eventually disabled it totally. No effect.
I checked this forum for Samba configuration issues. All seem OK and consistent with other fixes seen here and elsewhere.
I loaded smb4k and it has the same problems - can't see windows machines whatsoever.
But here is what's curious. I also run VirtualBox-OSE and the Windows running in there CAN see my other windows boxes just fine (after I load the Guest Additions anyway). Therefore, there is nothing on my system that is firewalling the ports. The problem must be with Samba/F13 as installed or as updated.
I can't imagine anything about my network that is odd or cumbersome. I use no passwords on the private network anywhere as security is not an issue. I've been around Windows since 3.0 and Unix/Linux since 1994, so I'm no noob. But I clearly have some problem I'm not seeing or there is a serious bug in the Samba libraries somewhere. Or is my expectation of seamless operation like in the earlier days now just a dream?
View 1 Replies
View Related
Apr 26, 2011
Start>Run>\192.168.0.1storage gives me "The specified network password is not correct." It lists my domain as "ANTEC" which is the name of my computer, though I've changed the workgroup to WELLS. I've run:
setsebool -P samba_domain_controller on
Trying to connect to samba locally gives me this:
Code:
[tedward@hp-firegate ~]$ smbclient //192.168.0.1/storage -Utedafur
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
[code]....
View 6 Replies
View Related
Nov 22, 2010
Not sure if this is the correct forum for this but I run ubuntu 10.04 server in virtualbox, and have samba running. I can see the files and read them in win7, but I want write access aswell!
I need to do this in terminal only, and Im not that well versed in Linux or the terminal. Anyways here is my smb.conf:
[global]
security = share
workgroup = myworkgroupname
load printers = no
[Code]...
Since "read only = no" I think i should have write permissions... and since I can read the files Im guessing the smb.conf is the problem?
View 3 Replies
View Related
Apr 18, 2011
I have Samba guest shares working - win7 and android tablet see the shares. However, a media player just reports No Folders Found. The media player can see Win7 and Android samba shares. Here's the testparm -s
Quote:
mint@mint ~/Desktop $ testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section "[printers]"
Processing section "[print$]"
[Code]...
View 8 Replies
View Related
Apr 26, 2010
I just installed a F12 server at home, replacing a FC9 server that ran samba to share media files. I had no problems connecting to samba on FC9 (the version escapes me, sorry) however Win7 seems to be fighting the F12 samba (v3.4.7) trying to do the same thing. I create a directory share, it shows up in windows explorer, but when I try and open it win7 tells me I dont have rights to it.
I created a printer share via samba, and successfully connected to it from win7 and use it as my default printer, and that works OK. I know win7 uses smb2 as its samba protocol, and that might be some of the problem (or all of it), but I'm not sure. I also have googled and saw that people have had had issues with samba as their domain controller while trying to join win7 into the domain, however I do not use win7 as a pdc at all. The solution for this seems to be registry hacks, but I am not sure they apply to me as I haven't seen anyone correlate it. Tailing the logs, this is what I see when I try and explore the file share from win7:
Code:
[2010/04/26 13:09:56, 1] smbd/notify_inotify.c:421(inotify_watch)
inotify_add_watch returned Permission denied
Now I have edited smb.conf manually in the past but to try anything I've even played with webmin to see all the options I might be missing, still my conf is fairly simple:
[Code]...
I see the movies share in win7, but it doesn't let me in. I tried disabling requiring 128bit encryption for NTLM as one suggestion but that didn't work. Also changing local security policies to send LM & NTLM responses, and that didn't work.
View 3 Replies
View Related
Aug 30, 2011
I've done this a million times, so sure it is something simple. I just set up a file server with three drives. One is small and faster that houses all the system files. Then the other two are slower but larger (WD Green: variable 5,400-7,200 RPM) drives in RAID0 then encrypted using Blowfish 256-bit. Hence the performance double then hit below in the buffered reads.
Code:
Debian-Server-023 ~ # hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 1650 MB in 2.00 seconds = 825.44 MB/sec
Timing buffered disk reads: 234 MB in 3.02 seconds = 77.41 MB/sec
Debian-Server-023 ~ # hdparm -tT /dev/md0
[Code]...
View 4 Replies
View Related
Mar 13, 2011
why cant I access samba share by short-hostname from win7.when I ping short-hostname, the answer is the actual ip and short-hostname.mydomain.com pinging short-hostname does work, but accessing it from start-run does not! accessing by ip or short-hostname.mydomain.com works fine.ssh by short-hostname from win7 works fine too.
View 2 Replies
View Related
Dec 26, 2010
I could not find the windows 7 folders from Samba network
View 1 Replies
View Related
Sep 2, 2010
I learn from many experts online, and finally it works but still happens some sharing problems that I can handle it in different way. Here is what I have, and hopefully we can share what we have successed: -Sles Linux 11.3 installed, Samba 3.5.4 server configured and started, no DNS or LDAP installed.
-added to smb.conf:
client ntlmv2 auth = yes
wins support = Yes
wins proxy = No
lanman auth = yes
[Code]...
Reboot and now Win7 can join the domain, but with an error message about can't change the domain name to... but I just ignore it, and it works OK with any shared folders, the same way for WinXP. The only problem is that it won't map the logon drive P: but I can apply the "logon.bat" instead. However, I don't understand all of what I have done to make it work as I just copied from other experts.
View 1 Replies
View Related
Jul 7, 2011
I have installed Slackware on MANY boxes over the years and SaMBa has always resolved hostnames via UNC (\slacksharename) on a local net, but I am now at a loss after trying this at home. A UNC to the share via IP (\192.168.1.123sharename) does work fine, but this is the 1st Slackware distro I have ever had problems with resolving a broadcasted UNC. Subnet is 255.255.255.0 w/ both machines plugged into a switch and they are "linked" fine and other versions of Slack worked fine... This is for a one-trick pony, SaMBa share only, but she is not doing tricks! My other Slack box 13.1.0 resolves a Windows 7 \hostnameshare request UNC fine on the same net. smb.conf (This is not the share I am going to use, but if once this works I can get a /dev/md mounted and shared with minor changes):
Quote:
[global]
server string = Server2
map to guest = Bad User
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65536
[Code]....
View 10 Replies
View Related
May 16, 2010
Since "upgrading" (ha!) to lucid I have had a number of problems that I am working my way through. The latest is accessing samba shares from a Win7 PC. It takes minutes to open the requested share from the Windows 7 PC. File transfers, once the directory is accessed, can be measured in bytes. It is an absolute trickle.
AFAIK the smb.conf is unchanged and, in any case, there is no problem accessing the shares from another linux PC.
View 9 Replies
View Related
Mar 13, 2011
Running samba-3.5.6-71.fc14.x86_64. Why cant I access samba share by short-hostname from win7. When I ping short-hostname, the answer is the actual ip and short-hostname.mydomain.com
sa pinging short-hostname does work, but accessing it from start-run does not! Accessing by ip or short-hostname.mydomain.com works fine. ssh by short-hostname from win7 works fine too.
View 14 Replies
View Related
May 9, 2010
opensuse 11.2
samba 3.4
I unable to connect to samba but after change the register (Windows7 - SambaWiki),I could login and map/access the share drive.but when I try to shudown/restart/logoff win7 , the screen just stop with windows logo without the shutdown/restart words coming out.
View 2 Replies
View Related
Nov 30, 2010
I did upgrade my Ubuntu on 10.10 and had always a Dual-Boot with Win7. After the install of Ubuntu, my grub wouldn't work anymore. I could only boot into Ubuntu, but GRUB didn't even appear. I already tried but this brought only the installs for Ubuntu and GRUB didn't start. Afterwards I tried to recover my MBR with the help of my Win7 DVD, but this didn't work out too. Now I can't boot neither Ubuntu nor Win7 and have to run from the Live-CD. I also tried to fix it with but setup(hd0) only returned, Error 17: Cannot mount etc. What can I do? I need my Windows for work and I don't want to reinstall neither Ubuntu nor Win7. Output of fdisk -l gives:
[code]...
View 3 Replies
View Related
Apr 10, 2011
I can't look at Google with different variations of "nfs" in search results anymore I am running suse 11.3 distro on my virtual machine , and it has nfsd (and idmapd) installed. I try to mount nfs directory from my Win7 host, and it works. But when I try accessing it - I get "access denied". It seems, that idmapd should be configured somehow to authorize requests from Windows, but it doesn't. Any hints on this one? Here's a bit of configs:
[Code]....
View 4 Replies
View Related
Jan 3, 2010
I just recently constructed a computer to create a nice Fedora Linux server to replace a Mac Mini server that I have been using for a few years. I'm attempting to create a Samba share for my machines, a Windoze 7 machine as well as a couple MacOS 10.6 machines. I've set up Samba, started the service, allowed Samba in the firewall, and used system-config-samba to set up a share with a user. I created a User called "space", and a share /media/peliculas/Movies (a mounted hard drive). When I type in \IP_ADDRESS in the address bar in windows 7, I get the option to log in. I log in correctly and I see two directories "space" and "Movies." Unfortunately when I click on one of them I get the following error message:
Windows cannot access \IP_ADDRESSMovies Check the spelling of the name. Otherwize, there might be a problem with your network. To try and identify and resolve network problems, click Diagnose. I also get something similar when I attempt to connect with my mac machine. Using "Connect to Server" I type in: smb:\IP_ADDRESS, and login, I have the option to mount "Movies" or "space." If I select any of these, I get the following error message: There was an error connecting to the server "IP_ADDRESS." Check the server name or IP addres, and then try again. If you are unable to resolve the problem contact your system administrator.
Also, if I type 'smbclient -U space -L IP_ADDRESS' I can see the "Movies" in the "Sharename." At this point I'm not sure what else to do, and have been trying to figure this out for the last few days (losing sleep due to being baffled). The only thing that I can think of is that I have something wrong with the smb.conf file. Here is what it currently displays:
Global Settings
workgroup = WORKGROUP
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
[code].....
One last thing, when I check the log files, there are error messages that state: smbd/service.c:1009(make_connection_snum) '/home/space' does not exist or permission denied when connecting to [peliculas] Error was Permission denied --Windoze 7 and MacOS 10.6 log files
View 5 Replies
View Related
Feb 6, 2010
I run a headless Ubuntu 8.04 server, which acts as a web, email and file server. I am sticking with 8.04 as it is a LTS release and will upgrade to the next LTS when it is released.
I have two external USB drives, that I need to mount at boot. I have been using /etc/fstab up until now, with the following entries:
Code:
However, as I gather from doing searches is quite common, occasionally I get an error during boot (causing the system to drop to a recovery shell) because the USB drives take time to wake up and the system hasn't found them by the time it reads /etc/fstab.
From doing searches, it seems there is nothing you can do to fstab to fix this, so you need to mount them using an rc.local script instead, using:
Code:
The problem is, as I have two USB drives, their /dev/sdxx location changes between boots. I thus want to use UUID codes as I do in fstab, however I haven't found anything about this.
Does anyone know how I can use the mount command and UUID to mount a drive in rc.local and what options I have to use the mount the drive with the same options that I am using in my fstab entry? Obvisouly, I can't refer back to fstab using the mount command, because then I will still get the boot error issue if they are listed in fstab. And there is no space internally for the USB drives as there is already two internal drives.
View 3 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 5, 2010
I have 2 internal drives. One is for the OS and one is for the Data. I tried to get the Data drive to mount automatically at login using some crap I found on a linux blog. Safe to say it didn't work and now I can't mount it with the OS on the OS Drive.
It mounts from a live CD and all the data is perfectly safe. When I try to mount the drive I get this error message: "Error mounting: mount exited with exit code 1: helper failed with: mount: only root can mount /dev/sdb1 on /media/data" What have I done wrong and how can I make it mount again? Preferably this time at login.
View 2 Replies
View Related
Sep 24, 2010
I have installed Ubuntu 10.04LTS on my entire hard drive of my laptop. It's been smooth ride, of course. I want to resize my drive and install windows 7 on the new partition. How do I do that? I have installed Gparted. I have ubuntu installation disk. I want Ubuntu to be the default OS and I want to log on to wndows 7 when I want to from the boot menu. How do I do that?
View 9 Replies
View Related
Jan 3, 2011
Win-7 Ubuntu Dual Boot, Drive Presence Issue I recently built up a new computer and set it up for dual-boot with Win7 and Ubuntu. Initially I had some issues with the boot management but I discovered that GRUB works well and Paragon's Partition Manager does not. I reloaded Ubuntu using GRUB and got the system working exactly as I would like it to. Several weeks later I volunteered to assist my brother-in-law's family with getting their Unbutu system working properly with a new Brother MFC295CN printer. I brought the printer home so that I could work with it on my system.
I did get the printer to work correctly but in the process I had to reload Ubuntu because I made a few mistakes on my way to success. When I reloaded Ubuntu, I accidentally loaded it onto my system's second drive, drive F. Before, I had Ubuntu in a partition on drive C. Ubuntu works from the F drive and GRUB allows me to boot either Win 7 or Ubuntu, as desired. I will note that the earlier version of Ubuntu on drive C has been removed although the partition is still there. GRUB shows entries for this second copy of Ubuntu along with Win 7 and the entry for the functioning Ubuntu OS.
Here's where I am getting into trouble. Initially, everything looked fine. Win 7 worked, Ubuntu worked. Then, after a reboot to Win7, I noticed that my F drive was missing. I searched all around the system controls, tried loading new hardware, etc, etc, but the drive did not show up anywhere. Rebooting into Ubuntu showed that the drive was in fact still there and all the date in the large data partition was still there. Using Ubuntu's partition manager I discovered that the data partition was not enabled. I enabled the partition and rebooted back into Win7. No go.
The F drive was not present. My next step was to try Paragon's Partition Manager software, which I have a paid-for copy of. It would not see the F drive either. Using the Paragon recovery disk I had made earlier with the Paragon software, I restarted the system. The recovery software saw both drives correctly and the partitions were set up correctly. I ran the boot corrector software but I did not mess around too much as earlier experience had indicated that some of the Paragon features do not work well with Ubuntu. I shut down and rebooted into Win7. Success! The F drive was there.
But later, when I restarted the system the F drive was gone again. I tried a few things then rebooted using the recovery disk again. As before, on the next restart the F drive was present. I didn't take the time to reboot the system twenty times, but it seems apparent that something in the boot records is preventing Win7 from seeing the F drive correctly unless I boot from the Paragon recovery disk and then boot Win7.
No knowing a lot about what goes into a boot record and how either GRUB or boot.ini manage things, I am at a loss as to why I'm seeing this inconsistency with the F drive. A probable solution would be to remove both the second (old Ubuntu) partition on the C drive and the Ubuntu partion on the F drive and reload Unbutu all over. This would put me back to where I was in the beginning. However, this seems a bit inelegant as all the other attributes of the system are working well, is there a better way to address the problem?
View 3 Replies
View Related