

Code: Select all
# mount -t nfs server:/website/htdocs /home/webmount
mount: fs type nfs not supported by kernel

Code: Select all
xenofobiq # cat /proc/filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev futexfs
nodev tmpfs
nodev shm
nodev pipefs
nodev binfmt_misc
ext3
ext2
nodev ramfs
iso9660
nodev devfs
reiserfs
nodev usbdevfs
nodev usbfs



It's probably a permission thing. Let's say on the server you're exporting /myfilesdark_priest wrote:ok, now that ive rebooted ... (not-a-word)... i have NFS support... BUT...
i cant overwrite or create files
is this because of some config issue in /etc/exports or because i set no rw permissions in the directory itself? (it was created as root user)
ive come a long way since the help here, this little question would finish it off

"man exports" has all the details on what no_root_squash is.dark_priest wrote:A# what does no_root_squash do?
b# how do i set the directoy to be owned by anyone ?
(i want it acessible by my whole network, that should be possible, right?)