[haiku] Re: Problem to mount device (ATA disk)

  • From: PHilip RUshik <prushik@xxxxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Thu, 20 May 2010 17:12:55 -0400

On Thu, May 20, 2010 at 4:58 PM, Antonio Alves Junior <
alvesjunior.antonio@xxxxxxxxx> wrote:

> good morning everyboby,
>
> I am having some troubles to mount a partitions of my HD.
>
> I'm doing like that:
>
> /tmp/hd> mount -t ext4 /dev/disk/ata/0/master/
> 0    1    1_0  2    3    raw
>
> /tmp/hd> mount -t ext4 /dev/disk/ata/0/master/3 .
> mount: No such device
>
> Somebody can help-me about that?
>
> Thanks,
> A.junior
>
>

I wasn't aware that we were supporting ext4. huh.. Oh well, why are you
trying to mount from the command line? Can't you mount from the GUI?
I don't know, maybe you are like me and get pissed off when you try to do
something and it doesn't work and then people give you alternative solutions
instead of answers. I could understand wanting to mount from the command
line even if you can successfully mount from the GUI, I'm just wondering
why.
Anyway, doesn't look like you specified a mount point. And also, I could be
totally wrong, because I am at work and can't boot haiku at the moment to
check, but isn't /dev/disk/ata/0/master/3 a directory? shouldn't you command
look like "mount -t ext4 /dev/disk/ata/0/master/3/raw" or something along
those lines? (I'm not sure what's in that directory, raw is a guess)

Other related posts: