Views:
5,500β
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:
September 15, 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