Re: fix bad directory on FAT32 usb disk

2010-08-19 Thread Jerry
On Thu, 19 Aug 2010 08:27:30 +0800
Fbsd8 fb...@a1poweruser.com articulated:

 Glen Barber wrote:

  On 8/18/10 9:55 AM, Fbsd8 wrote:
  I have a fat32 usb disk that gives this error when mounting with
  mount_msdosfs /dev/da0s1bad fat32 file system
 
  Is there some way to clean or auto fix this fat32 file system so
  it will mount?
  
  Hi,
  
  You can try fsck_msdosfs(8).  Does it mount in other OSes?
  
  Regards,
  
  - -- 
  Glen Barber
 
 In XP I can access the usb hard drive and read/write all directories 
 except one which gives a error.
 
 fsck_msdosfs /dev/da0   gives  error  Invalid sector size 48764

You could try this:

Go to a command prompt, i.e. WIN_KEY+R and type cmd RETURN
Enter: chkdsk [volume] /F /V /R /X

It might require you to reboot the system before it will run. That is
normal. You will almost certainly have to reboot after it completes
it operation.

-- 
Jerry ✌
freebsd.u...@seibercom.net

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

Boling's postulate: If you're feeling good, don't worry. You will get
over it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


fix bad directory on FAT32 usb disk

2010-08-18 Thread Fbsd8

I have a fat32 usb disk that gives this error when mounting with
mount_msdosfs /dev/da0s1bad fat32 file system

Is there some way to clean or auto fix this fat32 file system so it will 
mount?

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


Re: fix bad directory on FAT32 usb disk

2010-08-18 Thread Glen Barber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 8/18/10 9:55 AM, Fbsd8 wrote:
 I have a fat32 usb disk that gives this error when mounting with
 mount_msdosfs /dev/da0s1bad fat32 file system
 
 Is there some way to clean or auto fix this fat32 file system so it will
 mount?

Hi,

You can try fsck_msdosfs(8).  Does it mount in other OSes?

Regards,

- -- 
Glen Barber
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)

iQEcBAEBAgAGBQJMa+gfAAoJEFJPDDeguUajcAEIAI75vNn0PSNGUqpUtxh75FEm
R1jEkoI0R4/u2l4bjQB4FkCtxPg8cpnMINdWT7agKyUb2sqqmTj/sKyx6xdzkQBA
SH7liNDXBCr6TgPMq58p+AkM9wHZzBksM4a5YYGx/OG5SqtQyjeEYnKW+iJ9g/2p
QbIYO3j9qOWw2hVPUt1gqTHKMMaAGi+Vr+n7sawvwxpxaTeCRQdnvlPp18B+5SHP
lvtCdhYk7TdMHGoyQvyZSuG0WKzJyGKX5Czhwap2tQlLlGf9TAyP059iPUqraB08
dCa7x4CKwkagt38bXwGR7NRk0p1L7dp5H6/57J1+Nq+a5lVwS0BaXk7/lc5UyFQ=
=bL7j
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: fix bad directory on FAT32 usb disk

2010-08-18 Thread Fbsd8

Glen Barber wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 8/18/10 9:55 AM, Fbsd8 wrote:

I have a fat32 usb disk that gives this error when mounting with
mount_msdosfs /dev/da0s1bad fat32 file system

Is there some way to clean or auto fix this fat32 file system so it will
mount?


Hi,

You can try fsck_msdosfs(8).  Does it mount in other OSes?

Regards,

- -- 
Glen Barber


In XP I can access the usb hard drive and read/write all directories 
except one which gives a error.


fsck_msdosfs /dev/da0   gives  error  Invalid sector size 48764

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