How to install a secondary drive + partitions

Hello,

Ive installed a second hard drive, but now it seem I cant create or move anything on it.

Also, the main “home” is set on a small partition while theire is another one on the same disk who is quite bigger.

What and how should I do as to make that secondary hard drive useable ?

Same as to move the home to a bigger partition (or if possible, merge the current with the big one ?).

Thanks in advance.

This is ambiguous:

We need more precise, clearer information to be able to help with that. We do not know what disk that is on – the old one or the new one, or both – though we could guess … which leads to wrong answers.

Is at an “old” home or a “new” home? Or, one “old” and one “new”, or ???

So, much more information is needed.

BUT…

First, let’s deal with one question at a time. From the little information you provided, I would guess this is the first question, which needs to be solved before going on to the next one:

Ive installed a second hard drive, but now it seem I cant create or move anything on it.

. . .

What and how should I do as to make that secondary hard drive useable ?

(BTW: 42.2 is EOL in 6 more days and will then not get any updates nor security fixes from then on, so you should be moving up to 42.3, now)
https://en.opensuse.org/Lifetime

Again, not really enough information, but I can guess you are likely having a problem with permissions.

First, we need to know what you have:

fdisk -l

and/or

parted -l

That is a lower case L in both commands, not the numeral 1(one).

… and, we need to know more precisely what you want to do. Usually, the goal you have in mind is the most important part of the question. That 2nd hard drive: How do you want to use it? For data? For another operating system? For backup? For RAID? Why did you install a 2nd hard drive? For what purpose? To be used by who? One specific user, all users, root, or???

We can only answer your questions if we have (at the very least) the above information.

Results of the commands :
fdisk :

seden@linux-kbxw:~> fdisk -l
Absolute path to 'fdisk' is '/usr/sbin/fdisk', so running it may require superuser privileges (eg. root).

parted :

seden@linux-kbxw:~> parted -l
Absolute path to 'parted' is '/usr/sbin/parted', so running it may require superuser privileges (eg. root).

As to “home”, strange thing is that all my folders (both documents, music, images etc + bin) where moved somewhere else. Tried to search for them using some of the folder and files names, no results.

USe of the second hard drive is planned for documents.
User = root, there is a single account on that system.

Then, as to update to 42.3 how to proceed ?

You need to be root to run those commands

use sudo fdisk -l

etc

The first user defined may have the same password as root by default but that does not make them root

We really need to see what you have before anyone can make a suggestion

Was this an upgrade or a new install over some other OS???

The added disk is installed along an existing 42.2 version.

using sudo fdisk -l :

seden@linux-kbxw:~> sudo fdisk -l
seden's password:
seden is not in the sudoers file.  This incident will be reported.

My password use a capitable letter first, then lower cases and numbers at the end.

Tried to look for a way to add my account to the sudoer file (trough visudo) but where goes the password ?

## sudoers file.
##
## This file MUST be edited with the 'visudo' command as root.
## Failure to use 'visudo' may result in syntax or file permission errors
## that prevent sudo from running.
##
## See the sudoers man page for the details on how to write a sudoers file.
##

##
## Host alias specification
##
## Groups of machines. These may include host names (optionally with wildcards),
## IP addresses, network numbers or netgroups.
# Host_Alias    WEBSERVERS = www1, www2, www3

##
## User alias specification
##
## Groups of users.  These may consist of user names, uids, Unix groups,
## or netgroups.
# User_Alias    ADMINS = millert, dowdy, mikef
User_Alias ADMINS = seden

##
## Cmnd alias specification
##
## Groups of commands.  Often used to group related commands together.
# Cmnd_Alias    PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \
#                           /usr/bin/pkill, /usr/bin/top

##
## Defaults specification
##
## Prevent environment variables from influencing programs in an
## unexpected or harmful way (CVE-2005-2959, CVE-2005-4158, CVE-2006-0151)
Defaults        always_set_home
## Path that will be used for every command run from sudo
Defaults        secure_path = "/usr/sbin:/usr/bin:/sbin:/bin"
Defaults        env_reset
## Change env_reset to !env_reset in previous line to keep all environment variables
## Following list will no longer be necessary after this change

Defaults        env_keep = "LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE"
## Comment out the preceding line and uncomment the following one if you need
## to use special input methods. This may allow users to compromise  the root
## account if they are allowed to run commands without authentication.
#Defaults env_keep = "LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"

## Do not insult users when they enter an incorrect password.
Defaults        !insults

##
## Uncomment to enable logging of a command's output, except for
## sudoreplay and reboot.  Use sudoreplay to play back logged sessions.
# Defaults log_output
# Defaults!/usr/bin/sudoreplay !log_output
# Defaults!/sbin/reboot !log_output

## In the default (unconfigured) configuration, sudo asks for the root password.
## This allows use of an ordinary user account for administration of a freshly
## installed system. When configuring sudo, delete the two
## following lines:


##
## Runas alias specification
##

##
## User privilege specification
##
root    ALL = (ALL) ALL
ALL     ALL = (ALL) ALL
~                                                                                                                                                                                                                                                                          
~                                                                                                                                                                                                                                                                          
~                                                                                                                                                                                                                                                                          
~                                                                                                                                                                                                                                                                          
~                                                                                                                                                                                                                                                                          
~     

Try:

su -

You should be asked for root password, after which you can run the commands I suggested.

It looks as if there is something not according to the openSUSE defaults here. It should ask for root’s password, not for seden’s password.

Did you change anything with respect to sudo using? Tried to let the system imitate Ubuntu?

No, it has been this way since start.

As to the command, here is the result :

**linux-i70q:~ #** sudo fdisk -l
**Disk /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 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
Disklabel type: dos
Disk identifier: 0x0006bca0

**Device****Boot****     Start****       End****   Sectors**** Size****Id****Type**
/dev/sdb1             2048    4208639    4206592    2G 82 Linux swap / Solaris
/dev/sdb2  *       4208640   88100863   83892224   40G 83 Linux
/dev/sdb3         88100864 2017490943 1929390080  920G 83 Linux
/dev/sdb4       2017490944 3907028991 1889538048  901G 83 Linux


**Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors**
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x0006a8c7

**Device****Boot****Start****       End****   Sectors****  Size****Id****Type**
/dev/sdc1        2048 1953523711 1953521664 931.5G 83 Linux


**Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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
Disklabel type: dos
Disk identifier: 0x9db97817

**Device****Boot****    Start****       End****   Sectors****  Size****Id****Type**
/dev/sda1  *         2048  264783871  264781824 126.3G 83 Linux
/dev/sda2       264783872  327694335   62910464    30G 82 Linux swap / Solaris
/dev/sda3       369061245 1953521663 1584460419 755.5G  7 HPFS/NTFS/exFAT


**Disk /dev/sdd: 31.3 GiB, 33554432000 bytes, 65536000 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
Disklabel type: dos
Disk identifier: 0x688fd856

**Device****Boot****Start****     End**** Sectors**** Size****Id****Type**
/dev/sdd1  *      128 65535999 65535872 31.3G  c W95 FAT32 (LBA)


**Disk /dev/sdi: 500 GiB, 536871960576 bytes, 1048578048 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
Disklabel type: dos
Disk identifier: 0x00000000

**Device****Boot****Start****       End****   Sectors**** Size****Id****Type**
/dev/sdi1          32 1048578047 1048578016  500G  7 HPFS/NTFS/exFAT



It should be “sdc1” which I want to use as to install software and store documents.

Software is normally stored in the root partition. But your personal data and settings are always stored on the home partition. You have two 900+ gig partition on the sdb drive which is home?? Why two? It is still confusing what you want. I see another Linux system on sda. sdc has a single partition. You can mount that any where you want in the file system of either or both Linux instances.

I think you are confused where programs live and that you can not be able to share programs between OS. Different compilers kernels default locations etc

You said you

installed a second hard drive
but the output from the requested command lists 5 disks/storage devices?

Obviously, this is not as straightforward as you led us to believe in your opening post.

When you have a system that is that far out of the norm, you need to give us all the relevant information we need, or we cannot help you.

Your output, instead of answering my question, leaves me with a whole mess of additional questions instead of resolutions to your problem.

Give us more thorough and precise information. What is what? Why? Where?

And this

As to “home”, strange thing is that all my folders (both documents, music, images etc + bin) where moved somewhere else. Tried to search for them using some of the folder and files names, no results.

suggests you have done several unusual things to your system. These items do not just up and move by themselves.

… it seems you have done things that confuse yourself.

Of course, it confuses us, as well.

Also, this

User = root, there is a single account on that system.
is not likely, unless you also did something extremely unusual.

I will instead guess - not something we like having to do, as it is counterproductive in helping someone on these threads - that you chose to share the same password between your user and root when you installed.

In case it is a permissions problem preventing you from using that 5th “second drive”, you could simply use a root console, cd to the top directory on that drive, make a subdirectory, then chown that subdirectory to the user you want to have access to it.

In order to do that, though, you need to know your user name and group. You can find that out in Yast=>User and Group Management on the Users tab. The entry under Login is your user ID name, case sensitive. Under Groups, of course, is your group(s), probably users, again case sensitive.

The root account does not show by default in this list (ID name for it, BTW, is “root”).

Assuming this is an answer to my question about who’s password is asked by sudo, I am more and more convinced that there is something very strange going on here. This is NOT the default openSUSE setup with respect to sudo. And when it was like that “from the beginning” there iis something strange “from the beginning”.

I also note that the above fdisk -l listing is also made by using sudo, but that sudo now did not ask for any password at all!!.

And of course I am with all those who commented on what they see, you telling you added a second disk to a system, which then apparently resulted in a system with five (sdb, sdc, sda, sdd, sdi in this sequence) disks.

When you want help you should provide the maximum amount of information about what you have and what you want. Not the minimum. Nobody here is clairvoyant and what you do not tell/show is unknown. And while many here love it to try and debug some problem, there is an end to the amount of poking in the dark people will swallow.

Regarding the sudo problem, I see two lines missing in the posted /etc/sudoers file (compared to the default one as shipped in openSUSE):

And this line has been added:

##
## User alias specification
##
## Groups of users.  These may consist of user names, uids, Unix groups,
## or netgroups.
# User_Alias    ADMINS = millert, dowdy, mikef
User_Alias ADMINS = seden

(as this contains the user name, it cannot even have been like that by default… :wink: )

Also, the last line (“ALL ALL = (ALL) ALL”) isn’t there by default (it’s there a few lines earlier as mentioned), and this is missing at the end:

## Uncomment to allow members of group wheel to execute any command
# %wheel ALL=(ALL) ALL

## Same thing without a password
# %wheel ALL=(ALL) NOPASSWD: ALL

## Read drop-in files from /etc/sudoers.d
## (the '#' here does not indicate a comment)
#includedir /etc/sudoers.d

(but these two things shouldn’t cause the problem, but at least the last one is necessary to have files in /etc/sudoers.d/ be respected as well)
Revert these changes, or even better delete the file and reinstall sudo with “zypper in -f sudo”, and sudo should work again.

If you modify that file, you should KNOW what you are doing!
Feel free to ask for help about that, but do so in a separate thread… :wink:

Well, that last “sudo fdisk -l” was run as root anyway (according to the shell prompt), that explains why it didn’t ask for a password. :wink:

Sorry, missed that. It was apparently beyond me to see that one uses sudo to “become root” when one is already root. :open_mouth:

Yep, very confusing: “Strange Days Indeed”.rotfl!

Possibly in “/etc/sudoers” >> usevisudoto edit!!! << the section dealing with a default configuration has been edited (in my example, commented out):


## In the default (unconfigured) configuration, sudo asks for the root password.
## This allows use of an ordinary user account for administration of a freshly
## installed system. When configuring sudo, delete the two
## following lines:
# Defaults targetpw   # ask for the password of the target user i.e. root
# ALL   ALL=(ALL) ALL   # WARNING! Only use this together with 'Defaults targetpw'!

But, even so, if I choose to call “sudo xfs_admin”, given that ‘xfs_admin’ is not in the list of things I’m allowed to do, the following is output:


 > LANG=C sudo xfs_admin
[sudo] Password for XXX:
Sorry, user XXX is not allowed to execute '/usr/sbin/xfs_admin' as root on YYY.
 > 

Its a matter of permission ?
I am able to access and use the basic folder command (copy/paste, delete) but VLC cant find songs and video stored on them (previously un accessible drives > folders).
Amarok is fine as to music this said.
As to how, using “file manager super user mode”.

Also, wine, firefox and some others still do not see the drives/folders (which is tied to the permission setting ie).

So question is now, how can I go as to change the ownership of these drives/folders ?

How did you mount them, and what ownership/permissions do they have?

mount
ls -ld name_of_folder

So far you only showed a list of your partitions AFAICS…

IMHO, time to provide a Leap 42.3 three SATA disks (one SSD; two HDD) example:


 > /usr/bin/ls -al /
total 132
drwxr-xr-x  24 root root  4096 Nov 22 16:41 .
drwxr-xr-x  24 root root  4096 Nov 22 16:41 ..
drwx------   2 root root  4096 Sep 13 09:22 .w3m
drwxr-xr-x   2 root root  4096 Jan 15 08:59 bin
drwxr-xr-x   4 root root  4096 Jan 27 21:45 boot
drwxr-xr-x  20 root root  5400 Jan 30 08:04 dev
drwxr-xr-x 138 root root 12288 Jan 30 10:11 etc
drwxr-xr-x   6 root root    68 May 10  2017 home
drwxr-xr-x  12 root root   152 Jul  6  2017 home01
drwxr-xr-x  12 root root  4096 Jan 16 10:07 lib
drwxr-xr-x   8 root root 12288 Jan 21 17:21 lib64
drwx------   2 root root 16384 Aug 19  2015 lost+found
drwxr-xr-x   4 root root  4096 Dec  1 14:59 mnt
drwxr-xr-x   3 root root  4096 Dec 20 17:41 opt
dr-xr-xr-x 283 root root     0 Jan 30 08:04 proc
drwx------  25 root root  4096 Jan 30 10:15 root
drwxr-xr-x  35 root root  1060 Jan 30 10:11 run
drwxr-xr-x   2 root root 12288 Jan 27 21:44 sbin
drwxr-xr-x   2 root root  4096 May 10  2017 selinux
drwxr-xr-x   8 root root  4096 May 10  2017 srv
dr-xr-xr-x  13 root root     0 Jan 30 10:17 sys
drwxrwxrwt  62 root root 24576 Jan 30 10:15 tmp
drwxr-xr-x  13 root root  4096 Nov 22 16:42 usr
drwxr-xr-x  14 root root  4096 Nov 22 16:56 var
 > 
 > /usr/bin/cat /etc/fstab
/dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-HC8068405854W13J-part2      swap    swap    defaults 0 0
/dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-HC8068405854W13J-part1      /       ext4    defaults,noatime,acl,user_xattr 1 1
/dev/disk/by-id/ata-ST3500418AS_Z2AENPNG-part3  /home   xfs     defaults,noquota 1 2
/dev/disk/by-id/ata-WDC_WD10EZEX-60M2NA0_WD-WCC3F5AYCJL7-part2  /home01 xfs     defaults,noquota 1 2
/dev/disk/by-id/ata-ST3500418AS_Z2AENPNG-part2  /srv    ext4    defaults,noatime,acl,user_xattr 1 2
/dev/disk/by-id/ata-ST3500418AS_Z2AENPNG-part1  /tmp    ext4    defaults,noatime,acl,user_xattr 1 2
/dev/disk/by-id/ata-WDC_WD10EZEX-60M2NA0_WD-WCC3F5AYCJL7-part1  /var    ext4    defaults,noatime,acl,user_xattr 1 2
 > 


 # /usr/sbin/fdisk --list 
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00051e66

Device     Boot    Start        End    Sectors   Size Id Type
/dev/sdb1           2048   41931697   41929650    20G 83 Linux
/dev/sdb2       41945088 1953523711 1911578624 911.5G 83 Linux


Disk /dev/sda: 55.9 GiB, 60022480896 bytes, 117231408 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
Disklabel type: dos
Disk identifier: 0x000497c4

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 113033215 113031168 53.9G 83 Linux
/dev/sda2       113033216 117229567   4196352    2G 82 Linux swap / Solaris


Disk /dev/sdc: 465.8 GiB, 500107862016 bytes, 976773168 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
Disklabel type: dos
Disk identifier: 0x74bc26ae

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdc1            2048   8386559   8384512     4G 83 Linux
/dev/sdc2         8386560 209729535 201342976    96G 83 Linux
/dev/sdc3       209729536 976773119 767043584 365.8G 83 Linux




 # 

And, an example for a DVD-RAM, formatted with ext2, no journal, Linux directory ownerships;


 > /usr/bin/mount
 . 
 . 
 . 
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
gvfsd-fuse on /var/run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sr0 on /run/media/XXX/YYY_EXT2 type ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl,uhelper=udisks2)
/dev/sr0 on /var/run/media/XXX/YYY_EXT2 type ext2 (rw,nosuid,nodev,relatime,block_validity,barrier,user_xattr,acl)
 > 
 > /usr/bin/ls -al /var/run/media/XXX/YYY_EXT2/
total 20
drwxr-xr-x  4 root   root     2048 Jun 20  2017 .
drwxr-x---+ 3 root   root       60 Jan 30 10:32 ..
-rw-r--r--  1 root   root        0 Jun 20  2017 BackupFinTS_yyy001
-rw-r--r--  1 root   root        0 Jan 19  2014 Backup_I
drwxr-x--T  3 yyy    zzz      2048 Jan 19  2014 Backup_yyy001
drwx------  6 root   root    16384 Jan 19  2014 lost+found
 > 


 # /usr/sbin/fdisk --list /dev/sr0
Disk /dev/sr0: 4.3 GiB, 4580769792 bytes, 2236704 sectors
Units: sectors of 1 * 2048 = 2048 bytes
Sector size (logical/physical): 2048 bytes / 2048 bytes
I/O size (minimum/optimal): 2048 bytes / 2048 bytes
 # 

Result for “fdisk --list” :


**Disque /dev/sda : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x9db97817

**Périphérique** **Amorçage** **    Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sda1    *             2048  264783871  264781824 126,3G 83 Linux
/dev/sda2             264783872  327694335   62910464    30G 82 partition d'échange Linux / Solaris
/dev/sda3             369061245 1953521663 1584460419 755,5G  7 HPFS/NTFS/exFAT


**Disque /dev/sdb : 1,8 TiB, 2000398934016 octets, 3907029168 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x0006bca0

**Périphérique** **Amorçage** **     Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sdb1                   2048    4208639    4206592     2G 82 partition d'échange Linux / Solaris
/dev/sdb2    *           4208640   88100863   83892224    40G 83 Linux
/dev/sdb3               88100864 2017490943 1929390080   920G 83 Linux
/dev/sdb4             2017490944 3907028991 1889538048   901G 83 Linux


**Disque /dev/sdc : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x0006a8c7

**Périphérique** **Amorçage** **Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sdc1              2048 1953523711 1953521664 931,5G 83 Linux


**Disque /dev/sdd : 31,3 GiB, 33554432000 octets, 65536000 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x688fd856

**Périphérique** **Amorçage** **Début** **     Fin** **Secteurs** **Taille** **Id** **Type**
/dev/sdd1    *          128 65535999 65535872  31,3G  c W95 FAT32 (LBA)


**Disque /dev/sdi : 500 GiB, 536871960576 octets, 1048578048 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x000cb08b

**Périphérique** **Amorçage** **Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sdi1              2048 1048578047 1048576000   500G  f Étendue W95 (LBA)


& result from “mount”:


**Disque /dev/sda : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x9db97817

**Périphérique** **Amorçage** **    Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sda1    *             2048  264783871  264781824 126,3G 83 Linux
/dev/sda2             264783872  327694335   62910464    30G 82 partition d'échange Linux / Solaris
/dev/sda3             369061245 1953521663 1584460419 755,5G  7 HPFS/NTFS/exFAT


**Disque /dev/sdb : 1,8 TiB, 2000398934016 octets, 3907029168 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x0006bca0

**Périphérique** **Amorçage** **     Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sdb1                   2048    4208639    4206592     2G 82 partition d'échange Linux / Solaris
/dev/sdb2    *           4208640   88100863   83892224    40G 83 Linux
/dev/sdb3               88100864 2017490943 1929390080   920G 83 Linux
/dev/sdb4             2017490944 3907028991 1889538048   901G 83 Linux


**Disque /dev/sdc : 931,5 GiB, 1000204886016 octets, 1953525168 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x0006a8c7

**Périphérique** **Amorçage** **Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sdc1              2048 1953523711 1953521664 931,5G 83 Linux


**Disque /dev/sdd : 31,3 GiB, 33554432000 octets, 65536000 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x688fd856

**Périphérique** **Amorçage** **Début** **     Fin** **Secteurs** **Taille** **Id** **Type**
/dev/sdd1    *          128 65535999 65535872  31,3G  c W95 FAT32 (LBA)


**Disque /dev/sdi : 500 GiB, 536871960576 octets, 1048578048 secteurs**
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : dos
Identifiant de disque : 0x000cb08b

**Périphérique** **Amorçage** **Début** **       Fin** **  Secteurs** **Taille** **Id** **Type**
/dev/sdi1              2048 1048578047 1048576000   500G  f Étendue W95 (LBA)


Results for “ls -al” :

total 4
drwxr-xr-x   1 root root  178 26 janv. 20:19 **.**
drwxr-xr-x   1 root root  178 26 janv. 20:19 **..**
drwxr-xr-x   1 root root 1834 30 janv. 15:22 **bin**
drwxr-xr-x   5 root root 4096 24 janv. 19:18 **boot**
drwxr-xr-x  21 root root 4700 30 janv. 12:35 **dev**
drwxr-xr-x   1 root root    0 26 janv. 20:19 **English(US)**
drwxr-xr-x   1 root root 5734 31 janv. 01:15 **etc**
drwxr-xr-x   6 root root   65 30 janv. 12:50 **home**
drwxr-xr-x   1 root root 3348 24 janv. 19:05 **lib**
drwxr-xr-x   1 root root 5178 24 janv. 19:09 **lib64**
drwxr-xr-x   1 root root    0 10 mai    2017 **mnt**
drwxr-xr-x   1 root root   54 29 janv. 08:13 **opt**
dr-xr-xr-x 386 root root    0 30 janv. 12:48 **proc**
drwx------   1 root root  658 30 janv. 21:09 **root**
drwxr-xr-x  34 root root  900 31 janv. 01:15 **run**
drwxr-xr-x   1 root root 4710 28 janv. 14:10 **sbin**
drwxr-xr-x   1 root root    0 10 mai    2017 **selinux**
drwxr-x---   1 root root  122 30 janv. 20:15 **.snapshots**
drwxr-xr-x   1 root root   28 10 mai    2017 **srv**
dr-xr-xr-x  13 root root    0 30 janv. 12:31 **sys**
drwxrwxrwt   1 root root 6462 31 janv. 01:30 tmp
drwxr-xr-x   1 root root  130 24 janv. 18:55 **usr**
drwxr-xr-x   1 root root  112 24 janv. 18:55 **var**

As to know which ownership, Ive not specified neither seen anything about it (using the provided partion tool from opensuse). Guess it should be tied to the root account ?
Is there a command or set of as to transfer the drives & folder for now having difficultys ownership to the main account ?