Ubuntu Servers :: Can't Share External HDD

Aug 25, 2010

Im running Ubuntu 10 desktop. Im trying to make it my fileserver for my windows laptops. The computer im using only has a 40GB HDD so I want to be able to share my 1TB external HDD. I cant get it to work to save my life. I read another forum from a guy trying to do something similar but it still wont work.

I reformatted the drive to ext4, added it to fstab and gave it 777 permission but windows still keeps giving me an error thats saying there might be a problem with my spelling or a problem with my network?

View 9 Replies


ADVERTISEMENT

Fedora Servers :: Samba Share On External USB Drive?

May 29, 2009

I have a server which currently has a samba share for a printer and my home directory. Both have been working fine for a while now. I have a drobo (which is like a little USB RAID machine) connect via USB to the linux box. While trying to share it via samba I get weird messages from my windows machine (see screenshot). I have tried to share multiple folders on this drobo and no luck, all the same result.

I also tried a symbolic link, no good.

Here is a screen shot
http://aivila.com/temp/screen.jpg
Here is my smb.conf file:
Code:
[home]
path = /home/savona
read only = no

[Code]...

View 12 Replies View Related

Ubuntu :: Unable To Share External (USB) HDD?

Feb 23, 2010

An external USB hard drive (NTFS-formatted) is easily mounted and accessible at the Ubuntu laptop it's connected to. However, all attempts to share it (for network access from another Ubuntu machine) failed.

The best description of the problem is already posted here: [URL]

Searching forums (this and others) showed several similar questions but no effective answer!

View 9 Replies View Related

Ubuntu Networking :: Samba Configuration - How To Share USB External HDD

Mar 14, 2011

I am trying to share a USB external Hdrive from my ubuntu install to my windows systems (win 7 and 1 win xp) Everything seams to be working.. as in I can see the computer in "network" from windows explorer.... The problem is no matter what I do I can not seam to browse onto it or even type in direct share locations....

EG: //Zbox/HDMedia

or just browse through the Zbox computer icon that appears in my "Network" window in explorer. I have "sudo chmod 0777 /media/HDMovies"I can see it in the win7 Network window.. I assume it is some setting for security...I am on a home network and not very security conscious. I just want it to work.

View 9 Replies View Related

Ubuntu Networking :: Share Files On External Drive?

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

Ubuntu :: Share NTFS External Hard Drive?

Apr 18, 2011

I've been searching for a way to do this with no luck. I've got a 1TB external hard drive I used to share over the network from my Windows desktop -- which is now a Ubuntu desktop.I've tried setting it up as a samba share, and the closest I've gotten is mount error(12): Cannot allocate memory. I've tried the suggestions (editing /etc/security/limits.conf), and that removed the warning I got from testparms but didn't fix the mounting on my mythtv box.

View 1 Replies View Related

Ubuntu Networking :: Mount External Ntfs Hd As User AND Being Able To Share?

Mar 14, 2010

I have an ntfs external hd; I can mount and use it fine, without entry in fstab, but not share stuff. That is to say: I can use nautilus / thunar to share folders on it without errors, but they are not accessible via the network. The issue may be that the mount point has permissions 700. I can solve that by Code:sudo mount -t ntfs-3g /dev/sdb1 /media/Databank -o umask=0,nls=utf8or by setting umask=022 in fstab, but then I can't mount it as user anymore; if I set fstab to

Code:
/dev/sdb1 /media/Databank ntfs-3g user,umask=022,nls=utf8,defaults 0 0
I get this when I try to mount it as user in the filebrowser:

[code]....

View 1 Replies View Related

Ubuntu Networking :: Share An External Hard Drive In My Wireless Network

Jul 2, 2010

I have two computers with ubuntu 10.04 installed. They both connect to the same wireless router. One computer has an external hard drive that has music, pictures and some documents. another thing, the hard drive has been formatted to ext4. I would like to be able to access that external hard drive from my other computer. I read some post on how to connect to the server through ssh but i think it's the intruction are too old. I tried nfs for server/client, but couldn't set it up, it was a little complicated.

View 1 Replies View Related

Fedora Networking :: Can't Share A Folder On An External USB Drive?

Jan 23, 2011

I am having the following problems with samba.

1. I cant share a folder on an external USB drive. (I have no problem doing so in UBUNTU)

2. I cannot seem to get Samba Swat to work.

I've Tried 127.0.0.1:901
my ip address:901
severname:901

I made sure that xinet was installed and started as well as smb and nmb. I can access other shares on the server just cant get samba swat to work nor can I set up a share on an External USB. I can access it from my side but not my Wifes side. I even made the root of the drive a share like so:

in smb.conf
[FreeAgent Drive]
comment=Shared Server Drive
path= /media/FreeAgent Drive
read only = no
browseable = yes
create mask = 0777
directory mask = 0777
valid users = argedion, perky

what am i missing or doing wrong? I have a simular set up on a server running UBUNTU 10.10 and it is sharing paths from a USB external. (note: I did not have to share the root of the drive in ubuntu.)

I know that Fedora is not UBUNTU nor GOD willing will it ever be. forgot to mention that firewall is off and i cannot access it even as root

View 14 Replies View Related

Red Hat / Fedora :: USB External Drive - Create Share Folders With Passwords

Jun 12, 2011

I am new to Linux. I have a new ntfs usb external drive. I have attached to the Linux server but can't locate it. I would like to
1. mount it.
2. format to Linux file system
3. and then create share folders with passwords using samba.

View 2 Replies View Related

Server :: How To Share External USB NTFS Drive On Home Network

Feb 1, 2010

share an external USB NTFS drive on my home network. The drive is attached to my desktop box running Debian Lenny. It's accessible on the desktop. I have a directory on the drive that I would like to make accessible to a Windows XP laptop. Read-only would be fine. The laptop has wireless access to the network.

View 8 Replies View Related

Fedora Networking :: Share My External Hard Drive Over My Wireless Network?

Aug 4, 2009

i am using fedora 11 and i want to share my western digital external hard drive over my wireless network like i previousely did with my windows os. it is connected via usb to my computer. how do i do this ?

View 6 Replies View Related

Ubuntu Networking :: Create A Writable (preferably Nautilus Setup) Network Share On External NTFS?drive?

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

Ubuntu Servers :: Can Only Access First NFS Share

Jun 13, 2010

Every time I try to mount a folder from my server, it ignores whatever folder I specify and just mounts the first folder in the exports file.I used to be able to mount more than one nfs folder, so I don't understand what is going on. Google isn't helpful.

View 2 Replies View Related

Ubuntu Servers :: How To Share Vpn Connection

Apr 30, 2011

I am trying to share vpn connection between my network without any luck.

Here is how my network is setup.

Main DNS server with 2 NIC's:

Code:

Code:

My iptables

Code:

With those setting i am able to share my internet connection, however, when i try to connect to vpn server using openvpn it seem i am connect to the vpn server but i dont have any internet internet connectivity even on the dns server.

Here my openvpn log

Code:

View 9 Replies View Related

Ubuntu Networking :: Samba And External Drive - Unable To Mount Location - Failed To Mount Windows Share - Dialog Box

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

Ubuntu Servers :: Mounted NFS Share Will Not Unmount?

Jan 8, 2010

We have a server running Hardy. I configured it as an NFS client and mounted a share. The NFS server is remote and accessed through TCP only (no UDP allowed through the firewall). Now I've mounted it, though, I can't unmount it!

Code:
david@scatha $ mount | grep nfs
example.com:/home/david on /mnt/tmp type nfs (rw,tcp,addr=123.123.123.123)
Now when I try to unmount it:

[Code]...

View 4 Replies View Related

Ubuntu Servers :: Mounting A NFS Share Through SSH Tunnel

Jan 12, 2010

Hi, I have a server at my home which is a Ubuntu 9.1 which is setup as a NFS server using NFS v3. I am also using DYN DNS to access my home server remotely from another location using SSH. Everything works good, I can sucessfully log in to my server from my laptop via SSH, however my problem mounting my NFS share which consists of appx. 300 mp3 files. My question is:

1 How Do I Tunnel a NFS share through a SSH tunnel?

2 Is there any other configuration? needed to be done to the router?

3 is there anything needed to be configured to the server or my laptop?

4 Manual mounts is fine for me I don't care about automounting.

I just want to be able to mount the NFS share via the SSH Tunnel and play my music and access other files from my server.I just need the steps to set up this connection.

View 2 Replies View Related

Ubuntu Servers :: Should / Could Use A Network Share For Proftd

Apr 20, 2010

I'm in a strange situation where i have a windows host with a Ubuntu Server VM running Proftpd which needs to be able to ftp files to a shared drive on the host. This is so the webserver (a separate VM) can access the files in the ftp directory. Also so i can take snapshots of the server without the ftpd files. So, my question is how can i do this? Am i able to mount the share somewhere and use that to store my ftp accounts/files? Is it possible (or is it a stupid idea) to mount the home directory on the share?

View 1 Replies View Related

Ubuntu Servers :: Samba Won't Share Second Harddrive?

Jun 20, 2010

My first post, and I'm an Ubuntu n00b. But I've done a lot of reading and still can't seem to get anywhere with this. First of all. I know that I've set Samba up correctly because I can create a share in /home/documents which is mounted on my primary hard drive /dev/sda1, Windows 7 can access it no problem. But, when I try to set up a Samba share on my second hard drive /dev/sdb1, Windows 7 cannot access it. I've mounted the share in /media/Share The error I get in Window 7 is: " Windows cannot access \HOMESERVERData Check the spelling of the name. Otherwise, there might be a problem with your network."

My first thought is I must have the hard drive mounted or formatted incorrectly, but I can't find anything on this forum to tell me otherwise. I feel like I need to restart the process of this Samba set up. Can someone please guide me through: reformatting sdb1, mounting sdb1, setting up my smb.conf, fstab, and any other config files required to use my second hard drive as a Samba share?

View 6 Replies View Related

Ubuntu Servers :: Share Folders With Windows?

Sep 3, 2010

I have been through a lot of sites and googled allmost everything to get an answer about sharing folders on a Ubuntu Server with Windows clients.

Every site tells me, that the only way to get from windows to the shared folders on a ubuntu server, is by using some extra software, installed on the windows machine.
Is this correct?

View 8 Replies View Related

Ubuntu Servers :: Share Bandwidth Over Internet?

Sep 6, 2010

Is it possible to share bandwidth over Internet? A friend of me has made a little radio station with win-amp to screw around with. But as you can guess after 10 users the connection flips due to bandwidth limits. So we where wondering if we somehow can share both our bandwidth. I was thinking about perhaps linking some proxy's and combine that with load balancing... Something like that! But i'm not even sure if it's possible to do so.

View 3 Replies View Related

Ubuntu Servers :: Mounted File Share In 10.04 LTS

Sep 13, 2010

I'm having a some pretty weird problems with some mounted file share in Ubuntu Server 10.04 LTS. Currently we are mounting several file share stored on a SLES Files Server onto our Ubuntu Web Servers using the CIFs protocol. Occasionally ( no rhyme or reason ) we will find that when you do a directory listing on the mounted share, while you are on the Ubuntu Server, there are no files being listed. Yet if you browse the SLES File Server or any other of the identical Ubuntu Servers (with the same mounts), the files are there ready to go.

Before using SLES for our file server we tried windows, and experience many of the problem you that you see on the forums of CIFs errors on the console screen. I'm beginning to wonder if 1. we can resolve the CIFs problems in Ubuntu 10, or do we need to down grad to Ubuntu 9 or 3.) change to something other than CIFs.

View 2 Replies View Related

Ubuntu Servers :: Share Database Tables Between Projects?

Jan 5, 2010

If any real hassle using a database between web sites. Not obviously phpBB but rather various projects that need a common read access to maintain a relation

View 1 Replies View Related

Ubuntu Servers :: Samba BDC With W2k8 PDC - Share Not Writable

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

Ubuntu Servers :: Share Folder For Streaming To DVD Player?

Feb 23, 2010

Anyone know if you can use samba to share a folder to stream music and video files to a wireless enabled dvd player? I have a machine running Ubuntu server and have all my music stored and shared using nfs with my network computers. I just got a Samsung BD-P3600 blu-ray player that has wireless for blockbuster, netflix, pandora, and you tube. You can also setup a shared folder on a Windows system to allow play back on the blu-ray player. I was just wondering if anybody has tried it with ubuntu and samba.

View 1 Replies View Related

Ubuntu Servers :: Access Share By Symbol Link?

Mar 31, 2010

Ubuntu server 8.04
Samba version 3.0.28a

Config:

1) I created 2 shares in Samba, one is "/home/aaa" and the other is "/home/bbb". Both have the same owner, say "jack", with permission 775

2) I created one link named "pubshare" in "aaa" pointing to "bbb". "ln -s /home/bbb pubshare"

Problem: I connected to aaa from a Winxp client with account "jack" and access pubshare, (say cd pubshare), it prompts "access denied"

Experiment I've done

1) login local machine with account jack, cd /home/aaa, then cd pubshare. It works fine. (So I believe link works fine and permission of bbb is correct)

2) connect directly to /home/bbb with account jack from the Winxp client. It works fine too. (So I believe the samba config is correct)

3) I did not face this problem until I used "apt-get ugrade" several days ago.

View 2 Replies View Related

Ubuntu Servers :: Suddenly Cannot Mount Nfs Share From Windows 7?

May 23, 2010

I recently reinstalled my file server (moved from fedora to ubuntu server). Now I cannot mount my nfs share from windows 7, mounting from mac osx works fine. In windows I either keep getting "the semaphore timeout period has expired" or "an unexpected error has occured". Does ubuntu need some special magic to allow windows 7 to mount an nfs share? This is my exports file

Code:
/home/ducky101/ 192.168.1.*(rw,sync,insecure,no_root_squash)
/home/ducky101/mnt/EXTRN2 192.168.1.*(rw,sync,insecure,no_root_squash)
/home/ducky101/mnt/EXTRN3 192.168.1.*(rw,sync,insecure,no_root_squash)

View 3 Replies View Related

Ubuntu Servers :: Samba Public Share Not Working?

Jun 25, 2010

Code:
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#

[code]...

View 5 Replies View Related

Ubuntu Servers :: Share One Folder As NFS3 And NFS4

Sep 22, 2010

Before I go prodding about on this server does anyone have any experience of sharing a single folder over NFS3 (for compatibility) and NFS4 (for newer clients)??

View 4 Replies View Related







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