Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, what file system are you using on the external drive? You can just make the respective mount point if you may:
Code:
mkdir /mnt/external
as root obviously. Then you mount the drive like this:
Code:
mount -t <fs> /dev/sda1 /mnt/external
replace <fs> with the file system type and also replace the 1 on /dev/sda1 with the actual partition number. If you want a perminent mount point for your /etc/fstan then I suggest you tell me the fs type and I can tell you how to do it.
What connection does it use (USB/Firewire)? Usually the mounting of external devices is done by submount in 9.1. This creates a mountpoint in /media. I guess you need to switch-off submount, if you would like to mount as suggested above.
It uses the usb port and is a Maxtor 120GB External Hardrive also here is my fstab
also reiserfs is the filesystem on it and vfat is my memory key which also uses usb
but Suse is mounting them on the same mount points, remove the your usb key then go to the directory /media/usb-storage-Y3KQ3YTE:0:0:0p1<-- that's where it has been mounted.
but Suse is mounting them on the same mount points, remove the your usb key then go to the directory /media/usb-storage-Y3KQ3YTE:0:0:0p1<-- that's where it has been mounted.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.