Gogeta_44
06-16-2004, 02:19 AM
I wanted to mount the location of my webserver (/var/www) and mailserver mail (/var/spool/mail) to there own seperate partitions. I had no idea how so i put:
/dev/hdb5 /var/www ext3 auto,owner,user 1 0
/dev/hdb8 /var/spool/mail ext3 auto,owner,user 1 0
into fstab. then i took all the files out of each location, mounted them and put the files back. I have two problems.
1. When i delete something in the partition it goes to a special trash inside the partition.
2. I need to get rid of the icons on the desktop of them.
3. It wont let me run shell scripts because of permissions to bash.
/dev/hdb5 /var/www ext3 auto,owner,user 1 0
/dev/hdb8 /var/spool/mail ext3 auto,owner,user 1 0
into fstab. then i took all the files out of each location, mounted them and put the files back. I have two problems.
1. When i delete something in the partition it goes to a special trash inside the partition.
2. I need to get rid of the icons on the desktop of them.
3. It wont let me run shell scripts because of permissions to bash.