On Sun, 2006-04-23 at 00:34 +0800, Stephen Liu wrote: > Hi Marc, > > > Make sure the automounter daemon is running in the services gui. > > Start and > > stop that service and see if it allows it to mount. > > How to check it? Tks. > > > Can you post the output of the 'mount' command? > > # mount /dev/hda /mnt > mount: special device /dev/hda does not exist > # mount /dev/hdb /mnt > mount: special device /dev/hdb does not exist > # mount /dev/hdc /mnt > mount: No medium found > > # umount /mnt/ > umount: /mnt/: not mounted > The syntax you are using is invalid, as it tells you repeatedly above. You must use something like "mount /dev/hda1 /mnt" whery you put in the desired partition on the device for mounting. "mount /dev/hda /mnt" is not valid since /dev/hda is the physical device and /dev/hdaN is the partition on that device. > > > Are you running > > SELinux? > Yes >