SUSE / openSUSE This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-06-2005, 06:43 PM
|
#1
|
Member
Registered: Feb 2005
Distribution: SuSE Linux 10/Windows XP
Posts: 208
Rep:
|
Mounting an External Maxtor 120GB Hardrive
Where should it be mounted in yast
|
|
|
04-07-2005, 09:11 AM
|
#2
|
Member
Registered: Feb 2005
Distribution: SuSE Linux 10/Windows XP
Posts: 208
Original Poster
Rep:
|
Also what are some examples of mounting in Yast when you have the option of mounting an External Hardrive
|
|
|
04-07-2005, 09:24 AM
|
#3
|
Member
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846
Rep:
|
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.
|
|
|
04-07-2005, 09:28 AM
|
#4
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
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.
|
|
|
04-07-2005, 09:33 AM
|
#5
|
LQ Newbie
Registered: Apr 2005
Location: Norway
Posts: 16
Rep:
|
When I connect my USB/firewire 160 GB Maxtor Hardrive, SUSE mounts it automatically.
Look inside the /media folder.
|
|
|
04-07-2005, 04:54 PM
|
#6
|
Member
Registered: Feb 2005
Distribution: SuSE Linux 10/Windows XP
Posts: 208
Original Poster
Rep:
|
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
/dev/hda7 / reiserfs acl,user_xattr 1 1
/dev/hda2 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda6 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
sysfs /sys sysfs noauto 0 0
/dev/cdrecorder /media/cdrecorder subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0 /media/floppy subfs fs=floppyfss,procuid,nodev,nosuid,sync 0 0
/dev/hda5 /mount/dev/hda5/mnt/1GB_native reiserfs auto,acl,user_xattr 1 2
/dev/cdrom /media/cdrom subfs fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/sda1 /media/usb-storage-Y3KQ3YTE:0:0:0p1 reiserfs acl,user_xattr 1 2
/dev/sda1 /media/usb-storage-Y3KQ3YTE:0:0:0p1 vfat noauto,users 0 0
|
|
|
04-08-2005, 02:40 AM
|
#7
|
Member
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846
Rep:
|
Well it is mounted
<snip>
Quote:
/dev/sda1 /media/usb-storage-Y3KQ3YTE:0:0:0p1 reiserfs acl,user_xattr 1 2
|
</snip>
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.
|
|
|
04-08-2005, 03:09 PM
|
#8
|
Member
Registered: Feb 2005
Distribution: SuSE Linux 10/Windows XP
Posts: 208
Original Poster
Rep:
|
Quote:
Originally posted by equinox
Well it is mounted
<snip>
</snip>
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.
|
Then mount it to what
|
|
|
All times are GMT -5. The time now is 10:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|