Re: mounting an external Hard Drive

2007-05-07 Thread Josh Paetzel
cadu aranha wrote: Hello people, i have a USB external HD with FAT32 fs. Today i connected it to my FBSD and got the following mesg entry: da0 at umass-sim0 bus 0 target 0 lun 0 da0: SAMSUNG SP2514N Fixed Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 238475MB (488397168

Re: mounting an external Hard Drive

2007-05-07 Thread cadu aranha
You didn't say how large your fat 32 filesystem ended up, but if it's larger than a certain size (128 gigs I think?) you need to recompile your kernel with: options MSDOSFS_LARGE Yes, it is larger than 128G. I'll do that. Thank you ... ___

Re: mounting an external Hard Drive

2007-05-07 Thread Ian Smith
On Mon, 7 May 2007 19:55:33 +0200, cadu aranha [EMAIL PROTECTED] wrote: Hello people, i have a USB external HD with FAT32 fs. Today i connected it to my FBSD and got the following mesg entry: da0 at umass-sim0 bus 0 target 0 lun 0 da0: SAMSUNG SP2514N Fixed Direct Access

Re: mounting an external Hard Drive

2007-04-11 Thread Roland Smith
On Tue, Apr 10, 2007 at 11:09:46PM +0200, Tun Eler wrote: Hello, i was trying to mount an external HDD in my machine running FBSD 6.2 RELEASE. I configured the kernel according to the Handbook and pluged the exernal HD. Then i typed (starting with # are my commands, otherwise output): #

Re: mounting an external Hard Drive

2007-04-11 Thread Tun Eler
Are you sure it is formatted with FAT? It could be NTFS. Try running 'fsck_msdosfs /dev/da0s1' # fsck_msdosfs /dev/da0s1 ** /dev/da0s1 Unknown file system version: 1d.1c # mount_ntfs /dev/da0s1 /exthd # df /dev/da0s1  244196000 39178084 205017916    16%    /exthd !!! coool !!! Thanks ...

Re: mounting an external Hard Drive

2007-04-11 Thread Tun Eler
Are you sure it is formatted with FAT? It could be NTFS. Try running 'fsck_msdosfs /dev/da0s1' # fsck_msdosfs /dev/da0s1 ** /dev/da0s1 Unknown file system version: 1d.1c # mount_ntfs /dev/da0s1 /exthd # df /dev/da0s1  244196000 39178084 205017916    16%    /exthd !!! coool !!! Thanks .. --