1. no mount, no open, what is to do ???
2. i need to install "gparted", why ???
laptop=HP530
release 10.1-alpha2/i386 usb-access ???
Re: release 10.1-alpha2/i386 usb-access ???
With the little information you give us, I will suggest you to look at http://wiki.ghostbsd.org/index.php?titl ... endrive.3F.
Re: release 10.1-alpha2/i386 usb-access ???
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 ?
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 ?
Re: release 10.1-alpha2/i386 usb-access ???
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).
then to see your files you can do
do what you want to do, & then un mount it (again as the root user) before removing it by
not strictly neccessary but you can check that it is unmounted by not showing when you use
(Hope this is of help to someone.)
One way is done in the terminal as the root user (or by using sudo).
Code: Select all
mount -t msdosfs /dev/da0s1i /mnt
Code: Select all
ls /mnt
Code: Select all
umount /mnt
Code: Select all
df -h
Linux user since 1999; & now a BSD user.