Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore mount command and unswap port and mountVersion #1717

Merged
merged 2 commits into from
Jul 20, 2017

Commits on Jul 20, 2017

  1. Restore mount command

    This seems to have been a mistake in 6f42d58.
    q3aiml committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    d332a2b View commit details
    Browse the repository at this point in the history
  2. Unswap port and mountVersion on mount cmd

    Seeing since 6f42d58:
    
    sudo mount -t 9p -o trans=tcp,port=9p2000.u,dfltuid=1001,dfltgid=1001,version=32777,msize=262144 192.168.42.1 /opt/host-persist;
    sudo chmod 775 /opt/host-persist;
    SSH cmd err, output: <nil>: mount: wrong fs type, bad option, bad superblock on 192.168.42.1,
    q3aiml committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    1f1076d View commit details
    Browse the repository at this point in the history