12.3 yast partitioner error

When i want that my usb hdd 1T drive as /usr/local the patitionier went crazy

it changed the mount point to /usr/local when i hit next it will mout the other raid parts and the i get a choise to continue or abord

no change in /etc/fstab

when i do that by hand a line in fstab the kernel wont boot i get a shell where i can loging as root and chage the fstab again and reboot

So what is wrong in yast and systemctl in 12.3 because 12.2 a going well via yast or editing fstab

As normaly, we read stories to understand what you mean, but we need computer output for the real facts.
Thus what is your /etc/fstab with

cat /etc/fstab

And to see how the disk looks like

fdisk -l

(with the device connected of course).

Did a fdisk -l and found what i had to use in /etc/fstab

/dev/sdc1 /usr/local etx4 acl,user,xattr 1 1

so now its working

but yast partitioner will not dot it its crippeld in some way more have problems with a raid-0 setup through bios
so to 12.3 is thru a upgrade from the 12.3 dvd on a installed 12.2

Waiting for a 12.3 version where these problems are solved

  1. As long as you do not tell and prove what is going wrong we can not help you.

  2. As long as you do not file a bug report with all details (as mentioned iin 1) ) in Bugzilla, there will be no repair.

  3. openSUSE 12.3 will stay as it is. Only securitty and veru annoying bugs will be offered through the Update repos. And because you seem to be the only one that has this further unspecified problem, the chance that it is seen as a very annoying bug is nil.

install 12.3 from dvd the installer wants to force a different raid-0 layout then whats defined during install on the disks

so going through the further install it hangs on formatting or partitioning the raid array error -3030

its the same bug as 12.2 had on a mobo with nvidia chipset and bios raid-0 error -3030 on the same place during partitioning and formatting the drives

did report that and then bought another mobo now 12.3 the same problem
it al comes down to the space installer wants for raid part-1 /boot in my setup

here is fdisk -l


 Disk /dev/sda: 64.1 GB, 64105742336 bytes255 heads, 63 sectors/track, 7793 cylinders, total 125206528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000db54c


   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      321535      159744   83  Linux
/dev/sda2          321536     4530175     2104320   82  Linux swap / Solaris
/dev/sda3         4530176   250411007   122940416   83  Linux
Warning: ignoring extra data in partition table 6
Warning: ignoring extra data in partition table 6
Warning: ignoring extra data in partition table 6
Warning: invalid flag 0x9cf4 of partition table 6 will be corrected by w(rite)


Disk /dev/sdb: 64.1 GB, 64105742336 bytes
255 heads, 63 sectors/track, 7793 cylinders, total 125206528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d2c0c


   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63   250405154   125202546    f  W95 Ext'd (LBA)
/dev/sdb5             126      144584       72229+  83  Linux
/dev/sdb6   ?  1238039559  3225747190   993853816   d2  Unknown


Disk /dev/mapper/nvidia_bfeabefi: 128.2 GB, 128211353600 bytes
16 heads, 63 sectors/track, 248425 cylinders, total 250412800 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 131072 bytes
Disk identifier: 0x000db54c


                      Device Boot      Start         End      Blocks   Id  System
/dev/mapper/nvidia_bfeabefi1   *        2048      321535      159744   83  Linux
/dev/mapper/nvidia_bfeabefi2          321536     4530175     2104320   82  Linux swap / Solaris
/dev/mapper/nvidia_bfeabefi3         4530176   250411007   122940416   83  Linux


Disk /dev/mapper/nvidia_bfeabefi-part1: 163 MB, 163577856 bytes
255 heads, 63 sectors/track, 19 cylinders, total 319488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 131072 bytes
Disk identifier: 0x00000000


                             Device Boot      Start         End      Blocks   Id  System


Disk /dev/mapper/nvidia_bfeabefi-part2: 2154 MB, 2154823680 bytes
255 heads, 63 sectors/track, 261 cylinders, total 4208640 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 131072 bytes




Disk /dev/mapper/nvidia_bfeabefi-part3: 125.9 GB, 125890985984 bytes
255 heads, 63 sectors/track, 15305 cylinders, total 245880832 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 131072 bytes




Disk /dev/sdc: 1000.2 GB, 1000204885504 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525167 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c3363


   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1            2048  1953523711   976760832   83  Linux

here is fstab



/dev/disk/by-id/raid-nvidia_bfeabefi-part2 swap                 swap       defaults              0 0
/dev/disk/by-id/raid-nvidia_bfeabefi-part3 /                    ext4       noatime,acl,user_xattr        1 1
/dev/disk/by-id/raid-nvidia_bfeabefi-part1 /boot                ext4       noatime,acl,user_xattr        1 2
/dev/sdc1                                  /usr/local           ext4       acl,user_xattr                1 1
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



and this is how it was in 12.2
only debugfs is new