Hi, I am wondering if it is a good or bad idea to mount a windows my documents folder to /home/username? Mainly I am interested in the why to that question. I guess a related question is why mount to /media/windows?
Hello:
You can mount it anywhere that you like. The only provision is that if you wish to mount the drive / folder to your /home directory you will run into problems with SELinux unless you have it set to Permissive and or Disabled
Seve
__________________ Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Wouldn't that make the /home/user folder "invisible" though? Unless you mean creating a mount point within the user account ie: /home/user/windows and then
# mount /windows(whatever) /home/user/windows?
__________________
Mark N.
Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p
I know that I can, but is it a bad idea? Are there advantages or disadvantages to regularly using ntfs filesystems? I don't want to use it if there are potential problems with writing to, or reading from an ntfs partition.
Writing to ntfs partitions is not natively supported in linux. There is a beta driver called ntfs-3g that allows one to write to ntfs. However you run the risk of things going wrong and you losing data on your ntfs partition.