Access Windows Share In Ubuntu

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Access Windows Share In Ubuntu

    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

    ray Guest

  4. #3

    Default Re: Access Windows Share In Ubuntu

    ray wrote:
    > 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
    >
    ok I did that and there was no output in the terminal

    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

  5. #4

    Default Re: Access Windows Share In Ubuntu

    Christo wrote:
    > ray wrote:
    >
    >> 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
    >>
    > ok I did that and there was no output in the terminal
    >
    > 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
    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
    Christo Guest

  6. #5

    Default Re: Access Windows Share In Ubuntu

    ray wrote:
    > 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
    >
    ray

    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

  7. #6

    Default Re: Access Windows Share In Ubuntu

    >> 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
    sudo apt-get install lame
    nosynose Guest

  8. #7

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139