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: Fixed Direct Access SCSI-0 device >

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 ... ___ freebsd-qu

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: Fixed Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 238475MB (488397168 512 byte sec

mounting an external Hard Drive

2007-05-07 Thread cadu aranha
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: Fixed Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C) # ls /dev/

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 ...

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): > >

mounting an external Hard Drive

2007-04-10 Thread Tun Eler
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): # dmesg acpi_tz0: failed to set new freq, disabling passive cooling u