Results 1 to 2 of 2
how do i set mount points for things like usb flash drives, and windows partions?
i can see them by probeing, but thats it....
- 10-02-2003 #1Just Joined!
- Join Date
- Oct 2003
- Posts
- 6
mount points?
how do i set mount points for things like usb flash drives, and windows partions?
i can see them by probeing, but thats it.
- 10-02-2003 #2
You can add them under /etc/fstab. Have a look at the man page for fstab as there are a lot of options.
I just mount my usb flash drive from the command line when I need it.
I do this as root because my flash drive is not listed in fstab
There are quite a few posts on this forum about mounting. Just do a searchCode:mount -t msdos /dev/sda1 /mnt/flash
I am on a journey to mastering Linux and I got a bloody long way to go!!!


Reply With Quote
