The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 5,260β€…    Votes:  3β€…
Tags: partitioning   mount  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1037215
Title: Failure to mount partition
ID: /2018/05/17/Failure-to-mount-partition
Created: May 17, 2018
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Try this:

sudo mkdir /mnt/stuff
sudo mount -t auto /dev/sda1 /mnt/stuff

Then do what you want to with the β€œstuff” and when finished use:

sudo umount -l /mnt/stuff
sudo rm -d /mnt/stuff

This is from an interactive script I wrote last week: Unable to read files between two distros

⇧ Why is my keyboard "raw" as opposed to "translated"? Execute sudo without Password?  β‡©