Re: Cannot mount file-backed msdosfs filesystem



Jeremie Le Hen schrieb:
Hi,

(Please Cc: in your replies.)

I used to mount an msdosfs filesystem and it has been working correctly
so far. Unfortuntely I can't do it anymore today:

% jarjarbinks:/usr/src:108# mdconfig -lu 0
% md0 vnode 1.8G /mnt/msdos/FreeBSD-SSP_src.ufs
% jarjarbinks:/usr/src:109# mount -t msdos /dev/md0 /home/tataz/src/ssp/src/
% mount_msdosfs: /dev/md0: Invalid argument
% jarjarbinks:/usr/src:110# fsck_msdosfs /dev/md0
% ** /dev/md0
% Invalid signature in boot block: 0000

I'm not sure, but the filename "FreeBSD-SSP_src.ufs" hints to an UFS file system. Try

mount /dev/md0 /home/tataz/src/ssp/src/

instead. Executing fsck_msdosfs with an UFS file system gives me the same error message: Invalid signature in boot block: 0000.

Regards Björn
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Cannot mount file-backed msdosfs filesystem
    ... I used to mount an msdosfs filesystem and it has been working correctly ... Executing fsck_msdosfs with an UFS file system gives me the ... same error message: Invalid signature in boot block: 0000. ...
    (freebsd-questions)
  • Re: grub error 22. Bad partition table? [solved]
    ... and mark that partition bootable. ... you did ask "where grub was installed". ... There is a 'boot block' at the beginning of a disk, ... Now, all the files are stored in a "file system" ...
    (Fedora)
  • Re: testing for boot block not working
    ... read: Invalid argument ... you could modify your later attempt... ... So it must be the file system code that skips the boot block ...
    (comp.unix.solaris)