Hi,
I have removed IcedTea packages but I am unable to run Sun Java after downloading the recommended version from sun website as per the instructions at Installing Sun’s Java on openSUSE - openSUSE
I do a lot of web games and need sun java installed.
In addition, I need help with -
Installing fdisk or similar.
Read and write for ntfs partition on same hard disk. I’ve Samba but SUSE can’t see 2 ntfs partitions on same hard disk.
Gnome/ LXDE desktop install.
Testdisk install.
Gparted install.
Convert .deb packages to .rpm and install those. I used to convert .rpm to .deb in Ubuntu with alien tool.
Best,
David
The principle applies for both 32 and 64
Installing 32-bit Java the Yast way - openSUSE Forums
see my sig for other guides.
You’ll usually get better responses posting seperate threads for each topic.
Installing fdisk or similar.
fdisk is a standard Linux command. See ‘man fdisk’.
Gparted install.
It’s available on the build service, but normally you would use the gparted live CD.
Browse GParted Files on SourceForge.net
gparted on Build Service
Guy,
Thanks a bunch I just had to install sun java plugin and it all went well. Checked “about: plugin” from firefox and found it there.
Best,
David
[QUOTE=chief_sealth;2178914]You’ll usually get better responses posting seperate threads for each topic.
fdisk is a standard Linux command. See ‘man fdisk’.
It’s available on the build service, but normally you would use the gparted live CD.
Hi,
I got Gparted live cd, Rescue Disk and other recovery tools with partition manager in it. I am trying to figure out why suse cant read or connect ntfs. Not a great fan of Gparted, it messed my hard disk once and had to run testdisk to restore the partitions. :\
I apologise for making a single thread for multiple issues but it helps to organize it in single tab in browser.
Managed to get fdisk -l output
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007d4a8
Device Boot Start End Blocks Id System
/dev/sda1 1 5222 41945683+ 7 HPFS/NTFS
/dev/sda2 5223 34997 239167687+ 7 HPFS/NTFS
/dev/sda3 * 34998 38913 31455270 f W95 Ext’d (LBA)
/dev/sda5 34998 35519 4192933+ 82 Linux swap / Solaris
/dev/sda6 35520 36823 10474348+ 83 Linux
/dev/sda7 36824 38913 16787893+ 83 Linux
sda2 is data/storage, will like to share this partition system wide.
Best,
David
In opneSUSE
Please post the output from a terminal of
cat /etc/fstab
and as su -
fdisk -l
[QUOTE=caf4926;2178923]In opneSUSE
Please post the output from a terminal of
cat /etc/fstab
Hi,
Please find here -
linux-lst5:/home/david # cat /etc/fstab
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part7 /usr ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part2 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 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
Below is fdisk -
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007d4a8
Device Boot Start End Blocks Id System
/dev/sda1 1 5222 41945683+ 7 HPFS/NTFS
/dev/sda2 5223 34997 239167687+ 7 HPFS/NTFS
/dev/sda3 * 34998 38913 31455270 f W95 Ext’d (LBA)
/dev/sda5 34998 35519 4192933+ 82 Linux swap / Solaris
/dev/sda6 35520 36823 10474348+ 83 Linux
/dev/sda7 36824 38913 16787893+ 83 Linux
Please edit these two lines
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part2 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
to this
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part1 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part2 /windows/D ntfs-3g defaults 0 0
do this from a normal user terminal
In kde it’s
kdesu kwrite /etc/fstab
in gnome it’s
gnomesu gedit /etc/fstab
see this guide
FSTAB - Editing Manually - openSUSE Forums
reboot
caf4926:
Please edit these two lines
to this
do this from a normal user terminal
In kde it’s
kdesu kwrite /etc/fstab
in gnome it’s
gnomesu gedit /etc/fstab
see this guide
FSTAB - Editing Manually - openSUSE Forums
reboot
Can’t open kwrite, reported a bug. Will install gedit if available in rpm and edit the file.
Are you doing this from a openSUSE install? 11.2?
Not a su - terminal?
kwrite is a very basic application for kde. It not working is VERy odd. An option would be to try kate
but you will need to install it I think
su
zypper in kate
then user terminal do
kdesu kate /etc/fstab
caf4926:
Please edit these two lines
to this
do this from a normal user terminal
In kde it’s
kdesu kwrite /etc/fstab
in gnome it’s
gnomesu gedit /etc/fstab
see this guide
FSTAB - Editing Manually - openSUSE Forums
reboot
Hi:
This is the current fstab confi, let me know if it is right or how .
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part7 /usr ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part1 /windows/C ntfs-3g defaults 0 0
/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part2 /windows/D ntfs-3g 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
I will now reboot and get back.
I did it from terminal at first but then I used alt + f2 and a command.
You have not edited the file, you need to use a text editor.
kwrite or kate will do it.
As I have given directions.
If kwrite is not working for you, something is wrong.
I suggest you run
su -
zypper ref
then
zypper up
see if any updates come in and improve things.
I may be on and off the forum for a bit this AM (UK time). So be patient.
I would like to see your repo list too
zypper lr -d
You rebooted and still can write to them?
caf4926:
You have not edited the file, you need to use a text editor.
kwrite or kate will do it.
As I have given directions.
If kwrite is not working for you, something is wrong.
I suggest you run
su -
zypper ref
then
zypper up
see if any updates come in and improve things.
I may be on and off the forum for a bit this AM (UK time). So be patient.
I would like to see your repo list too
zypper lr -d
I did edit and saved the file, did post the edit here.
Open dolphin super user
right click - properties of /windows/C
You can alter permissions to the folder and make sure you check the box ‘apply to all sub-folders’
OK/apply
linux-lst5:/home/david # zypper lr -d
| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service
—±------------------------------------±----------------------------------------------------±--------±--------±---------±-------±------------------------------------------------------------------------------------±-------
1 | 11.2 - VideoLan | 11.2 - VideoLan | Yes | Yes | 99 | rpm-md | Index of /pub/videolan/vlc/SuSE/11.2/ |
2 | download.nvidia.com-opensuse | NVIDIA Repository | Yes | Yes | 99 | rpm-md | ftp://download.nvidia.com/opensuse/11.2/ |
3 | download.opensuse.org-2.28 | openSUSE BuildService - GNOME:STABLE:2.28 | Yes | Yes | 99 | rpm-md | Index of /repositories/GNOME:/STABLE:/2.28/openSUSE_11.2 |
4 | download.opensuse.org-Apps | openSUSE BuildService - GNOME:Apps | Yes | Yes | 99 | rpm-md | Index of /repositories/GNOME:/Apps/openSUSE_11.2 |
5 | download.opensuse.org-Backports | openSUSE BuildService - KDE:Backports | Yes | Yes | 99 | rpm-md | Index of /repositories/KDE:/Backports/openSUSE_11.2 |
6 | download.opensuse.org-Community | openSUSE BuildService - KDE:KDE4:Community | Yes | Yes | 99 | rpm-md | Index of /repositories/KDE:/KDE4:/Community/openSUSE_11.2 |
7 | download.opensuse.org-Community_1 | openSUSE BuildService - Mono:Community | Yes | Yes | 99 | rpm-md | Index of /repositories/Mono:/Community/openSUSE_11.2 |
8 | download.opensuse.org-STABLE | openSUSE BuildService - OpenOffice.org | Yes | Yes | 99 | rpm-md | Index of /repositories/OpenOffice.org:/STABLE/openSUSE_11.2 |
9 | download.opensuse.org-VirtualBox | openSUSE BuildService - Virtualization (VirtualBox) | Yes | Yes | 99 | rpm-md | Index of /repositories/Virtualization:/VirtualBox/openSUSE_11.2 |
10 | download.opensuse.org-Wine | openSUSE BuildService - Wine CVS Builds | Yes | Yes | 99 | rpm-md | Index of /repositories/Emulators:/Wine/openSUSE_11.2 |
11 | download.opensuse.org-database | openSUSE BuildService - Database | Yes | Yes | 99 | rpm-md | Index of /repositories/server:/database/openSUSE_11.2 |
12 | download.opensuse.org-games | openSUSE BuildService - Games | Yes | Yes | 99 | rpm-md | Index of /repositories/games/openSUSE_11.2 |
13 | download.opensuse.org-lxde | LXDE Repository | Yes | Yes | 99 | rpm-md | Index of /repositories/X11:/lxde/openSUSE_11.2 |
14 | download.opensuse.org-mozilla | openSUSE BuildService - Mozilla | Yes | Yes | 99 | rpm-md | Index of /repositories/mozilla/openSUSE_11.2 |
15 | download.opensuse.org-oss | Main Repository (DEBUG) | Yes | Yes | 99 | yast2 | Index of /debug/distribution/11.2/repo/oss |
16 | download.opensuse.org-oss_1 | Main Repository (Sources) | Yes | Yes | 99 | yast2 | Index of /source/distribution/11.2/repo/oss |
17 | download.opensuse.org-php | openSUSE BuildService - PHP | Yes | Yes | 99 | rpm-md | Index of /repositories/server:/php/openSUSE_11.2 |
18 | download.opensuse.org-standard | Main Repository (Contrib) | Yes | Yes | 99 | rpm-md | Index of /repositories/openSUSE:/11.2:/Contrib/standard |
19 | download.opensuse.org-webcam | openSUSE BuildService - Drivers for webcams | Yes | Yes | 99 | rpm-md | Index of /repositories/drivers:/webcam/openSUSE_11.2 |
20 | download.opensuse.org-xfce | openSUSE BuildService - XFCE | Yes | Yes | 99 | rpm-md | Index of /repositories/X11:/xfce/openSUSE_11.2 |
21 | download.videolan.org-SuSE | VideoLan Repository | Yes | Yes | 99 | rpm-md | Index of /pub/videolan/vlc/SuSE/11.2/ |
22 | google-chrome | google-chrome | Yes | Yes | 99 | rpm-md | http://dl.google.com/linux/rpm/stable/x86_64 |
23 | http-download.opensuse.org-93e71323 | Updates for openSUSE 11.2-0 | Yes | Yes | 99 | rpm-md | Index of /update/11.2 |
24 | mozilla | mozilla | Yes | Yes | 99 | rpm-md | Index of /repositories/mozilla/openSUSE_11.2 |
25 | openSUSE 11.2-0 | openSUSE 11.2-0 | Yes | No | 99 | yast2 | cd:/// |
26 | openSUSE_11.2-0 | openSUSE 11.2-0 | Yes | No | 99 | yast2 | dvd:/// |
27 | openSUSE_11.2-0_1 | openSUSE 11.2-0 | Yes | No | 99 | yast2 | dvd:/// |
28 | packman.inode.at-suse | Packman Repository | Yes | Yes | 99 | rpm-md | Index of /suse/11.2/ |
29 | repo-debug | openSUSE-11.2-Debug | No | Yes | 99 | NONE | Index of /debug/distribution/11.2/repo/oss |
30 | repo-non-oss | openSUSE-11.2-Non-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/11.2/repo/non-oss |
31 | repo-oss | openSUSE-11.2-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/11.2/repo/oss |
32 | repo-source | openSUSE-11.2-Source | No | Yes | 99 | NONE | Index of /source/distribution/11.2/repo/oss |
33 | www2.ati.com-suse | ATI Repository | Yes | Yes | 99 | rpm-md | http://www2.ati.com/suse/11.2