1

Okay, I am not a much experienced Linux user.Recently my Windows 7 went bad and I installed Lubuntu, Xubuntu, Ubuntu 13.10 (a triple boot). This morning I thought that I should only keep one OS and put in the Ubuntu Saucy CD. I selected the "Erase everything and install" option in the install menu. I thought that would only erase the other OSs but when I booted into the recently installed Ubuntu, I found out that I could not find any mounted hard drive on nautilus. I am confused and do not know what to do. This is the output of sudo lsblk:

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 298.1G  0 disk 
├─sda1   8:1    0 296.1G  0 part /
├─sda2   8:2    0     1K  0 part 
└─sda5   8:5    0     2G  0 part [SWAP]
sr0     11:0    1  1024M  0 rom  
sr1     11:1    1 102.3M  0 rom  
Avinash Raj
  • 78,556
user247696
  • 78
  • 1
  • 1
  • 8

1 Answers1

3

If you choose "Erase everything and install Ubuntu" option, your whole disk will be erased, which means your disk will be formatted. If there are multiple disks in your computer the "Erase everything and install Ubuntu" option will only erase the selected disk, but it won't erase the other disk(s). Then the installer installs Ubuntu on a created ext4 partition and then it also creates a separate SWAP partition on the extended partition according to the swap size given. On new installations of Ubuntu 17.04 and later a swap file will be created instead of a separate swap partition.

karel
  • 114,770
Avinash Raj
  • 78,556