Open Suse Some Problem Yaar

Status
Not open for further replies.

praka123

left this forum longback
edit ur /etc/fstab "windows" to "Windows" and do u remember u created root account while installing?unlike ubuntu(sudo),most other distros needs separate root password.u can press ALT+F2 in Gnome to get a run dialogue and run "gksu gedit /etc/fstab[/code] to edit it as root.
for mount -a,u need to open terminal run:
"su -" press enter;give root's password.and then run mount -a.
 

skghosh44

dig_boy_dig,dig !
@praka123

Now the "other" folder is working and I can access the "Kubundu" drive here.
But the "windows" folder is not working it is still empty. I make another folder viz "windows" and restarted the pc and also edit the /etc/fstab visa versa, but the "windows" or "windows" both are empty.
 

praka123

left this forum longback
post no screenshot please.open terminal and post the o/p of "fdisk -l" here.u may need root permission(su) to do this.
 

skghosh44

dig_boy_dig,dig !
Here is the o/p of fdist -l
skg:/home/skg # fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc42fc42f

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ c W95 FAT32 (LBA)
/dev/sda2 2551 9729 57665317+ f W95 Ext'd (LBA)
/dev/sda5 2551 5161 20972826 b W95 FAT32
/dev/sda6 5162 6439 10265503+ b W95 FAT32
/dev/sda7 6440 7511 8610808+ b W95 FAT32
/dev/sda8 7512 8119 4883728+ b W95 FAT32
/dev/sda9 8120 8180 489951 82 Linux swap / Solaris
/dev/sda10 8181 8803 5004216 83 Linux
/dev/sda11 8804 9729 7438063+ 83 Linux
 

praka123

left this forum longback
Code:
  /dev/sda1  /windows/C  vfat   defaults 0 0
  /dev/sda5  /windows/D  vfat   defaults 0 0
  /dev/sda6  /windows/E  vfat   defaults 0 0
  /dev/sda7  /windows/F   vfat   defaults 0 0
  /dev/sda8  /windows/G  vfat   defaults 0 0
  /dev/sda1  /other    ext3   defaults 0 1
^^^^^^does ur /etc/fstab looks like this?also the directories made are exactly the same-like windows/C ,windows/D etc?
try mounting after editing ur /etc/fstab entries as above.
 

skghosh44

dig_boy_dig,dig !
There is some difference what u described with mine.
/dev/sda1 /windows/C vfat defaults,user,users,umask=0002 0 0
/dev/sda5 /Windows/D vfat defaults,user,users,umask=0002 0 0
/dev/sda6 /Windows/E vfat defaults,user,users,umask=0002 0 0
/dev/sda7 /Windows/F vfat defaults,user,users,umask=0002 0 0
/dev/sda8 /Windows/G vfat defaults,user,users,unmask=0002 0 0
/dev/sda10 /other ext3 defaults 1 2
.
 

praka123

left this forum longback
^then try mine.it works!no uid,gid mess.will post later on how u can have write access.make sure of the dir for windows,others made!
 

NucleusKore

TheSaint
Yes do note the case, what is in the fstab should be in the filesystem. If you could access the fstab button from partitioner its a lot easier. Do try again and see, select a windows partition in partitioner and click edit and see if you can access the fstab button

And I think i forgot to mention to create the C D E F G.........sheesh
You can also do that in GUI in nautilus provided you are superuser
 
Last edited:

skghosh44

dig_boy_dig,dig !
@ praka123
@ nucleusKore
Many Many thanks both of you,
Today I removed the Dir Windows/windows which was created yestarday and created created DIR as per praka123's recommendation as windows and then C D E F I and mount -a. But there was an error during mount -a. Unfortunately due to power failure my system gone off.
While restarted I go to filesystem/windows and found there C D E F G and I delighted there is all the windows files are present. Now I can share all the files/audio.video etc in Open SuSe.
Thanks again to u all for taking pains to solve the problem.

Will u solve another problem please. Some where in the Open suse I read that there is a option of dialer to connect the internet i.e "kinternet". Now how to configure it. I am tried my best to solve the problem but failed. When my system starts it displays err msg as under :
*www.imagehosting.com/out.php/i1367655_Untitled.gif

Presently I connect the net as under
Click double computer icon on the status bar then click "dial up connection" then "connect to BSNL vida DSL(dsl0).
Note that while I was 1st configured the DSL during that time name the service provider as "BSNL". Also note I have a BSNL Dataone connection.
 

NucleusKore

TheSaint
This is a bug :-S

Open Yast
In Yast, go to System->System Services and enable the service called "smpppd" if it is disabled

reboot
 

skghosh44

dig_boy_dig,dig !
NucleusKore said:
This is a bug :-S

Open Yast
In Yast, go to System->System Services and enable the service called "smpppd" if it is disabled

reboot
Thanks the problem is solved.
Back to previous topic. While I tried to copy a file in the windows drive, it is failed with a error msg " you have no write permission". Now how to overcome from this problem. How to enable write access right in the windows folder from open suse.
 

skghosh44

dig_boy_dig,dig !
NucleusKore said:
Please post the output of your /etc/fstab as you did earlier

here is the out put of /etc/fstab

/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part11 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part9 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /windows/C vfat defaults 0 0
/dev/sda5 /windows/D vfat defaults,user,users,umask=0002 0 0
/dev/sda6 /windows/E vfat defaults,user,users,umask=0002 0 0
/dev/sda7 /windows/F vfat defaults,user,users,umask=0002 0 0
/dev/sda8 /windows/G vfat defaults,user,users,unmask=0002 0 0
/dev/sda10 /other ext3 defaults 1 2
 

NucleusKore

TheSaint
Make it as follows, I made the lines you have to change in bold to make it easy for you:
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part11 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part9 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /windows/C vfat rw,auto,user,users,umask=0002 0 0
/dev/sda5 /windows/D vfat rw,auto,user,users,umask=0002 0 0
/dev/sda6 /windows/E vfat rw,auto,user,users,umask=0002 0 0
/dev/sda7 /windows/F vfat rw,auto,user,users,umask=0002 0 0
/dev/sda8 /windows/G vfat rw,auto,user,users,umask=0002 0 0

/dev/sda10 /other ext3 defaults 1 2

Please note it is umask and NOT unmask.
Reboot
 
Last edited:

skghosh44

dig_boy_dig,dig !
I change the /etc/fstab file as under, but the problem is not solved

/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part11 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part9 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /windows/C vfat rw,auto,user,users,umask=0002 0 0
/dev/sda5 /windows/D vfat rw,auto,user,users,umask=0002 0 0
/dev/sda6 /windows/E vfat rw,auto,user,users,umask=0002 0 0
/dev/sda7 /windows/F vfat rw,auto,user,users,umask=0002 0 0
/dev/sda8 /windows/G vfat rw,auto,user,users,umask=0002 0 0
/dev/sda10 /other ext3 defaults 1 2
 

NucleusKore

TheSaint
Try this

/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part11 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part9 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /windows/C vfat defaults,umask=0000 0 0
/dev/sda5 /windows/D vfat defaults,umask=0000 0 0
/dev/sda6 /windows/E vfat defaults,umask=0000 0 0
/dev/sda7 /windows/F vfat defaults,umask=0000 0 0
/dev/sda8 /windows/G vfat defaults,umask=0000 0 0
/dev/sda10 /other ext3 defaults 1 2

and if it doesn't work

/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part11 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST380215A_9QZ1RTM3-part9 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sda1 /windows/C vfat defaults,umask=0002 0 0
/dev/sda5 /windows/D vfat defaults,umask=0002 0 0
/dev/sda6 /windows/E vfat defaults,umask=0002 0 0
/dev/sda7 /windows/F vfat defaults,umask=0002 0 0
/dev/sda8 /windows/G vfat defaults,umask=0002 0 0
/dev/sda10 /other ext3 defaults 1 2
 

praka123

left this forum longback
@skghosh44:Ofcourse,i expected that only.u need to open nautilus browser as root user and access full permission.many people makes a shortcut in Applications menu or in panel a shortcut to nautilus opening as root by adding a launcher with "gksu -u root nautilus --brower" etc.

else to open as local user,
open a terminal,see the o/p of "groups" command as local user-paste it herealso the o/p of " ls -ld /windows/D".a group will be there called "plugdev" or something like that if u had write permission

we shud run "usermod" for local user to have the disk group in secondary groups.for that i need "cat /etc/group" o/p from a terminal posted here.I will post the command afterwards.

also a reboot is necessary for u after editing /etc/fstab or running commands as above.else manually umount those partitions.

i am not yet comfortable with umask thingy's.
dont use yast for mount for the time being :)
 

NucleusKore

TheSaint
I'm stumped. That's why is preferable to assign all mount points at install. Anyway I hope Praka123 is able to help you. I know SuSE controls access by Access Control Lists. That's one last thing to be checked.
Open a konsole, become superuser, and type the following command and post the output:
getfacl /windows/C

Here is an example:
*img255.imageshack.us/img255/7184/factmi5.th.png

Do it for the other windows partitions as well. I am expecting the same output.
 
Status
Not open for further replies.
Top Bottom