[EMAIL PROTECTED] wrote:

Hi Jason:

In my /etc/fstab I have

# Device                Mountpoint      FStype  Options         Dump    Pass
/dev/ad0s1              /Disco-C        msdos   rw,noauto       0       0
/dev/ad0s3              /Disco-D        msdos   rw,noauto       0       0



to have the drives auto mounted at boot try:
/dev/ad0s1 /Disco-C msdos rw 0 0


When I try to mount I get the next error

[EMAIL PROTECTED] ~> mount /Disco-D
msdos: /dev/ad0s3: Invalid argument



make sure you have created the directory /Disco-D on your bsd file system then try:
$mount_msdosfs /dev/ad0s3 /Disco-D


You should no longer need to manually mount the drive after you reboot if the fstab entry is right.

The device exist, which is the invalid argument?


the invalid argument is /Disco-D, that should be last, it want /dev/ad0s3 where /Disco-D is.

[EMAIL PROTECTED] ~> ll /dev/ad0s3
crw-r-----  2 root  operator  116, 0x00040002 Sep 22 00:46 /dev/ad0s3

-TIA
maps

-----Mensaje original-----
De: Jason [mailto:[EMAIL PROTECTED]
Enviado el: Sábado, 06 de Diciembre de 2003 06:59 p.m.
Para: Paredes Sánchez Martín A.
Cc: [EMAIL PROTECTED]
Asunto: Re: access extended partition


[EMAIL PROTECTED] wrote:




Hi:

I have 3 partition in my hard disk, the first an the third are for
windows, so the first (C:) is FAT32 and the third has only one logic
unit (D:) and has FAT32.

how can I access D:?

maps

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





Add them to /etc/fstab. The handbook has details to walk you through it.






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

Reply via email to