0

Possible Duplicate:
Automatically mount NTFS drive when I login

I just downloaded ubuntu on my computer windows and when i turn it on and get started with Ubuntu I never see any of my files (music, photos, videos) how I can match my windows vista files with ubuntu?

jorge
  • 1

1 Answers1

0

If you installed a dual boot machine, you need to mount the windows partition in ubuntu.

You can have a look in ubuntu docs to see in details how to do that: ubuntu help. Basically you need to identify your windows partition and mount it in /etc/fstab

laurent
  • 6,779
  • 2
    Or.. even easier.. open Nautilus, click the Windows Drive. – Uri Herrera Jun 10 '12 at 02:38
  • 1
    True, but I think this needs to be done at every new boot before using the windows partition in other software (at least this was the case before and I didn't see the change as I registered mine in fstab). – laurent Jun 10 '12 at 02:48
  • Pysdm and ntfs-config will save you from editing fstab by hand.} – Uri Herrera Jun 10 '12 at 06:16