Out of space

Richard Barmann reb at barmannsbar.com
Mon Aug 1 18:26:56 UTC 2016


I did all below but I just want to delete the Windows program. How is 
the best way to do that?


On 08/01/2016 01:45 PM, Ralf Mardorf wrote:
> 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