View Single Post
  #1   (View Single Post)  
Old 21st May 2008
corneliu corneliu is offline
Port Guard
 
Join Date: May 2008
Posts: 19
Default mounting/unmounting CD and USBkey

Hi guys,
I've got FreeBSD + KDE.
Currently I mount the CD with the following command
Code:
mount -t cd9660 /dev/acd1 /mnt/cd
and the USBkey with
Code:
mount -t msdosfs /dev/da0s1 /mnt/flash
I have searched the forums and the Internet but couldn't find away to unmount these devices. If I just eject/unplug the devices I can't remount them by using the commands that I mentioned earlier.
Is there a way to mount/unmount the CD drive and the USBkey so I can remount them without having to reboot?
Thanks in advance,
Corneliu
Reply With Quote