Re: How to mount drives as a regular user.

2008-03-01 Thread Dominic Fandrey

E. J. Cerejo wrote:

Running FBSD 7.0RC3, I followed the instructions on FAQ article Disks, Filesystems, 
and Boot Loaders but when I try to mount as a user I get this:

mount -t msdosfs /dev/ad0s4 /E
mount_msdosfs: /dev/ad0s4: : Operation not supported by device


Did you load the msdosfs module?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to mount drives as a regular user.

2008-03-01 Thread E. J. Cerejo
On Sat, 01 Mar 2008 14:15:53 +0100
Dominic Fandrey [EMAIL PROTECTED] wrote:

 E. J. Cerejo wrote:
  Running FBSD 7.0RC3, I followed the instructions on FAQ article Disks, 
  Filesystems, and Boot Loaders but when I try to mount as a user I get this:
  
  mount -t msdosfs /dev/ad0s4 /E
  mount_msdosfs: /dev/ad0s4: : Operation not supported by device
 
 Did you load the msdosfs module?

Yes it is loaded.

%kldstat
Id Refs AddressSize Name
 1   11 0xc040 4e95dc   kernel
 22 0xc08ea000 27738linux.ko
 31 0xc0912000 80f8ec   nvidia.ko
 41 0xc1122000 6722cacpi.ko
 51 0xc4a1 1msdosfs.ko
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to mount drives as a regular user.

2008-02-29 Thread E. J. Cerejo
Running FBSD 7.0RC3, I followed the instructions on FAQ article Disks, 
Filesystems, and Boot Loaders but when I try to mount as a user I get this:

mount -t msdosfs /dev/ad0s4 /E
mount_msdosfs: /dev/ad0s4: : Operation not supported by device

Here's what my devfs.conf looks like:

own   /dev/acd0   root:operator
perm  /dev/acd0   0666
own   /dev/acd1   root:operator
perm  /dev/acd1   0666
own   /dev/ad0   root:operator
perm  /dev/ad0   0666
own   /dev/ad0s4  root:operator
perm  /dev/ad0s4  0666

This what I have on sysctl.conf:

vfs.usermount=1

What is it that I'm missing?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]