Share Folder on AIX [closed] - aix

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 months ago.
Improve this question
I tried 'share folder aix' and I got few subjects that don't match mith my purpose.
So, I want to create a shared folder, between several servers (all of them on AIX 7.1.0.0), the principle is that once a server create a file on that folder, all servers can see'em.
It could be great if I don't have to install something, can you please help me, I don't know from what to start.
Many thanks

Here you can find IBM manual how to start NFS and share folder with.
Install box.net.nfs* packages
With smitty mknfsexp configure the directory to be shared
Start NFS daemon
Check on client if you see the share showmount -e <server name>
smitty mknfsmnt to mount the filesystem

Related

How to make local home network on Ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
so I wanna be able to access my files on my Ubuntu 18.04 LTS machine from my other windows machine by typing its local IP address like this image
but I don't know how to setup apache to display the folders I want, all I'm getting when I type my IP address in the other machine is the apache Ubuntu default page, so how can I make this.
thanks in advance.
To access file system on remote server you can use SFTP to transfer file between systems.
Download Winscp : https://winscp.net/eng/download.php
Type your local ip address including username and password into setup then you can access your remote folders.

Reading files from a VMware Virtual Machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I've an old VMware virtual machine (.VMDK).
It has been installed as Windows XP. It runs but I forgot the Windows password to login.
Is it possible to use the VM as a virtual drive and just READ OUT THE FILES stored into it as it was a normal HD?
I don't need to execute the VM, only to recover some data.
You can mount a vmdk file in Windows or Linux, read HERE. Becuase it is password protected C drive I would mount it in Linux and just copy what I needed since Linux will read the filesystem without the need for a password where windows is likely not going to allow you to read without the password.

SSH - Wrong AllowUsers can't connect anymore [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I appended AllowUsers with the wrong user to my /etc/ssh/sshd_config then restarted the service. So I can't connect anymore.
Is there a way to recover without physical access ?
You would need to log in locally at the machine in order to fix it, quite simply.
If you have no local access to it, then you're in more dire straights, and need to deliberate with whomever it is that hosts the machine. If it's a server hosting firm, they often offer the possibility to reboot machines into some kind of rescue system, but you'd need to check with the hosting firm itself, since there's no universal formula for such things.

mounting remote network drive using sshfs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am using win-sshfs to mount a remote drive from a Debian Linux server on a windows 7 64-bit desktop machine over the internet. The drive works but it is slow. I want to speed up win-sshfs by disabling compression and encryption. How can I do this? Otherwise is there a faster alternative?
i would suggest installing samba on your debian server or maybe a ftp server for large file transfers.
FTP is unencrypted and you can set different compression options,
windows can map a ftp:// share in explorer without any tools

Time Machine over Samba [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Currently running osx 10.8.2
Have an external network drive attached to my rt-n66u router running tomato
I'm trying to use tmutil to connect my external network drive, and am having a lot of trouble.
I mount the drives in Finder
Run sudo tmutil setdestination /Volumes/external, and get Incompatible file system type: smbfs (error 45)
Any ideas? :(
I can't answer your question specifically aside from telling you that timemachine backups on samba shares are not supported officially. As a consequence, even if you will be able to backup your data on a samba share (as far as I know lots of people have issues to do so), you will run into trouble during a restore procedure. If you would try to restore your data by booting an OS X livecd you couldn't because it doesn't have a samba client installed in order to connect to a samba share. The next step would be to try to connect the backup drive directly to your Mac to access your data. Chances are this would also fail because the harddrive was formatted with a linux filesystem which is not supported by OS X.
So the best thing you could do is to install netatalk (afpd) on that router box if it is possible at all.