Here is a List of 10 Things which I had done After Installing openSUSE 12.1(KDE) 64bit. 1. Mounting a Windows Partition with +RWX Permission a) Backup the fstab file before Modifying ravi@linux:~>sudo cp -v /etc/fstab fstab_copy b) View Available Partitions ravi@linux:~> cat /etc/fstab | grep "ntfs" /dev/disk/by-id/ata-WDC_WD5000BEVT-75A0RT0_WD-WXD1AC0Y1075-part3 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0 c) Open the fstab file in super user mode and delete the fmask and dmask and set the umask value as '0026', save the file and restart. /dev/disk/by-id/ata-WDC_WD5000BEVT-75A0RT0_WD-WXD1AC0Y1075-part3 /windows/D ntfs-3g uid=1000,gid=100,umask=0026 0 0 2. Install the latest version of Chrome(64bit RPM) https://dl.google.com/linux/...
#Android #Linux