PDA

View Full Version : [ubuntu] Mount Point



gameguy
December 18th, 2009, 07:12 AM
I am having some problems with file systems.
I have three partitions: Linux (ext3), Data (FAT32), Windows 7(NTFS).
I have acronis disk director and trueimage, so I can backup, change file system type, then restore.
Is there a file system type I can use for my Data drive that both Windows and Linux can both read and write.
Also, I would need to change the mount point of my home folder in both Windows and Linux, so if anyone knows how to do that (but not so important in windows since my dad knows how, but I don't see him for a while.
At the moment I have to boot into windows and copy the file I want to access on my documents folder, then since I don't want to reboot each time, I usually end up doing whatever on Windows anyway (the horror)

Necesary:
Windows-see Data, done.
Linux-see Windows, done, and Data=/home, not done.

Unnecasary but useful:
Windows-See Linux (without using ext2fs)

I've done a backup for a start. I tried using mount manager and it works fine until you reboot, where it comes up with something about /home/matt/.IECauthority and /usr/???. It then boots up but doesn't load the desktop.

CharlesA
December 18th, 2009, 07:15 AM
Isn't linux able to write to NTFS?

If you need to pick a file system, I'd go with ext3/4, you could always run ext2fs on Windows so that it'll see the data partition.

garvinrick4
December 18th, 2009, 07:23 AM
Set up a Windows network in 7 and samba in linux and while in linux your
C: drive will show up in Places on Linux and your Linux will show up in 7 on Windows
network. You can then swap files or if you have a USB drive for backup you can see
all devices on the network also. Eventually you only go to Windows to update.
I am sure you already know what files each will open and what you can swap.

bkmfs
December 18th, 2009, 12:15 PM
to permanently mount files you will have to edit /etc/fstab. Here is a link:

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

Also you should be able to get into you ntfs file system without any problems. You just have to mount it first. A quick temporary way might be to go 'places->computer->' and click on the media drive that your windows is on. Also, remember that on the fat32 file system you cannot store files larger than 4GB. You might as well replace that with another ntfs file system.

gameguy
December 19th, 2009, 10:31 PM
Windows is now set up on fat32 data drive so nothing needed there.