| |
 |
|
|
Linux Forum Index » General Linux Discussion » mount hda1 problem...
Page 1 of 1
|
| Author |
Message |
| ... |
Posted: Wed Jul 16, 2008 6:03 am |
|
|
|
Guest
|
Hi
I am unable to mount hda1 partition of my P4 with other computers in
my network. My P3 Win2k box see "access denied", while Mini Mac says
"folder can not be found".
I can see the /media/hda1 when I smbtree -- see youself. So what is
the problem?
\\SONY Sony server (Samba, Ubuntu)
\\SONY\IPC$ IPC Service (Sony server (Samba, Ubuntu))
\\SONY\Download Download
\\SONY\print$ Printer Drivers
\\P4_LINUX Ubuntu_P4
\\P4_LINUX\IPC$ IPC Service (Ubuntu_P4)
\\P4_LINUX\Guest Share Guest access tmp
\\P4_LINUX\hda1 /media/hda1
\\P4_LINUX\Download Download
\\P4_LINUX\Shared Shared
\\P4_LINUX\print$ Printer Drivers
\\P3
\\P3\C$ Default share
\\P3\ADMIN$ Remote Admin
\\P3\Temp
\\P3\IPC$ Remote IPC
\\MINIMAC minimac
\\MINIMAC\linux user's public folder Linux User's Public Folder
\\MINIMAC\IPC$ IPC Service (minimac) |
|
|
| Back to top |
|
| noi ance... |
Posted: Thu Jul 17, 2008 1:28 am |
|
|
|
Guest
|
On Wed, 16 Jul 2008 09:03:32 -0700, jessedorland typed this message:
Quote: Hi
I am unable to mount hda1 partition of my P4 with other computers in my
network. My P3 Win2k box see "access denied", while Mini Mac says
"folder can not be found".
I can see the /media/hda1 when I smbtree -- see youself. So what is the
problem?
\\SONY Sony server (Samba, Ubuntu)
\\SONY\IPC$ IPC Service (Sony server (Samba,
Ubuntu))
\\SONY\Download Download
\\SONY\print$ Printer Drivers
\\P4_LINUX Ubuntu_P4
\\P4_LINUX\IPC$ IPC Service (Ubuntu_P4) \
\P4_LINUX\Guest
Share Guest access tmp \\P4_LINUX
\hda1 /media/hda1
\\P4_LINUX\Download Download
\\P4_LINUX\Shared Shared
\\P4_LINUX\print$ Printer Drivers
\\P3
\\P3\C$ Default share
\\P3\ADMIN$ Remote Admin
\\P3\Temp
\\P3\IPC$ Remote IPC
\\MINIMAC minimac
\\MINIMAC\linux user's public folder Linux User's
Public Folder
\\MINIMAC\IPC$ IPC Service (minimac)
Check your smb.conf |
|
|
| Back to top |
|
| Jesse Dorland... |
Posted: Tue Jul 22, 2008 7:13 am |
|
|
|
Guest
|
Quote: Check your smb.conf
this is from my smb.conf
[Shared]
comment = Shared
path = /home/linux/Shared
guest ok = Yes
[homes]
valid users = %S
read only = No
browseable = No
[Download]
comment = Download
path = /home/linux/Download
guest ok = Yes
[hda1]
comment = /media/hda1
path = /media/hda1
guest ok = yes
For some reason I can't browse hda1 folder from other computers. I can
see but I can't browse it. |
|
|
| Back to top |
|
| noi ance... |
Posted: Tue Jul 22, 2008 2:19 pm |
|
|
|
Guest
|
On Tue, 22 Jul 2008 10:13:22 -0700, Jesse Dorland typed this message:
Quote: Check your smb.conf
this is from my smb.conf
[Shared]
comment = Shared
path = /home/linux/Shared
guest ok = Yes
[homes]
valid users = %S
read only = No
browseable = No
[Download]
comment = Download
path = /home/linux/Download
guest ok = Yes
[hda1]
comment = /media/hda1
path = /media/hda1
guest ok = yes
For some reason I can't browse hda1 folder from other computers. I can
see but I can't browse it.
I think that you're trying to mount the device and not a folder on the
device. So, though I advise against it, I think you need to mount
Quote: [hda1]
comment = /hda1
path = /
guest ok = Yes
read only = Yes
or better
Quote: [ETC]
comment = /etc
path = /etc
guest ok = Yes
read only = Yes
browseable = yes |
|
|
| Back to top |
|
| Jesse Dorland... |
Posted: Wed Jul 23, 2008 6:25 am |
|
|
|
Guest
|
On Jul 22, 3:19 pm, noi ance <n... at (no spam) siam.com> wrote:
Quote: On Tue, 22 Jul 2008 10:13:22 -0700, Jesse Dorland typed this message:
Check your smb.conf
this is from my smb.conf
[Shared]
comment = Shared
path = /home/linux/Shared
guest ok = Yes
[homes]
valid users = %S
read only = No
browseable = No
[Download]
comment = Download
path = /home/linux/Download
guest ok = Yes
[hda1]
comment = /media/hda1
path = /media/hda1
guest ok = yes
For some reason I can't browse hda1 folder from other computers. I can
see but I can't browse it.
I think that you're trying to mount the device and not a folder on the
device. So, though I advise against it, I think you need to mount
[hda1]
comment = /hda1
path = /
guest ok = Yes
read only = Yes
or better
[ETC]
comment = /etc
path = /etc
guest ok = Yes
read only = Yes
browseable = yes
For some reason I am able to browse all of them now  |
|
|
| Back to top |
|
| Jesse Dorland... |
Posted: Wed Jul 23, 2008 8:59 pm |
|
|
|
Guest
|
On Jul 24, 12:49 am, "J.O. Aho" <u... at (no spam) example.net> wrote:
Quote: Jesse Dorland wrote:
On Jul 22, 3:19 pm, noi ance <n... at (no spam) siam.com> wrote:
On Tue, 22 Jul 2008 10:13:22 -0700, Jesse Dorland typed this message:
Check your smb.conf
this is from my smb.conf
[Shared]
comment = Shared
path = /home/linux/Shared
guest ok = Yes
[homes]
valid users = %S
read only = No
browseable = No
[Download]
comment = Download
path = /home/linux/Download
guest ok = Yes
[hda1]
comment = /media/hda1
path = /media/hda1
guest ok = yes
For some reason I can't browse hda1 folder from other computers. I can
see but I can't browse it.
I think that you're trying to mount the device and not a folder on the
device. So, though I advise against it, I think you need to mount
[hda1]
comment = /hda1
path = /
guest ok = Yes
read only = Yes
or better
[ETC]
comment = /etc
path = /etc
guest ok = Yes
read only = Yes
browseable = yes
For some reason I am able to browse all of them now :)
Could it be you didn't wait long enough?
You could be right.
Quote: Some of my microsoft using friends have told me that it can sometimes take up
to a hour before file sharing on a pure microsoft environment is working,
finding and browsing the machines.
My network sharing problem started when I added Mini Mac to my
network. After a few trials and erros it seems to be working.
Quote: Myself I use NFS which always works fine, of course if you are going to use
microsoft machines, you either have to buy a proper software (I know some
would use things like piratebuy) or try the luck with the microsofts nfs
client that they have hidden somewhere on their site for free download.
I am thinking of replacing Kubuntu with Gentoo in my laptop, and
hopefully then I may start playing with NFS.
Basically what I am trying to do is create a backup sharing folders in
my P4 Linux box say /dev/hda2 (vfat), and this would sync with mini
mac & laptop (win/linux). I have a long way to go
I am thinking of switching to NFS myself, however, |
|
|
| Back to top |
|
| J.O. Aho... |
Posted: Wed Jul 23, 2008 11:49 pm |
|
|
|
Guest
|
Jesse Dorland wrote:
Quote: On Jul 22, 3:19 pm, noi ance <n... at (no spam) siam.com> wrote:
On Tue, 22 Jul 2008 10:13:22 -0700, Jesse Dorland typed this message:
Check your smb.conf
this is from my smb.conf
[Shared]
comment = Shared
path = /home/linux/Shared
guest ok = Yes
[homes]
valid users = %S
read only = No
browseable = No
[Download]
comment = Download
path = /home/linux/Download
guest ok = Yes
[hda1]
comment = /media/hda1
path = /media/hda1
guest ok = yes
For some reason I can't browse hda1 folder from other computers. I can
see but I can't browse it.
I think that you're trying to mount the device and not a folder on the
device. So, though I advise against it, I think you need to mount
[hda1]
comment = /hda1
path = /
guest ok = Yes
read only = Yes
or better
[ETC]
comment = /etc
path = /etc
guest ok = Yes
read only = Yes
browseable = yes
For some reason I am able to browse all of them now
Could it be you didn't wait long enough?
Some of my microsoft using friends have told me that it can sometimes take up
to a hour before file sharing on a pure microsoft environment is working,
finding and browsing the machines.
Myself I use NFS which always works fine, of course if you are going to use
microsoft machines, you either have to buy a proper software (I know some
would use things like piratebuy) or try the luck with the microsofts nfs
client that they have hidden somewhere on their site for free download.
--
//Aho |
|
|
| Back to top |
|
| J.O. Aho... |
Posted: Thu Jul 24, 2008 2:22 am |
|
|
|
Guest
|
Jesse Dorland wrote:
Quote: Myself I use NFS which always works fine, of course if you are going to use
microsoft machines, you either have to buy a proper software (I know some
would use things like piratebuy) or try the luck with the microsofts nfs
client that they have hidden somewhere on their site for free download.
I am thinking of replacing Kubuntu with Gentoo in my laptop, and
hopefully then I may start playing with NFS.
Kubuntu comes with NFS support as it is, it's not difficult to add it, but I
suggest you don't set auto mount on the NFS shares, as the laptop you don't
always have at home, and it can be a painful wait when it can't mount the
shares. I have edited the init script to not try to mount my nfs shares unless
my laptop has got the specific ip-number as it uses at home, saves me the long
wait for timeouts when I'm somewhere else.
Quote: Basically what I am trying to do is create a backup sharing folders in
my P4 Linux box say /dev/hda2 (vfat), and this would sync with mini
mac & laptop (win/linux). I have a long way to go
I am thinking of switching to NFS myself, however,
If you take a look at freshmeat.net, you can find a backup tool that fetches
data from specific directories on the machines in your network, it supports
all the major operating systems, just don't remebmer the name of it.
--
//Aho |
|
|
| Back to top |
|
| |
|
Page 1 of 1
All times are GMT - 5 Hours
The time now is Sat Nov 22, 2008 1:34 pm
|
|