ntfs error and fd0 error

Joshua Oreman oremanj at webserver.get-linux.org
Thu May 15 17:39:28 PDT 2003


On Fri, May 16, 2003 at 09:38:57AM +1000 or thereabouts, Andy Farkas seemed to write:
> On Thu, 15 May 2003, Marlon Corleone wrote:
> 
> > i have a win98 and winXP installed and FreeBSd, win98
> > works fine i was able to read and write there, but i
> > have a problem in XP when i add in my fstab /dev/ad0s3
> > /XP ntfs 0 0
> >
> >
> > when i try to boot, i receive this error ntfs:
> > /dev/ad0s3: invalid argument
> >
> > as for my floppy device i received also this error
> > during bootup:
> >
> >  msdos: /dev/fd0 = Input/output error
> >
> > though  i have support in my kernel config file for my
> > ntfs: options NTFS and floppy
> >
> > # Floppy drives
> > device          fdc0    at isa? port IO_FD1 irq 6 drq
> > 2
> > device          fd0     at fdc0 drive 0
> >
> >
> > this are the entries for my ntfs and floppy in my
> > fstab file:
> >
> > /dev/ad0s3              /XP             ntfs    rw
> >          0       0
> > /dev/fd0                /floppy         msdos   rw
> >          0       0
> >
> > i hope anyone, can help me solving this problem,
> > thanks.
> 
> To mount the ntfs partition, tell it to use the entire slice, ie
> /dev/ad0s3c.
> 
> As for the floppy, you can't mount it without there being a floppy disk in
> the drive, which is usually not true after boot.  Floppies are usually
> mounted only when you need to use it, then unmounted shortly afterwards.
> 
> Comment out /dev/fd0 and rather mount it manually when needed.

Or change this line:
/dev/fd0 /floopy msdos rw 0 0
to this:
/dev/fd0 /floppy msdos,noauto rw 0 0
                      ^^^^^^^
That way, you still get the simplicity (mount /floppy, by itself, works),
but it won't try to mount on boot.

HTH,
-- Josh

> 
> --
> 
>  :{ andyf at speednet.com.au
> 
>         Andy Farkas
>     System Administrator
>    Speednet Communications
>  http://www.speednet.com.au/
> 
> 
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list