I want to share my USB disk on the network
Posted: 24 Mar 2012, 20:33
I have this USB-disk that I have finally managed to mount on boot.
But I need to share the entire disk so that I can access it via NFS and Samba. It is on my Mandriva 2010 box. How do we do this in Mandriva?
Edit:
I have gotten it to show up when I start the gnome nautilus network places but when I click it I get the it cannot be mounted. I have no problem accessing it via SSH in CLI.
So this is limited to NFS or SAMBA or draksomething I guess (I am in Gnome).
I have tried chmoding it to 777 - no luck.
My samba entry looks like this:
Moving on to KDE to check the situation there. It is no problem to mount the directory in Dolphin with fish:
Trying samba.....
Hm i wonder if it is an authentication problem
Well mounting it in KDE as a ssh (fish) directory is no problem and even more secure, but there is a bug in Gnome that prevents me from doing that. So I guess I will play a bit with samba again.
.....
started MCC on the remote client
And shared the disk according to the book. I am begining to think "bug" here.....
But I need to share the entire disk so that I can access it via NFS and Samba. It is on my Mandriva 2010 box. How do we do this in Mandriva?
Edit:
I have gotten it to show up when I start the gnome nautilus network places but when I click it I get the it cannot be mounted. I have no problem accessing it via SSH in CLI.
So this is limited to NFS or SAMBA or draksomething I guess (I am in Gnome).
I have tried chmoding it to 777 - no luck.
My samba entry looks like this:
Code: Select all
[LaCie]
path = /media/LaCie
comment = extern 2TB USB disk
public = yes
browseable = yes
guest ok = yes
Moving on to KDE to check the situation there. It is no problem to mount the directory in Dolphin with fish:
Code: Select all
fish://thomas@thomas-pc:22/media/LaCie/Trying samba.....
Hm i wonder if it is an authentication problem
Well mounting it in KDE as a ssh (fish) directory is no problem and even more secure, but there is a bug in Gnome that prevents me from doing that. So I guess I will play a bit with samba again.
.....
started MCC on the remote client
Code: Select all
ssh -f -Y thomas-pc mccAnd shared the disk according to the book. I am begining to think "bug" here.....