trying to mount usb media in 14.4

Hi all,

As per the subject , but it will not mount,

I am sure I have all the bases covered after all I have been trying to mount for some weeks.

This morning I made a file /mnt/storeng and ran the cammand mount /dev/da9 /mnt/storengo, all I got was file not found message repeatedly. I checked permission they were root:wheel so I changed that to root:operator but still no luck.

I checked dmesg and the device is showing as 'da0'.

Of couse I have checked and inserted from the web all the nessacary in devfs.rules, devfs.conf and rc.conf - I am not on freebsd right now as iys not my main OS until it becomes more usable.

Any help much appreciated

nillnvoid.
 
You seem to have made a bunch of typos.

I made a file /mnt/storeng
A mountpoint is a directory not a file.

mount /dev/da9 /mnt/storengo
Mountpoint doesn't match, typo again?

Maybe try the commands again, this time paying attention not to make any typos.

Then double check if you actually used the whole disk, not a partition on that disk.

gpart show da0
file -s /dev/da0
 
You seem to have made a bunch of typos.


A mountpoint is a directory not a file.


Mountpoint doesn't match, typo again?

Maybe try the commands again, this time paying attention not to make any typos.

Then double check if you actually used the whole disk, not a partition on that disk.

gpart show da0
file -s /dev/da0

Thanks - but as far as a partition within the usb drive I did try to mount under 'da0s1' to of course see if that would make a difference - still no luck.

cheers
 
Sorry for all the typos - I should take more care, usually do, but I was in a rush, plus I am half-blind (not joking), and I do not seem to be able to edit OP and have the system save the edit, keeps giving the message 'OOps something went wrong'...oh well!
 
I did try to mount under 'da0s1'
That's a slice, not a partition. And would only exist if the MBR scheme was used, slices do not exist with GPT, the used partitioning scheme is important. Hence the gpart show da0 as that would clear up any confusion. It's possible no partitioning exists and the whole disk was used, but that's what the file -s /dev/da0 would be able to tell you.
 
That's a slice, not a partition. And would only exist if the MBR scheme was used, slices do not exist with GPT, the used partitioning scheme is important. Hence the gpart show da0 as that would clear up any confusion. It's possible no partitioning exists and the whole disk was used, but that's what the file -s /dev/da0 would be able to tell you.
Hi SirDice,

Yes, I forgot the terminology is different for FBSD than linux - gain sorry.

I will write down the gpaty command and see what it spits out, but thinking about the situation, its the same for any usb device I try to mount.

BTW I use cfce4 as the deskyop and of course thunat as the filemenager, the usb device shows in thunar but again cant mount it like in linux.

Oh yeah - its is a GPT file system.

But thanks for your help - all the best.

nillnvoid
 
Back
Top