I intend to use an NTFS partition as the home directory for an Ubuntu installation, will that work?
|
feedback
|
|
That sounds like a bad idea. Yes you can, but you should realize that NTFS support in linux comes with this caveat:
which is partly due to:
I mount an NTFS volume on linux, and I've had a problem in the past when the filesystem would not mount properly on linux, even with the -f (force) option. I had to finally attach it to a Windows machine and boot up into Windows, which fixed it. If you absolutely need a native Windows-readable filesystem for /home, my preference would be to format it as fat32 instead. Despite its limitations, it has better support on linux. | |||||
feedback
|
|
Even moving files between Linux filesystems and fat32/ntfs causes lots of warnings about permissions and ownerships. You'll definitely have problems with an ntfs /home. First thing that won't work will be ~/.ssh, .netrc and other files/directories with restricted permissions. Other programs will definitely have errors when they cannot change the permissions on configuration files. (dotfiles) | |||
|
feedback
|
|
You can, but you will have real trouble as many applications will assume non-Microsoft filesystem conventions, e.g. case-sensitivity. You are likely better off installing something like Ext2IFS on a Windows machine to read ext* partitions instead. | |||
|
feedback
|
|
You can use:
This will make whatever is saved in one directory be saved elsewhere. For me, this was because my main storage was NTFS as it had to be readable in Windows 7. In
I then set the base storage folders to save there instead:
This is all in NTFS does not have the same permissions as ext4 or such, so I would suggest only using this for those files that are not sensitive. | ||||
|
feedback
|
|
you might also try linking your "Documents" "Pictures" and "Music" to folders on the NTFS if you merely want to be able to share basic user data. That has worked great on computers I have setup to dual boot for friends. | |||
|
feedback
|
