Quote:
Originally Posted by pravinbv
few more questions-
>how to hide folders on ntfs, fat partition in LINUX.
> can i move home folder to any other location out of /root partition.
>drivers of some devices given for windows can be used for LINUX.
>pls help. i want to completely get rid of my windows xp. started windows only 2 times in last 2months only for my sony ericsson mobile explorer software "my phone explorer " a freeware. and usb driver problem. any option.
thanks.
|
Sorry Pravin for the late reply.
Anyway, NTFS paritions don't have Unix like permissions, so the only solution for you in this case would be un-mount the ntfs partitions while booting. Further, you can set it in such a way so that ONLY YOU or ROOT can mount and access that ntfs partitions.
So open a Terminal/Konsole and enter
1: Backup your /etc/fstab file
Code:
sudo cp /etc/fstab /etc/fstab.backup
ENter YOUR password when prompted.
2. Edit the fstab file
Code:
sudo gedit /etc/fstab
look for a line /dev/sda1(ntfs-3g) and edit it like this
Quote:
|
/dev/sda1 /media/wondows ntfs-3g noauto,nouser,defaults 0 0
|
3. Save the file.
4.Reboot and you will find the ntfs partition is not mounted automatically and when you try to mount, it asks for a password. So give the password and it will mount.
It would be helpful if you go through the various options of fstab file
FSTAB FIle Guide
----------------------------------------------------------------------
You can have a separate /home partitions for your HOME folder.