Skip to main content

How to mount USB stick in NetBSD?

More
14 years 11 months ago #30318 by Beastie
Hello! I used Linux and it was:
sudo mount /dev/sda1 /mnt/sda1
and in pc-bsd kde was automaticly mounting them... so i don't know to filesystem in netbsd... Could you help me please???
More
14 years 10 months ago #30614 by Beastie
Why is nobody answering me? :cry:
More
14 years 10 months ago #30617 by ZiPPy
Beastie,

I am not familiar with NetBSD, but I would give the following a try:

# mount /dev/sd0a /stick
I presume the /stick will change according to your naming convention of your USB stick.
Source: wiki.netbsd.se/How_to_install_NetBSD_from_an_USB_Memory_Stick

You could also try the following:
# mount /dev/sd0a /mnt
Directory location will depend on your system, so you can change that accordingly.

My third suggestion is to look at a possible usb-mount package for NetBSD. I believe Debian has such a package when you want to mount USB. So you will need the USB Storage module and compile it. After this is compiled, the system should be able to read the flash disk file system.

Hope that gives you some direction.


Cheers mate,

ZiPPy

ZiPPy
Time to create page: 0.143 seconds