Re: External HD create different slice on /dev which one i need to mount...?

2006-11-22 Thread perikillo

On 11/22/06, Norberto Meijome <[EMAIL PROTECTED]> wrote:


On Wed, 22 Nov 2006 17:37:52 -0800
perikillo <[EMAIL PROTECTED]> wrote:

> mount /dev/da0s1 /ext
this is the slice, dont use it
> mount /dev/da0s1c /ext
this is the raw partition, DONT use c - ever, unless u really (think you)
know
what you are doing

> mount /dev/da0s1d /ext

bing

>
> Always: WARNING: /ext was not properly dismounted
>
> Any idea about this...?

yes, last time you mounted da0s1d , u didnt unmounted it cleanly. Before
you
mount, you should run fsck -p on it:
(as root, or with sudo)

fsck -p -t ufs /dev/da0s1d


>
> Im using FreeBSD 6.1-p10, my machine has 6 USB ports i have been testing
> with all and the same message.

of course, it is nothing to do with the usb itself, it's a filesystem
issue.
_
{Beto|Norberto|Numard} Meijome

"The music business is a cruel and shallow money trench, a long plastic
hallway
where thieves and pimps run free, and good men die like dogs. There's also
a
negative side." Hunter S. Thompson

I speak for myself, not my employer. Contents may be hot. Slippery when
wet.
Reading disclaimers makes you go blind. Writing them is worse. You have
been
Warned.



Thanks Norberto for your answer i got it, right now im testing the HD on my
laptop, is working really good.

See you!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: External HD create different slice on /dev which one i need to mount...?

2006-11-22 Thread Norberto Meijome
On Wed, 22 Nov 2006 17:37:52 -0800
perikillo <[EMAIL PROTECTED]> wrote:

> mount /dev/da0s1 /ext
this is the slice, dont use it
> mount /dev/da0s1c /ext
this is the raw partition, DONT use c - ever, unless u really (think you) know
what you are doing 

> mount /dev/da0s1d /ext

bing

> 
> Always: WARNING: /ext was not properly dismounted
> 
> Any idea about this...?

yes, last time you mounted da0s1d , u didnt unmounted it cleanly. Before you
mount, you should run fsck -p on it:
(as root, or with sudo)

fsck -p -t ufs /dev/da0s1d


> 
> Im using FreeBSD 6.1-p10, my machine has 6 USB ports i have been testing
> with all and the same message.

of course, it is nothing to do with the usb itself, it's a filesystem issue.
_
{Beto|Norberto|Numard} Meijome

"The music business is a cruel and shallow money trench, a long plastic hallway
where thieves and pimps run free, and good men die like dogs. There's also a
negative side." Hunter S. Thompson

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


External HD create different slice on /dev which one i need to mount...?

2006-11-22 Thread perikillo

  Hi people.

  I have one external HD:

umass0: Prolific Technology Inc. Mass Storage Device, rev 2.00/1.00, addr 2
umass0:0:0:-1: Attached to scbus0
(probe0:umass-sim0:0:0:0): error 22
(probe0:umass-sim0:0:0:0): Unretryable Error
pass0 at umass-sim0 bus 0 target 0 lun 0
pass0:  Fixed Direct Access SCSI-0 device
pass0: 40.000MB/s transfers
GEOM: new disk da0
da0 at umass-sim0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C)

Ok i setup the HD with sysinstall and format all the disk to UFS2, this is
my entry on /dev

crw-r-  1 root  operator0, 102 Nov 14 16:39 da0
crw-r-  1 root  operator0, 103 Nov 14 16:39 da0s1
crw-r-  1 root  operator0,  86 Nov 14 16:39 da0s1c
crw-r-  1 root  operator0,  87 Nov 14 16:39 da0s1d

Now which one i need to mount each time i need to use this HD...?

I create one mount point, /ext, FreeBSD the first time use /dev/da0s1d, them
if i want to mount that one, it send this message:

WARNING: /ext was not properly dismounted

No metter which one i use, da0s1, da0s1c, da0s1d always send this message,
this is normal...?

mount /dev/da0s1 /ext
mount /dev/da0s1c /ext
mount /dev/da0s1d /ext

Always: WARNING: /ext was not properly dismounted

Any idea about this...?

Im using FreeBSD 6.1-p10, my machine has 6 USB ports i have been testing
with all and the same message.

Thanks all for your time!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"