Skip to main content

No project description provided

Project description

wimex-nfs

Name

WIMEX NFS creator.

Test and Deploy

❌ : exportfs failed!. exportfs: duplicated export entries: exportfs: *:/var/data exportfs: *:/var/data

To fix the above error, edit this file and remove the newly added entries: sudo vi /etc/exports Remove the lines added at the bottom. Both of the duplicate entries.

Tested on Ubuntu and CentOS Stream 8.

Description

Wimex NFS creator (creates an NFS export/share/dir) is a utility package that can be installed via pip. It's used to test the host system of installation of nfs utility tools and check if the services are running. It's responsible to install NFS if it's not already installed and also responsible to create an NFS export.

Installation

sudo pip3 install nfs-creator

Usage

from nfs_creator import nfs_creator
nfs_creator() # by default the nfs export would be created at /var/data/

# provide a custom path
nfs_creator('/var/application')

Authors and acknowledgment

@mujeebishaque

License

Closed Source

Project status

Complete - Open for improvements.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nfs_creator-1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

nfs_creator-1.0-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page