0

I installed Ubuntu 12.04 a few days back on my laptop alongside Windows 7. There was some problem during the installation and this corrupted the Windows 7 boot loader. Now I can't start Windows, but Ubuntu works pretty great.

Initially I could view the other Windows partitions in Nautilus (C:, D:, etc.) and I could view the files in them. (I never tried accessing any, :( ). But now only Home and File System are shown in nautilus. I ran this command:

sudo lsblk -o NAME,SIZE

and it shows all the partitions correctly. So this means they exist. How do I get them to show up in nautilus? I really need to access some of the files until i get windows up and running( Which might take a while...). Any help would be appreciated!

udiboy1209
  • 726
  • 2
  • 7
  • 15

2 Answers2

0

You can install PCMANFM, and use it as your fav file manager to browse all your partitions. Code:

sudo apt-get install pcmanfm

After finished with installing Pcmanfm you should go to Preferences -Advanced and check all 3 boxes related to mount partitions ... in Pcmanfm settings.

You can visit this link to learn how to fix Win7 to dual-boot with Ubuntu.

Taz D.
  • 2,225
  • 2
  • 17
  • 21
  • Is there no way to get them to show up in nautilus, I mean they did before... – udiboy1209 Mar 30 '14 at 17:14
  • They will show if you choose to perform a fresh install of Ubuntu 14.04. You can wait until April 17th or not, as you wish. And there will also be other nice features that you will be able to use, like window menus and so on. Ubuntu 14.04 is a LTS release also like Ubuntu 12.04.4. – Taz D. Mar 31 '14 at 10:25
  • Actually they didn't show because they weren't mounted. Now they show just fine thanks to @AvinashRaj 's answer – udiboy1209 Mar 31 '14 at 12:00
0

You can try to add entry for all of your partitions in /etc/fstab.On every boot, the partitions you added on /etc/fstab would be automatically mounted and gets detected by nautilus.

Avinash Raj
  • 78,556