Ubuntu Networking :: Windows Vista Cannot Access Smbshare

Mar 30, 2010

I am having an issue setting up (or rather accessing) a samba share, I have installed samba and created a share a follows:

Quote:

[smbshare]
comment = 1TB Drive Share
path = /media/1TB EXT eSATA/SMBshare
browsable = yes
read only = no

I then added a user to the server using:

Quote:

sudo useradd smbuser --shell /bin/false

and then added this to the smbuser list with:

Quote:

sudo smbpasswd -a smbuser

So everything seems to work fine here, I can see the server from my windows vista laptop, open the server and see the shared folder, but when I try to open the folder I enter username 'smbuser' and password 'xxxxxx' and get a windows error saying "not accessible you might not have permission to use this service"I have even tried to set this up as a public share with full guest privileges and get the same error.

View 9 Replies


ADVERTISEMENT

Ubuntu Installation :: Cannot Access - After Upgrading Vista To Windows 7?

Jan 12, 2010

I had partitioned my dell inspiron 1525 to have Windows Vista and Ubuntu 9.04. I upgraded Vista to Windows 7. Now whenever I start the computer it goes directly to Windows 7. Is the Grub been deleted? How do I get to my Ubuntu. I have the Ubuntu Live CD with me

View 2 Replies View Related

Ubuntu Installation :: Dual Booting With Windows Vista - Access Denied

Aug 10, 2010

I'm installing Ubuntu 10.04 for a friend, dual booting it with windows vista. The installation was going just fine up until the 4th step- partitioning the drives. After designating space for vista and ubuntu and running it, it popped up the window and displayed 0%... for the next hour. After looking around on ubuntu forums for a solution, I tried manually partitioning the drives in vista. Vista wouldn't let me, saying that access was denied. I tried using gparted next, which had an error with it as well. Does anyone know what i can do to work around this?

View 4 Replies View Related

Ubuntu :: Resizing The Partition Doesn't Allow Windows Vista To Boot Up - Denied Access

Oct 31, 2010

When I run out of space on my Ubuntu partition, which will probably happen with me being the untidy person I am, is there a way to resize the partition in Windows or Ubuntu that will allow the other to boot? As I've heard stories of using Gparted to resize a Windows partition doesn't allow Windows Vista to boot up as it removes a crucial part of the operating system? I have adequate space to give to Ubuntu on my NTFS partition. May I also add that to install Ubuntu I had to use the partitioner that came with the installer, because the Windows Disk Manager wouldn't let me partition the NTFS drive, because it Denied my Access.

View 4 Replies View Related

OpenSUSE Install :: Access Windows Vista Files (documents And Pictures)

Jul 8, 2010

I am looking a way to access my windows vista files (documents and pictures) in opensuse. I have a problem my Vista doesnt load anymore and I really need to recover some files from it before formatting.

I know very very veeeery little about linux. I installed few month ago but then didnt have time to really work on it. I checked on google but it's more confusing.

I have three partition. One is for Vista home edition 64 bit, the other one opensuse 11.1 and a third one for dell stuff (not sure what is it exactly )

View 9 Replies View Related

Server :: Unable To Access Samba Share On CentOS 5.4 From Windows XP Or Vista

Jan 23, 2010

I can't be the first one with this problem. What am I missing?

I have setup Samba servers in the past, just none under SELinux. The last one I configured was a couple years ago, so I wouldn't doubt I'm a bit rusty.


---- Environment summary:
Clean server install of CentOS 5.4 includes SELinux
- lets call this 'server'
- updated samba to 3.0.33-3.15.el5_4.1

Client1 - Windows XP sp4 - WINS configuration uses 'server' noted above
Client2 - Windows Vista - WINS configuration uses 'server' noted above

---- What works / what doesn't ------
Clients can see the server (XP and vista) in network neighborhood.
The following does not work from windows (xp or vista)
net view
net view \server
net view \server-ip
net view \servershare

This does work on the server
smbclient -L \server
smbclient -L \server --user validuser
smbclient -L \client1 --user validuser


---- What I have configured and tried (config/output below) --------
firewall ports for samba are open
SELinux enforcing or permissive
file context is set on share
samba booleans are set

***firewall
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m tcp -p tcp --dport 445 -j ACCEPT
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m udp -p udp --dport 137 -j ACCEPT
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m udp -p udp --dport 138 -j ACCEPT
-A RH-Firewall-1-INPUT -s 192.168.0.0/24 -m state --state NEW -m tcp -p udp --dport 139 -j ACCEPT

***SELinux mode/booleans
# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode: permissive
Mode from config file: enforcing
Policy version: 21
Policy from config file: targeted

# getsebool -a | grep smb
allow_smbd_anon_write --> off
smbd_disable_trans --> on

# getsebool -a | grep samba
samba_domain_controller --> on
samba_enable_home_dirs --> on
samba_export_all_ro --> off
samba_export_all_rw --> off
samba_share_fusefs --> off
samba_share_nfs --> off
use_samba_home_dirs --> on
virt_use_samba --> off

***filesystem
# semanage fcontext -a -t samba_share_t �/share/photos(/.*)?�
# restorecon -R -v /share/photos

***Disks
]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 9920624 2070872 7337684 23% /
/dev/sda1 101086 19146 76721 20% /boot
tmpfs 1846656 0 1846656 0% /dev/shm
/dev/mapper/VolGroup00-xen
100791728 202540 95469188 1% /xen
/dev/mapper/VolGroup00-photo00
251981556 191716 238989840 1% /share/photos
/dev/mapper/VolGroup00-dmsdoc00
100791728 192256 95479472 1% /share/alfresco
none 1846656 104 1846552 1% /var/lib/xenstored



***smb.conf
[global]
workgroup = workgroup
netbios name = server
security = user
name resolve order = wins hosts lmhosts bcast
encrypt passwords = yes
hosts allow = 192.168.0.
hosts deny = 192.168.122.
interfaces = eth0
passdb backend = tdbsam
oslevel = 222
local master = yes
domain master = yes
preferred master = yes
cups options = raw
username map = /etc/samba/smbusers
wins support = yes
log level = 4
guest ok = yes

[photo]
comment = Photos
path = /share/photos
read only = yes
guest ok = yes

View 5 Replies View Related

Ubuntu Networking :: Can't Access XP From 10.04 Can Vista Though?

Sep 9, 2010

I installed Ubuntu 10.04 on a computer I have, and can access the two vista computers on my home network, but when I try to access my XP machines I get Unable to mount Location Failed to retrieve share list from server.When I try it the other way round from the XP machine it is able to access the Printer and faxes file on Ubuntu.

View 1 Replies View Related

Networking :: Get Ubuntu Mini To Access The Files On Vista Machines?

May 5, 2009

My new HP mini running Ubuntu sees my HP notebook running Vista,my Compaq desktop running Vista, and my HP desktop running XP as computers belonging to my workgroup, but I can only access my files on the XP machine. The mini and the notebook are wireless and the desktops connect to the router by cable.

All of the computers connect through the router to the DSL modem, and each of them connect to the HP wireless printer. None of the other computers see my mini as belonging to my workgroup, specifically including my XP computer. Figure that it is likely normal that I cannot with my mini open files that I find on my XP, but have to copy and paste them to my mini or one of the flash drives I use with it before I can open them.

I understand I have described a "well known problem" caused by a non standard sequence in Vista, that can be obviated by a fix to the login sequence that can be made to the linux code in my mini so that it will recognize and perform the login (user name and password) that is required when a Vista machine is encountered.

But I'm in over my head, unable to even find the command line on my mini.

View 6 Replies View Related

Installation :: Unistall Windows Vista From An Ubuntu / Vista Dual-boot?

Mar 18, 2011

I have a single hard-drive on a spare computer and I decided to try out Ubuntu on recommendation from a friend. I really like it now but at first I just dual-booted it, and now I want Vista gone. I know it's unnecessary to have just one OS but my hard-drive isn't particularly big and I'd prefer to have Ubuntu by itself. Can anyone tell me how to eliminate vista and leave Ubuntu as my sole operating system (I've all my files from computer on another computer so I don't have to worry about losing anything).

View 2 Replies View Related

Fedora Installation :: Dual Booting Vista And / 11 Wipes Out Windows Vista?

Nov 18, 2009

i have recently started my masters degree program and i have to install fedora 11 for one of my courses. The problem is when i try to install fedora 11 on my laptop, it wipes out my windows vista installation. I want to keep vista. I have a sony vaio laptop model VGN-FW340D. 4GB RAM and 400 GB HD. i first shrink my hard drive to free up around 100 GB. Then i run fedora 11 DVD and let it make the partitions on my free space.. I have tried everything.. I chose use free space the first time, but i didnt work, it wiped out my vista, next time i chose custom layout and defined boot, root and swap partitions , but again it wiped out my vista.. I have read many guides to dual boot vista and fedora and have carried them out step by step, but nothing works.... Also i dont have vista installation DVD, i just have the recovery CDs, so everytime it wipes out my vista, i have to do system recovery, ive been trying for a week now, and its driving me crazy, i asked a friend of mine to help me out, he has dual boot system, and he tried it and it did the same thing, wiped out my vista... i just have one drive C: with two partitions, one small partitions which contains recovery files, and the rest of the partition has vista.......

View 7 Replies View Related

Ubuntu Networking :: Using Samba Shares On Windows Vista

Feb 27, 2010

I setup shares on a fresh install of Ubuntu 9.10 via the shared folders application from here: [URL]. The shares are visible on my vista laptop but when I go to open them I get an error "you might not have permission to use this network resource". I set the smbpswd to nothing via the method in the above article as well and my /etc/samba/smd.conf has the follow lines:

[300]
path = /media/Secondary Storage
available = yes
browsable = yes
public = yes
writable = no

[500]
path = /media/New Volume
available = yes
browsable = yes
public = yes
writable = no

View 7 Replies View Related

Ubuntu Networking :: See Files In U10.04 Machine Through Windows Vista?

Nov 10, 2010

I've been wondering how to see files stored in a ubuntu 10.04 machine while working in a windows vista one in a local network. the most I have gotten is to connect the vista machine to the ubuntu network but i have to copy the files to the windows computer to watch them in that computer.

View 1 Replies View Related

Installation :: Access The Windows Partition But In Vista Cant See The Partition?

Feb 19, 2010

I installed XandROS on my vista machine. I can access the Windows partition from Linux but in Vista I cant see the Linux partition...is there anything I can do about that?

View 3 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

Fedora Networking :: Network Share Windows Vista And 12 ?

Jan 27, 2010

I have installed Samba on my one of my computers that has Fedora 12 installed 192.168.1.2, and the other PC that has Windows Vista installed 192.168.1.3 Hostname Adam-PC Network: WORKGROUP. Both PCs are connected to Wireless Netgear Router with DHCP enabled on the router as well as the two computers. How do I set up File sharing on these two systems?

View 2 Replies View Related

Fedora Networking :: Print From Windows Vista Computer?

Feb 16, 2011

I have Fedora 14 server with installed cups, samba and shared printer. I am trying to print from Windows Vista computer. Printer is available via network, test page is printing as well as any text document. The problem is in printing of dvi and pdf files only. In this case, Windows sends printing task but the printer does not response. How can I fix this?

View 2 Replies View Related

CentOS 5 Networking :: Does Not Respond To Ping From Windows Vista

Oct 7, 2009

I have a problem on my LAN, then: I have a laptop on which Windows Vista is installed, and every time I try to do ping to my server centos, my centos server does not respond to ping. The server is operating normally, because I found other PCs on my network that communicate normally with my centos server.

View 1 Replies View Related

Ubuntu Networking :: Couldn't Access Internet Via LAN With Could Access With Windows 7?

Jul 6, 2011

I connected my laptop running with Ubuntu 11 in the LAN but I couldn't access internet.But I could ping to the other computers connected in the LAN. I tried the same thing with windows 7 in the same laptop and I could access internet.

View 1 Replies View Related

Debian Configuration :: Mount Smbshare At Boot Time?

Oct 13, 2010

A windows server named SRV is sharing folders for each users in /share/From a Debian computer on network logged with the user session "foo" I can mount the remote directory /share/foo with:smbmount //SRV/share/$LOGNAME /remote_directorythen the prompt ask me for password and when I have gave it the remote directory is mounted correctly.Now I would like to make this at boot time.If I put the same command in the .bashrc, when I boot, the remote directory is not mounted when the session is opened but then if I open a console, it ask me for password and the directory is mounted.This way is not convenient and it would be better if the directory is mounted when the user open his session and using the same password.The point is that every user should have a his own remote directory mounted when the session is opened.

View 2 Replies View Related

Ubuntu Installation :: Dual Boot Windows Vista / Lucid 10.04, Grub Doesnt See Windows?

May 7, 2010

I had 9.10 installed and I did an upgrade to 10.04. However I cannot see anymore my Windows Vista partition with grub.. I have a Toshiba laptop Satellite p305.This is my boot script output:

Boot Info Script 0.55 dated February 15th, 2010

============================= Boot Info Summary: ==============================

=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in [code].......

View 3 Replies View Related

Ubuntu Networking :: Samba And Windows Networking - Read / Write Access To All Folders Contents From Both Machines

Mar 9, 2011

Ive managed to install samba, I've shared a folder. I can access from a Windows 7 machine via \ubuntupublic. I can put files in the folder form the ubuntu machine and edit them on the windows box. I can put files in the folder/share from the Windows box but then I cannot edit them on the Ubuntu machine (they are read only and have a "Lock" over them). I can fix this by going to the properties of the file/folder in Windows and manually assigning "Everybody" full control (then the lock disappears and all is well.) I want read/write access to all the folders contents from both machines all the time (security is NOT a concern I WANT the permissions wide open) what am I doing wrong?

View 7 Replies View Related

Ubuntu :: Networking Windows 7/vista/xp / "this Feature Cannot Be Enabled Because The Required Packages Are Not Installed On Your System"?

Jun 7, 2011

I have my home network set up like so. My router has 4 ethernet ports so I have 1 hooked up to a network hub where I have 2 computers running windows xp and 1 running windows 95, on my other router port I have a desktop using ubuntu 11.04 and I have 2 windows 7 laptops and 1 ubuntu 11.04 laptop connecting wirelessly. All of the computers can see each other in my network map except for the ones running ubuntu. I can successfully ping every computer on my network from every computer without fail (even the ubuntu ones). The weird thing is that my ubuntu computers can see and use files from all of my windows computers but still nothing can see the ubuntu computers. I have set up samba to no avail and when I open file sharing and try to enable it on ubuntu it comes up with "this feature cannot be enabled because the required packages are not installed on your system." I have done clean installs of ubuntu 11.04 and 10.10 on both ubuntu computers and kept them up to date but the same problem persists. I have tried to do the same steps above with all of my computers wired but still nothing.

View 1 Replies View Related

Ubuntu :: Windows Vista Gone - When Restart - Does Not Give Me The Option For Windows

Oct 14, 2010

I believe i no longer have Vista. I had installed 10.04 side by side with Vista. Now that we have 10.10 i wanted to do a fresh installation on my laptop. I wanted to do the same thing, install it side by side so what i did is i installed gparted and tried to erase/delete ubuntu 10.04 and leave windows on it. From what i remember, i did just that. I restarted my laptop and windows didnt come up...i got a grub error...i decided then to install ubuntu 10.10. i selected to install ubuntu side by side again with vista. During the installation, i received an error about a partition...i made a few clicks...after it was installing and it went smoothly.

Now when i restart my laptop...it does not give me the option for windows....how do i know if i still have windows on my laptop? According to Gparted i dont have it anymore...

Specs:
Dell E1505
2 gigs
80gb

View 9 Replies View Related

Ubuntu Installation :: Alongside Windows Vista And Now Cannot Reboot Windows?.

Feb 2, 2011

I just installed Ubuntu alongside windows vista and now cannot reboot windows

View 3 Replies View Related

Fedora Networking :: Vista / Fedora 13 - Can't See Box In Windows Network

Oct 19, 2010

I recently bought a new Netgear WNDR3300 Wireless-N router, and cannot seem to see the linux box in my windows network. (We have multiple Windows machines on my network, all in the same workgroup.) I also recently bought Avast anti-virus, and I think I have enabled the IP range of all computers to enable communication. I wonder if a media router has different needs than just the regular router I used to use. My samba file is minimal, I will post an example. I wish my Windows computer to access a drive marked /terminal on my linux box. I have a drive on my Windows marked E:Cher on my Vista box. My workgroup name is BRCR.

View 3 Replies View Related

Ubuntu Networking :: Samba Can't Access Windows 7?

Apr 26, 2010

I installed samba (in Ubuntu 9.10) and I can access shared files in Ubuntu from Windows 7 but when I try to access W7 files from ubuntu: Places>Network, it prompts me Username,Domain, Password. I tried Username = W7 usernameDomain=my workgroup (MSHOME)Password=W7 login passwordbut it prompts me same thing again...checked some other related threads but couldn't get any luck.

View 4 Replies View Related

Ubuntu Networking :: How To Access Windows 7 Folders

May 14, 2010

I have ubutu10.0.4 installed on HP NC6000.I have another laptop running windows&.ow do I access my windows machine from ubuntu.I want to copy files from ubuntu to my wondows machine

View 1 Replies View Related

Ubuntu Networking :: Can't Access Computer From Windows 7

Oct 23, 2010

I recently decided to install Samba in Ubuntu as a home file-sharing server. However, when I try to access this computer from another (using Windows 7), an error messages comes up. It says: "You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.

The specified domain either does not exist or could not be contacted."

View 6 Replies View Related

Ubuntu Networking :: Cannot Access Windows 7 Machine

Jan 11, 2011

Just installed Ubuntu the newest release on my laptop . Im dual booting on my laptop. Vista or Ubuntu. I gotta say I love Ubuntu more than vista. I would much rather use ubuntu. My question is I cannot for the life of me connect to my main PC running Windows 7. Reason I want to do this is my PC running windows 7 has all my music which is rather large over 100gigs worth. Looks like it recognizes my PC but I cannot access anything.

Now In windows 7 I have disabled password and made it pretty easy to access files on there. When I boot into vista on my laptop no problem at all getting onto the network to access my main Windows 7 Pc. Any Ideas why Ubuntu can't get into my Windows 7 pc Through my network. Would love to do this that way I don't ever have to boot into vista. Ubuntu is great otherwise.

View 1 Replies View Related

Ubuntu Networking :: Can't Access Windows Shares

Feb 3, 2011

Running Ubuntu 10.10 M-M..Running Network, my machine sees my Windows Workgroup, and even the machines on the workgroup. When I try to access those machines, I get a message "Failed to retrieve share list from server." I've been able to mount other machines by using straight IP accesss, but that is of little use since IP addresses are not Static.

View 6 Replies View Related







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