Serving Files with Python's SimpleHTTPServer Module

- 1 min

Serving Files with Python’s SimpleHTTPServer Module

based on: https://apple.stackexchange.com/questions/354363/brand-new-external-hard-drive-formatted-exfat-is-mounted-read-only

  1. Type
diskutil list
  1. Find the drive, in this case it is /dev/disk2s1

    image-20211222220011701

  2. Unmount the drive with umount /dev/disk2s1

  3. Now create a directory in in /Volumes by running sudo mkdir -p /Volumes/<name of your volume>

  4. Mount the hard drive to this directory your created by running sudo mount_exfat /dev/disk2s1 /Volumes/<name of your volume>.

comments powered by Disqus
rss facebook twitter github gitlab youtube mail spotify lastfm instagram linkedin google google-plus pinterest medium vimeo stackoverflow reddit quora quora