LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   external hard drive mount (https://www.linuxquestions.org/questions/linux-newbie-8/external-hard-drive-mount-240997/)

omarbohsali 10-10-2004 11:49 AM

external hard drive mount
 
hi everyone,

i would like to know how to mount an external harddrive in knoppix. the hard drive i wish to mount is USB2 and is originally an IDE put inside an enclosure. How would I mount the harddrive so that I can use it from within knoppix? It is formatted as NTFS. I know that knoppix can see NTFS, because in the version I am using, it can see the main harddrive inside my laptop which is NTFS.

thanks!

Omar

vxc69 10-10-2004 11:55 AM

Attach the hard disk to the USB port and reboot knoppix. I think it should detect the hard disk on boot.

If that doesn't work try:

1.) Go to a terminal
2.) su
3.) enter root password
4.) mkdir /mnt/external
5.) mount /dev/sda1 /mnt/external -t ntfs
6.) cd /mnt/external
7.) ls

This will mount your hard disk to the folder /mnt/external.

NOTE: The "/dev/sda1" bit varries according to your USB port. It could be "/dev/sda2" or "/dev/sdb1" etc... To find out what it is try the program "usbview". I think knoppix has usbview.

Hopw this helps.

vxc

omarbohsali 10-10-2004 12:21 PM

awesome. i was able to mount the hd. another question, though:

i mount it and i don't have permission to write to the external hd. I am logged in as root. what should i do to gain permissions?

vxc69 10-10-2004 12:47 PM

The NTFS module is still being built - therefore as a safety measure, you can only read from NTFS partitions.

Plus, you have to be root to read from since we mounted it as root.

Refer Linux NTFS Project for more info.

vxc

bombay1 04-27-2005 09:24 PM

How to change the permission to use the external hard disk
 
Hi ,

I just mount the external harddisk as root and i could see all my files as root, not as user account. But because my external hard disk is NTFS and is there any solution to see by user as well.

Thanks in advanced.

From Bombay1


All times are GMT -5. The time now is 12:31 PM.