LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sharing Files on Vista Ubuntu Dual Boot (https://www.linuxquestions.org/questions/linux-newbie-8/sharing-files-on-vista-ubuntu-dual-boot-632757/)

ArtDeco 04-03-2008 12:39 PM

Sharing Files on Vista Ubuntu Dual Boot
 
This question has to be answered somewhere on this forum, but I can't find it, so direct me please.

I have set up a dual boot as titled, both using default filesystem on one 500 gig hard drive, I rarely use vista anymore, but have tons of files (pdfs, zips, open office docs, jpgs, etc.) stored on the windows vista partition that I would like to access from ubuntu without rebooting - tried samba and plain old mount w/o much success.

Where should I be looking ?

Thank you in advance,

Art Deco

prad77 04-03-2008 12:47 PM

http://jclark.org/weblog/2005/12/23/ubrescue/

Might be useful.

Gentoo

Junior Hacker 04-04-2008 12:53 AM

Install the ntfs-3g package for read/write access which should also install some dependencies.
Then make a directory to access Vista in your Linux file system, unmount it in case it's mounted, then mount the Vista partition in read/write mode manually with commands similar to:
Code:

$ sudo mkdir /vista
$ sudo umount /dev/sda1
$ sudo mount -t ntfs-3g /dev/sda1 /vista

Your Vista partition should now be accessible via /vista with a file browser or through command line, assuming the Vista partition is the first partition on a SATA drive, otherwise change "/dev/sda1" to whatever is applicable.

I'm not sure, but I would think Ubuntu will automatically edit /etc/fstab file to enable read/write access upon re-booting to the Vista partition using ntfs-3g. If not, you'll have to search Ubuntu forums for a more precise tutorial for installing ntfs-3g.

tommcd 04-04-2008 03:29 AM

Here is how to use ntfs-3g in Ubuntu:
https://help.ubuntu.com/community/Mo...=%28ntfs-3g%29

Duck2006 04-04-2008 10:01 AM

This may help to.

http://www.psychocats.net/ubuntu/mountwindows

ArtDeco 04-04-2008 05:27 PM

Ok Seems to working
 
Thanks guys:

I think this is working now - at least for read only access - I can access the Vista partition from Ubuntu - haven't tried to write changes back to Vista - just copied files into Ubuntu and edited, and saved there since I have tons of free disk space right now.

Are there still any issues with writing to the Vista partition from Ubuntu or is that solved now? Ubuntu 7.10 BTW.


All times are GMT -5. The time now is 11:15 PM.