Results 1 to 5 of 5
Hey guys,
Do you know how to connect to P-drive in mandriva?
sorry for the inconvenience...
- 12-27-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
How Do I connect To P:\Drive?
Hey guys,
Do you know how to connect to P-drive in mandriva?
sorry for the inconvenience
- 12-27-2010 #2Linux Newbie
- Join Date
- Dec 2009
- Posts
- 241
What's p-drive?
I assume you have a drive P: in windo--.
Is it a network drive?
Or a USB drive?
Since you've a problem connecting I assume it's a samba network share.
Some Words for you to search for a solution:
cifs
mount
howto mount samba
- 12-27-2010 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
P-drive is used in windows for web connetions or share files online.
is there any similar funtions in mandriva?
how do I use or find it in mandriva?
if I have to use samba, what do I do?
- 12-27-2010 #4Linux Newbie
- Join Date
- Dec 2009
- Posts
- 241
Linux itself usual comes with the so called
nfs (network file system)
It's a easy way of sharing files on the computer, many NAS Systems are supporting this protocol.
If you have a Computer with windo.. sharing a folder you will need samba.
Samba is a package witch is able to access windo-- shares.
First you create a folder where you wanna have the data:
example:
sudo mkdir /media/pdrive
then you just need to mount the share:
sudo mount -t cifs //server/share -o username=user,password=Passwordo /media/pdrive
additional you can create an entry in /ets/fstab (this would connect the share automatic)
I remember theres a alternative for writing user-name and password in the command line ... it's possible to write these in a file ...
How to mount remote windows partition (windows share) under Linux
Configure a system to automount a Samba share with /etc/fstab
About NFS:
Linux NFS-HOWTO
If you need performance I would suggest you use NFS
- 12-28-2010 #5Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
alright I will try..thanks!


Reply With Quote
