
March 26th, 2004, 05:05 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Can't access partition unless root
Hi, all.
I have a very strange problem happening with my web server (FreeBSD 4.6). There are 2 hard disks in the system (fstab below):
/dev/ad0s1b none swap sw 0 0
/dev/ad0s1a / ufs rw 1 1
/dev/ad0s1f /tmp ufs rw 2 2
/dev/ad0s1g /usr ufs rw 2 2
/dev/ad0s1e /var ufs rw 2 2
/dev/acd0c /cdrom cd9660 ro,noauto 0 0
/dev/ad2s1 /root/msdos ufs rw 0 0
proc /proc procfs rw 0 0
These are ad0 and ad2. My web server is currently sitting on the 5 GB ad0 but I want to move everything to the roomier 30 GB ad2 hard disk. Right now it's used as a backup for the entire site and is perfectly R/W/X accessible by the root user. Unfortunately I can't get an Apache install access a folder located under /root/msdos (mount name) at all. I have chmodded everything to 755, then experimentally to 777 but nothing has worked. Anyone have any ideas? (Or is anything in my fstab wrong?) I noticed my /usr has 2 2's at the end while the other hard disk has two 0's at the end - could that cause the behavior I've been seeing?
|