Themabewertung:
- 0 Bewertung(en) - 0 im Durchschnitt
- 1
- 2
- 3
- 4
- 5
Der Linux Problem/Fragen-Thread
|
mrshadowtux
Unregistered
|
RE: Der Linux Problem/Fragen-Thread
Ansonsten kannst du ja auch mal den NFS-Client für Windows ausprobieren, wenn es nur um den Datenaustausch mit Windows-Maschinen geht:
http://answers.microsoft.com/en-us/windo...14a589c46d schrieb:As for Client for NFS, that IS built in to Windows 7, it's just not installed by default.
In order to activate the Client for NFS, go into the Control Panel, and go to "Programs and Features". In the left hand column, you'll see a link for "Turn Windows features on or off".
Select that, and it will open a list box that shows all of the optional components built in to Windows 7. Some are already activated. Expand the entry for "Services for NFS". There are two check boxes under that. Check them and hit OK. Windows will install those components and ask to reboot your system. Once you have rebooted, Client for NFS will be installed.
To use it, go to Administrative Tools->Services for NFS to configure it. Alternatively, you can use the command line program 'nfsadmin' to configure.
|
|
24.08.2012 08:55 |
|
tk1908
Unixer
Beiträge: 7.343
Registriert seit: Apr 2009
|
RE: Der Linux Problem/Fragen-Thread
(24.08.2012 08:55)mrshadowtux schrieb: Ansonsten kannst du ja auch mal den NFS-Client für Windows ausprobieren, wenn es nur um den Datenaustausch mit Windows-Maschinen geht:
http://answers.microsoft.com/en-us/windo...14a589c46d schrieb:As for Client for NFS, that IS built in to Windows 7, it's just not installed by default.
In order to activate the Client for NFS, go into the Control Panel, and go to "Programs and Features". In the left hand column, you'll see a link for "Turn Windows features on or off".
Select that, and it will open a list box that shows all of the optional components built in to Windows 7. Some are already activated. Expand the entry for "Services for NFS". There are two check boxes under that. Check them and hit OK. Windows will install those components and ask to reboot your system. Once you have rebooted, Client for NFS will be installed.
To use it, go to Administrative Tools->Services for NFS to configurWäe it. Alternatively, you can use the command line program 'nfsadmin' to configure.
Wäre ne schöne Sache, aber hier gehts um Firmen Server. Zur not lasse ich es so. Man wird sehen.
Meine Beiträge stehen unter der MIT-Lizenz
(09.04.2016 13:26)tk1908 schrieb: externe HDD am Router? Klar ich tausch mein Auto gegen nen Tretroller mit Bremsklotz.
|
|
24.08.2012 08:57 |
|
thosch97
All things have a right to grow
Beiträge: 9.820
Registriert seit: Feb 2010
|
RE: Der Linux Problem/Fragen-Thread
Code:
thosch97@mars:~/trid$ ls -l trid
-rwxrwxr-x 1 thosch97 thosch97 68676 Dez 7 2011 trid
thosch97@mars:~/trid$ ./trid
-bash: ./trid: Datei oder Verzeichnis nicht gefunden
thosch97@mars:~/trid$ file trid
trid: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped
thosch97@mars:~/trid$ ldd trid
\tdas Programm ist nicht dynamisch gelinkt
thosch97@mars:~/trid$ uname -a
Linux mars 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Kann damit wer was anfangen?
PGP-Key E384 009D 3B54 DCD3 21BF 9532 95EE 94A4 3258 3DB1 | S/MIME-Key 0x1A33706DAD44DA
G d-@ s+:- a--- C+++ UB+L++ P--- L++@ E-@>++ W+ N o? K? w>++ !O !M !V PS+++ PE-- Y+>++ PGP++>+++ !t 5? X? !R tv b+++>++++ DI !D G>+ e>+++ h !r>++ !z
„Die Aachener gelten als Erfinder des 4. Hauptsatzes der Thermodynamik: ‚Thermo schreibt man zweimal.“‘
“Saying that Java is good because it works on all platforms is like saying oral sex is good because it works on all sexes.”
„Es gibt 10 Sorten von Leuten: Die einen verstehen das Binärsystem, die anderen nicht.“
„Manche Männer lieben Männer, Manche Frauen eben Frauen; Da gibt's nix zu bedauern und nichts zu staunen; Das ist genau so normal wie Kaugummi kauen; Doch die meisten werden sich das niemals trauen“
|
|
24.08.2012 19:58 |
|
chiaki
Die Pommesfee
Beiträge: 12.534
Registriert seit: Jul 2008
|
RE: Der Linux Problem/Fragen-Thread
was passiert wohl wenn man root aus der passwd und group löscht?
|
|
24.08.2012 21:02 |
|
chiaki
Die Pommesfee
Beiträge: 12.534
Registriert seit: Jul 2008
|
RE: Der Linux Problem/Fragen-Thread
ein ordner fehlt, profitipp: nimm mkdir -p
|
|
24.08.2012 21:11 |
|
thosch97
All things have a right to grow
Beiträge: 9.820
Registriert seit: Feb 2010
|
RE: Der Linux Problem/Fragen-Thread
Leerzeichen vor das ]
PGP-Key E384 009D 3B54 DCD3 21BF 9532 95EE 94A4 3258 3DB1 | S/MIME-Key 0x1A33706DAD44DA
G d-@ s+:- a--- C+++ UB+L++ P--- L++@ E-@>++ W+ N o? K? w>++ !O !M !V PS+++ PE-- Y+>++ PGP++>+++ !t 5? X? !R tv b+++>++++ DI !D G>+ e>+++ h !r>++ !z
„Die Aachener gelten als Erfinder des 4. Hauptsatzes der Thermodynamik: ‚Thermo schreibt man zweimal.“‘
“Saying that Java is good because it works on all platforms is like saying oral sex is good because it works on all sexes.”
„Es gibt 10 Sorten von Leuten: Die einen verstehen das Binärsystem, die anderen nicht.“
„Manche Männer lieben Männer, Manche Frauen eben Frauen; Da gibt's nix zu bedauern und nichts zu staunen; Das ist genau so normal wie Kaugummi kauen; Doch die meisten werden sich das niemals trauen“
|
|
24.08.2012 21:11 |
|
Benutzer, die gerade dieses Thema anschauen: 3 Gast/Gäste