root > Senior Software Engineer | Scala, AWS, Kubernetes, Microservices, Python, Go, PostgreSQL

Technical Blog: Functional Programming, Cloud Architecture & DevOps


  • Home

  • Categories

  • Archives

  • Tags

  • Search

mount with bash

Posted on 2014-08-26

mount with bash

    #!/bin/bash

    sudo mount /dev/sda4 /media/MyDrive
    if [ $? -eq 0 ] ; then
    nautilus /media/MyDrive/meine\ daten
    else
    sudo mount /dev/sda4 /media/MyDrive
    nautilus /media/MyDrive/meine\ daten
    fi

# bash # linux # mount # drive
mount with python
Toast - Android
  • Table of Contents
  • Overview
teaddict

teaddict

205 posts
37 categories
645 tags
RSS
GitHub
  1. 1 mount with bash
© 2025 teaddict