Προς το περιεχόμενο

τοπικο δικτυο ubuntu-windows 7


kousman

Προτεινόμενες αναρτήσεις

θελω να κανω δικτυο σε 3 υπολογιστες ...οι 2 εχουν windows 7 και υπαρχει τοπικο δικτυο μεταξυ τους για κοινη χρηση αρχειων ενω ο αλλος εχει ubuntu αλλα δεν συνδεεται με το ρουτερ με ethernet αλλα με wifi...πως μπορω να βαλω και αυτον στο δικτυο για κοινη χρηση αρχειων (υποψιν εχω βαλει το samba)???

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Πρεπει να βαλεις τους κοινοχρηστους απο τα Win7 ωστε να τους βλεπουν ολοι οι χρηστες (Share with -> Everyone ) εμενα οποτε μου χρειαστηκε ετσι μονο δουλεψε (οχι μονο σε 7αρια, γενικως σε ολα τα win).

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Εδώ είσαι.

Έτσι το έκανα εγώ τουλάχιστον και μπορούσα να μεταφέρω αρχεία και όλα κομπλέ. Έστησα samba.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

το προβλημα που αντιμετωπιζω ειναι οτι για να εχω προσβαση στα αρχεια του pc ubuntu απο τα windows 7 μου ζηταει κωδικο (ασφαλεια windows )....βαζω το username και password που εχω στο ubuntu αλλα τιποτα ..τ πρεπει να βαλω???

 

p.s. thanks liakopaido αλλα δεν τα καταφερα :(

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

το link που έδωσε ο Liakopaido τα λέει αρκετά αναλυτικά

 

>
1.1 Starting samba and setting up user accounts

Let us fire up samba for the first time. Type:

Code:

sudo /etc/init.d/samba start

There shouldn't be any errors - if you are presented with an error message make sure everything is correct (search for typos and/or invalid paths).

Time to add yourself as an samba user.

NOTE: You will be asked for a password - make sure you use the same as you use for login!

Code:

sudo smbpasswd -L -a your_username
sudo smbpasswd -L -e your_username

In case you need other users to be able to access the share you need to add them to your system AND samba as well. Make sure you use the very same Windows usernames and passwords!

NOTE: Windows XP doesn't set passwords for its useraccount per default. If you haven't set a password on your XP box just press enter when prompted to enter a password for the user account you're about to create!

In the following example we will add an user called "mark" ...

Example:

Code:

sudo useradd -s /bin/true mark
sudo smbpasswd -L -a mark
sudo smbpasswd -L -e mark

The "-s /bin/true" in the first line prevents the users from being able to access the commandline of your linux box ("-s" stands for "shell"). I strongly advise you to follow this recommendation! Don't change that setting to a valid login-shell unless you really know what you are doing!

Repeat this step until you configured all user accounts!

Now that we configured samba and created the user accounts we are done with the Linux-part - there's one more thing to do in Windows.

τρέξε σε κονσόλα

 

>cat /etc/group

και δες εαν υπάρχει κάποιο group samba ή ότι άλλο όνομα του έχεις δώσει και ποιοι user είναι μέλη

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...