January 28, 2005

Linux: Can not mount iso over NFS ?

test.iso is on NFS server
# mount -o loop test.iso /mnt
test.iso: Permission denied
Why?

Ans: because no "-o ro" assumes "-o rw",
if you don't have wirte permission on NFS, this problem occured.
try
# mount -o loop,ro test.iso /mnt

Posted by pank at January 28, 2005 03:29 PM
Comments
Post a comment













Remember personal info?