You are not logged in.
Hi. I'm setting up Ubuntu for my fiancee to try, but of course all her important documents and stuff are in her Windows area.
I already have an fstab entry to mount her Win partition to /windows, however I would now like to link specific folders in that area to folder in her /home. For example: My Pictures in Windows should be linked to ~/Pictures. Easy enough?
How do I do it so that it's permanent? It would be great if she could do work in Ubuntu and then boot Windows (and vice versa) and have the exact same documents.
Offline
You could try to put a mount on /etc/rc.local to do that for you on startup I guess.
I'm not sure if you can also do that on fstab.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Symbolic links will do that. Mount the partition to /windows and just link everything you want to share to ~/something
Offline
Symbolic links will do that. Mount the partition to /windows and just link everything you want to share to ~/something
Yes indeed! Just keep in mind that although Linux can read/write to Windows partitions, Window's can't so easily read/write to Linux partitions, so you can symlink your fiancee's "C:\Documents and Settings\My Pictures" folder to ~/Pictures, and be able to access it from both Linux and Windows, but you can't symlink your fiancee's ~/Pictures folder to her "C:\Documents and Settings\My Pictures" folder without hacking Windows to be able to read Linux partitions.
Last edited by deltaecho (2009-02-08 19:22:53)
Dylon
Offline
There is a tool for that
Offline
There is a tool for that
That works; I've seen e2fsprogs in CYGWIN, but most of my personal data is stored on XFS partitions
polishlinux.org had an article a while back entitled Ext3, ReiserFS & XFS in Windows thanks to coLinux, but I haven't really checked into it (yet).
Last edited by deltaecho (2009-02-08 21:22:12)
Dylon
Offline