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-01-2005, 02:24 AM
|
#1
|
Member
Registered: Jun 2004
Location: Turkey, Istanbul
Distribution: Novel Suse Professional 9.3
Posts: 86
Rep:
|
mounting hard drive partitions
i am using use 9.2 with kde 3.4
and my suse does not mount all the partitions of my hard drives..
here the list...
hard disk 1 - 40 gb ntfs winxp --mounted as C
hard disk 2 - 40 gb fat32 noOS --mounted as D
- 30 GB FAT32 NoOS --unmounted (i tried with partition program on yast but does not see any folder on drive..)
- 5 gb linux swamp --unmounted (i tried with partition program on yast but does not see any folder on drive..)
- 10 gb for my linux -mounted
how can i configure it...
and how can i hear 5.1 output from amorak with my 5.1 speakers
pls help
Last edited by oldforce; 04-01-2005 at 02:35 AM.
|
|
|
04-01-2005, 02:47 AM
|
#2
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
What do you mean by 'it does not see any folders on it'? The YaST partitioner show available partitions and mountpoits if they are configured. If not, you can use 'Edit' to assign them.
Could you please post the output of 'fdisk -l' and 'cat /etc/fstab' ?
|
|
|
04-01-2005, 03:12 AM
|
#3
|
Member
Registered: Jun 2004
Location: Turkey, Istanbul
Distribution: Novel Suse Professional 9.3
Posts: 86
Original Poster
Rep:
|
output
$fdik -l
Disk /dev/hda: 40.0 GB, 40020664320 bayt
255 kafa, 63 sektör/iz, 4865 silindir
Birimler = silindir / 16065 * 512 = 8225280 bayt
Aygıt Açılış Başlangıç Bitiş BlokSayısı Kml Sistem
/dev/hda1 * 1 4864 39070048+ 7 HPFS/NTFS
Disk /dev/hdb: 80.0 GB, 80026361856 bayt
255 kafa, 63 sektör/iz, 9729 silindir
Birimler = silindir / 16065 * 512 = 8225280 bayt
Aygıt Açılış Başlangıç Bitiş BlokSayısı Kml Sistem
/dev/hdb1 * 4116 8195 32772600 c W95 FAT32 (LBA)
/dev/hdb3 2 4115 33045673+ b W95 FAT32
/dev/hdb4 8196 9728 12313822+ f W95 Ext'd (LBA)
/dev/hdb5 * 8196 8706 4104576 83 Linux
/dev/hdb6 8707 8834 1028128+ 82 Linux swap / Solaris
/dev/hdb7 8835 9728 7181023+ 83 Linux
Disk bölümleme tablosu girdileri diskteki sırasında değil
$cat /etc/fstab
/dev/hdb7 / reiserfs acl,user_xattr 1 1
/dev/hdb5 /windows/F reiserfs acl,user_xattr 0 0
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdb3 /windows/D vfat users,gid=users,umask=0002,iocharset=utf8 0 0
/dev/hdb6 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/cdrom /media/cdrom 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
|
|
|
04-01-2005, 03:27 AM
|
#4
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
Sorry for the edit, I didn't read properly:
All available partitions are properly mounted! I guess what you are missing is the extended partition hdb4. This cannot be mounted, since it is just the container of the following logical partitions hdb5-7. Also, swap is not mounted to a directory. You cannot access swap-space like a directory structure. It is supposed to be like this. Swap is the equivalent of a Windows pagefile (extended memory on your HDD).
A little strange is the mountpoint for hdb5: a Linux partition is mounted to /windows/F! I mean it should work, but I think it's strange
Last edited by abisko00; 04-01-2005 at 03:32 AM.
|
|
|
04-01-2005, 03:55 AM
|
#5
|
Member
Registered: Jun 2004
Location: Turkey, Istanbul
Distribution: Novel Suse Professional 9.3
Posts: 86
Original Poster
Rep:
|
i mounted
it is mounted but how can i give myself write access to that fat32 drive...
only root have write access to that partition..
|
|
|
04-01-2005, 04:01 AM
|
#6
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
OK, still didn't read properly, sorry:
hdb1 wasn't mounted and you did that now. Good! The entry in /etc/fstab should look similar to the one for hdb3. Important are the options umask=0002 and gid=users.
|
|
|
04-01-2005, 04:09 AM
|
#7
|
Member
Registered: Jun 2004
Location: Turkey, Istanbul
Distribution: Novel Suse Professional 9.3
Posts: 86
Original Poster
Rep:
|
thanks
i thinks it needs a restart..
i have the write access to the drive...(it shows like that  )
but i can not write 
|
|
|
All times are GMT -5. The time now is 08:28 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
|
|