Configuration files
Save current configuration files as
cp /etc/bashrc /etc/bashrc.org
cp /etc/fstab /etc/fstab.org
then download the following three files in binary mode to /etc folder
by right clicking on the link and select "Save Target As..."
bashrc,
prabu.aliases, and
fstab.
Find current partition information on the system
fdisk -l
and then edit /etc/fstab file
modify the partition information on the first column correctly
for Linux swap space, Fat32 parition, and Windows NTFS paritions
and set appropriate uid and gid values.
Create folders for all mount points (second column)
listed on fstab file such as /mnt/common, /mnt/windows, /mnt/flash, ...
A FAT-32 partition can be accessed by any user (with read & write access)
automatically.
Any user can use a flash drive (with read & write access)
after they execute "flash" command on a terminal window.
Before removing the flash drive, execute "unflash" command
on a terminal window.
Similarly, for floppy drive and cdrom drive, use "floppy", "cdrom" command
before accessing them. Use "unfloppy", "uncdrom" before log off.