Out of space
Ralf Mardorf
silver.bullet at zoho.com
Mon Aug 1 17:45:40 UTC 2016
On Mon, 1 Aug 2016 13:28:11 -0400, Richard Barmann wrote:
>/dev/sda1 63 122880239 122880177 58.6G 7 HPFS/NTFS/exFAT
This partition contains a Windows file system. To see what's stored on
this file system run
sudo mkdir /mnt/windows
sudo mount --read-only /dev/sda1 /mnt/windows/
use command line or a GUI file manager, e.g.
ls -hAl /mnt/windows/
you first could copy data from your Windows partition, assumed you want
to formatted it with a Linux file system.
When finished run
sudo umount /dev/sda1
sudo rmdir /mnt/windows
Regards,
Ralf
More information about the ubuntu-users
mailing list