release 10.1-alpha2/i386 usb-access ???

Questions and support problems dealing directly with the FreeBSD Operating System.
Post Reply
pan201
Posts: 2
Joined: Mon Mar 23, 2015 3:40 am

release 10.1-alpha2/i386 usb-access ???

Post by pan201 »

1. no mount, no open, what is to do ???
2. i need to install "gparted", why ???
laptop=HP530
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: release 10.1-alpha2/i386 usb-access ???

Post by ericbsd »

With the little information you give us, I will suggest you to look at http://wiki.ghostbsd.org/index.php?titl ... endrive.3F.
pan201
Posts: 2
Joined: Mon Mar 23, 2015 3:40 am

Re: release 10.1-alpha2/i386 usb-access ???

Post by pan201 »

Thank you ericbsd !

My Ghost-Installation from usb is successfull. Under Ghost i have not success on usb-stick (partition=fat32), i need my data.
MIt welchem Werktzeg kann ich den usb-Stift partitionieren, was für Format ?
What is to do ?
User avatar
bsdkeith
Posts: 129
Joined: Wed Jun 12, 2013 3:36 pm
Location: Surrey/Hants Border, England

Re: release 10.1-alpha2/i386 usb-access ???

Post by bsdkeith »

This may be too late for the OP, but I think the question is 'how do I mount my fat32 formatted pendrive'.

One way is done in the terminal as the root user (or by using sudo).

Code: Select all

mount -t msdosfs /dev/da0s1i /mnt
then to see your files you can do

Code: Select all

ls /mnt
do what you want to do, & then un mount it (again as the root user) before removing it by

Code: Select all

umount /mnt
not strictly neccessary but you can check that it is unmounted by not showing when you use

Code: Select all

df -h
(Hope this is of help to someone.)
Linux user since 1999; & now a BSD user.
Post Reply