unaccessible and not used 1.2 Tb ghost ext4 partition made during installation

First of all, I am not sure this is the right forum, its more about partitions, but it is a bit like it.

This is the problem;
I have a problem concerning my partitions;
I run Opensuse 11.3 KDE 4.4.4 (standard issue) 64 bit.
When I installed suse I had only attached one harddisk. A 1.5 Tb hardisk.
In that I had made a 50 Gb partition and installed Windows.
I tried out linux mint, just for the fun, and then
I installed Opensuse, let it erase mint and gave it another 50 Gb In that it made home etc.
The rest Suse also formatted in ext4. Somehow it didn’t get a mount point.

I then attached second and third harddrive, and gave them mount points Windows/E and F respectively. (They are formatted in ntfs-3g)

Yesterday I decided to give it a mountpoint, and gave it /windows/D
I changed my mind and changed it to /home2

In both these places I could access it but only as read only. And most weird of all, it had a lot of files in them, very much looking like root.

My questions are;

How can I access and use that partition?
What might these files be? Can I delete them?
How would I best mount them?

This is a picture of yast expert partitioner

ImageBam - Fast, Free Image Hosting and Photo Sharing

Could anyone help me here?

You must tell the mount command to mount read/write otherwise it defaults read only

show use the output of
mount

this will show what is mounted where

also
cat /etc/fstab

this will show the default mount parameters

You mean like this:

peter@1503022955:~> mount
/dev/sda3 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda4 on /home type ext4 (rw,acl,user_xattr)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda1 on /windows/C type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sdc1 on /windows/E type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sdb1 on /windows/F type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
securityfs on /sys/kernel/security type securityfs (rw)

peter@1503022955:~> cat /etc/fstab
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part6 swap swap defaults 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part3 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part4 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part1 /windows/C 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
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500471-part1 //windows/E/ ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500470-part1 /windows/F/ ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
peter@1503022955:~>

But after failure to read at both locations I took away the mount points.

Where would I best mount it?

sdb1 and sdc1 have SFS as partition type, which would be windows dynamic disk, I’m not sure if the openSUSE kernel supports this by default.

sda5, as you have mentioned has no mount point set.

windows dynamic disks can be converted to basic with Testdisk, a guide is here /mypkb.wordpress.com/2007/03/28/how-to-non-destructively-convert-dynamic-disks-to-basic-disks/

Mm but the two pure ntfs3g drives are not a problem, they have each one extended partition. (that is sdb and sdc, and sdb1 and sdc1)

The problem is sda which has partition sda2, that didn’t get a mount point in the installation.
I made one in yast, putting it in /windows/D
and find that, 1) I cannot write to it

This is Yast expert partitioner now, I once more put the mount point in /windows/D
http://www.imagebam.com/image/c0748d98076270

  1. it contains “root-like” files.
    Why does it do that…?

It shouldn’t contain anything

See here

http://www.imagebam.com/image/f53af398076664

(and I did chose read and write in fstab options, see here
http://www.imagebam.com/image/42a43d98076769

The problem is sda which has partition sda2, that didn’t get a mount point in the installation.

sda2 is the extended primary partition, this is a ‘container’ that holds sda5 and sda6. the space displayed as sda2, is the space in sda5 + that in sda6.
It appearers I misunderstood your posts.

Again, sda5 needs a mount point!

I made a mount point, that is why I can see these files. ImageBam - Fast, Free Image Hosting and Photo Sharing

I put the mountpoint in /windows/D (just to put it somewhere)

see here
ImageBam - Fast, Free Image Hosting and Photo Sharing

I can mount but not write in it, so the 1.25 Gb are basically useless unless i can do something.

And… why would sda5 be in sda2 when that partition were mounted for the first time yesterday…?

Before that i had just the sda2 and sda5 in peace thinking to mount some day. Which was yesterday.

Something is really fishy here…

      And.. why would sda5 be in sda2 when that partition were mounted for the first time yesterday....?
      Before that i had just the sda2 and sda5 in peace thinking to mount some day. Which was yesterday.
      Something is really fishy here..     

please do

su -

then

fdisk -l

thats a lower case L, and post the output

also the ‘mount’ and ‘cat /etc/fstab’ requested earlier, seing you have made changes since posting them.

Here is the first

eter@1503022955:~> su -
Password:
1503022955:~ # fdisk -l

Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb544b544

Device Boot Start End Blocks Id System
/dev/sda1 1 6509 52283511 7 HPFS/NTFS
/dev/sda2 13587 182402 1356006401 5 Extended
/dev/sda3 * 6510 8934 19477504 83 Linux
/dev/sda4 8934 13587 37368832 83 Linux
/dev/sda5 13587 180922 1344119808 83 Linux
/dev/sda6 180922 181184 2107392 82 Linux swap / Solaris

Partition table entries are not in disk order

Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3d3b334c

Device Boot Start End Blocks Id System
/dev/sdc1 1 182401 1465136001 42 SFS

Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3d3b334b

Device Boot Start End Blocks Id System
/dev/sdb1 1 182401 1465136001 42 SFS
1503022955:~ #

then for mount:
/dev/sda3 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda4 on /home type ext4 (rw,acl,user_xattr)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda1 on /windows/C type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sdc1 on /windows/E type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sdb1 on /windows/F type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sda5 on /windows/D type ext4 (rw)
securityfs on /sys/kernel/security type securityfs (rw)
1503022955:~ #

Then the last
1503022955:~ # cat /etc/fstab
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part6 swap swap defaults 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part3 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part4 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part1 /windows/C 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
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500471-part1 //windows/E/ ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500470-part1 /windows/F/ ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part5 /windows/D ext4 defaults 1 2
1503022955:~ #

sda5 also needs an fstab entry, you have none, need to add one.