Ask a Question related to Ubuntu, Design and Development.
-
Christo #1
Access Windows Share In Ubuntu
I am logged in as root
I have a whole partition shared on windows called "MEDIA" the windows
box has an ip of
192.168.1.10
Ubuntu Box is
192.168.1.11
how can I access the windows "MEDIA" share in ubuntu and map it to a
ubuntu drive?
TIA
Christo
Christo Guest
-
gaining access to a share
Hi, I want to create a folder on a network share from within my ASP.NET application. The app uses a custom authentication mechanism which... -
unable to access share
I was called by a client last week, who said he was unable to access the server. The network is mixed apple (osx and os9), windows 2000 and windows... -
folder access in share
In article <un6Zq$9RDHA.3768@tk2msftngp13.phx.gbl>, "WILLIAM WELBORN" <bwelborn707@email.uophx.edu> wrote: That message is very misleading. The... -
XP User not able to access $ share
I would assume that you have correctly configured all the machines. If not, maybe that's where the problem is. Try making a new connection. You can... -
Windows XP Pro Can't Share ICS Like it's supposed to
I have tried to share the dsl internet connection on my computer with the other computers on my network (all windows 98se, of varying speeds) i... -
ray #2
Re: Access Windows Share In Ubuntu
On Tue, 23 May 2006 17:06:37 +0100, Christo wrote:
mount -t smbfs> I am logged in as root
>
> I have a whole partition shared on windows called "MEDIA" the windows
> box has an ip of
>
> 192.168.1.10
>
> Ubuntu Box is
>
> 192.168.1.11
>
> how can I access the windows "MEDIA" share in ubuntu and map it to a
> ubuntu drive?
>
> TIA
>
> Christo
ray Guest
-
Christo #3
Re: Access Windows Share In Ubuntu
ray wrote:
ok I did that and there was no output in the terminal> On Tue, 23 May 2006 17:06:37 +0100, Christo wrote:
>
>>>>I am logged in as root
>>
>>I have a whole partition shared on windows called "MEDIA" the windows
>>box has an ip of
>>
>>192.168.1.10
>>
>>Ubuntu Box is
>>
>>192.168.1.11
>>
>>how can I access the windows "MEDIA" share in ubuntu and map it to a
>>ubuntu drive?
>>
>>TIA
>>
>>Christo
>
> mount -t smbfs
>
where will the windows share be accessible from?
I tried going to computer and it doesnt appear to be in there?
Can i create a link to the share on the desktop or in a panel?
TIA
Christo
Christo Guest
-
Christo #4
Re: Access Windows Share In Ubuntu
Christo wrote:
ok i kinda stupid> ray wrote:
>> ok I did that and there was no output in the terminal>> On Tue, 23 May 2006 17:06:37 +0100, Christo wrote:
>>
>>>>>>> I am logged in as root
>>>
>>> I have a whole partition shared on windows called "MEDIA" the windows
>>> box has an ip of
>>>
>>> 192.168.1.10
>>>
>>> Ubuntu Box is
>>>
>>> 192.168.1.11
>>>
>>> how can I access the windows "MEDIA" share in ubuntu and map it to a
>>> ubuntu drive?
>>>
>>> TIA
>>>
>>> Christo
>>
>>
>> mount -t smbfs
>>
>
> where will the windows share be accessible from?
>
> I tried going to computer and it doesnt appear to be in there?
>
> Can i create a link to the share on the desktop or in a panel?
>
> TIA
>
> Christo
i went
Places > Network Servers
logged in and got to my desktop running windows XP that way, i tried to
play an MP3 in XMMS with it and it didnt work, the no sound output
does anyone know why? can anyone help me getting this to work?
Thanks again, In Advance
Christo
Christo Guest
-
Christo #5
Re: Access Windows Share In Ubuntu
ray wrote:
ray> On Tue, 23 May 2006 17:06:37 +0100, Christo wrote:
>
>>>>I am logged in as root
>>
>>I have a whole partition shared on windows called "MEDIA" the windows
>>box has an ip of
>>
>>192.168.1.10
>>
>>Ubuntu Box is
>>
>>192.168.1.11
>>
>>how can I access the windows "MEDIA" share in ubuntu and map it to a
>>ubuntu drive?
>>
>>TIA
>>
>>Christo
>
> mount -t smbfs
>
you still there?
I am a n00b to linux o bare with me
i did the command u mentioned
mount -t smbfs //192.168.1.10/MEDIA /root/HOME/Music
and i am receiving the following output from the terminal
mount:
wrong fs type, bad option, bad superblock on //192.168.1.10/MEDIA,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
the windows share is a partition formatted as FAT32
I dont know where to go from here, any help would be appreciated
TIA
Christo
Christo Guest
-
nosynose #6
Re: Access Windows Share In Ubuntu
sudo apt-get install lame>>> Christo
> ok i kinda stupid
>
> i went
>
> Places > Network Servers
>
> logged in and got to my desktop running windows XP that way, i tried to
> play an MP3 in XMMS with it and it didnt work, the no sound output
>
> does anyone know why? can anyone help me getting this to work?
>
> Thanks again, In Advance
>
> Christo
nosynose Guest
-
Marco #7
Re: Access Windows Share In Ubuntu
Christo schreef:
>I am logged in as root>I have a whole partition shared on windows called "MEDIA" the windows
>box has an ip of>192.168.1.10>Ubuntu Box is>192.168.1.11>how can I access the windows "MEDIA" share in ubuntu and map it to a
>ubuntu drive?>TIA>Christo
The answer to your question is:
e.g. Assumed that /dev/hda1 is the location of Windows partition (FAT)
Local mount folder: /media/windows
These are the commands:
sudo mkdir /media/windows
sudo cp /etc/fstab /etc/fstab_backup
You'll be asked for the password, then:
sudo gedit /etc/fstab
Append the following line to the end of the file:
/dev/hda1 /media/windows vfat iocharset=utf8,umask=000 0 0
Save the edited file
Also read: How to mount /etc/fstab without rebooting
This is the site i use to get all the things done in Ubuntu that i want.
I'm running 5.10
[url]http://easylinux.info/wiki/Ubuntu[/url]
If you're running 5.04 it is
[url]http://ubuntuguide.org/[/url]
Good luck,
Marco
Marco Guest



Reply With Quote

