@Henk
thx for reply !
i created a new txt -file on the 2nd drive to collect the cli outpouts:
When inserting the CD i was unable to save this txt -file and got following MessageBox:
with device added:
MessageBox:
“The document could not be saved, as it was not possible
to write to /home/op/WORK/ACTUAL/suse.txt.
Check that you have write access to this file or that
enough disk space is available.”
I did “save as” to 1st drive now and the file is saved without problem:
Here are the outputs:
without device added:
> cat /etc//fstab
devpts /dev/pts devpts mode=0620,gid=5 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
tmpfs /run tmpfs noauto 0 0
/dev/disk/by-id/ata-KINGSTON_SVP200S360G_50026B722901E1CB-part1 / ext3 acl 1 1
/dev/disk/by-id/ata-KINGSTON_SVP200S360G_50026B722901E1CB-part2 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD15EARX-00PASB0_WD-WCAZAE562024-part1 /home/op/WORK ext4 defaults 1 2
>
root:
> fdisk -l
Disk /dev/sda: 60.0 GB, 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
Disk label type: dos
Disk identifier: 0x6dfd4fcc
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 113049404 56523678+ 83 Linux
/dev/sda2 113049600 117229567 2089984 82 Linux swap / Solaris
Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes, 2930277168 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
Disk label type: dos
Disk identifier: 0x00038c6f
Device Boot Start End Blocks Id System
/dev/sdb1 2048 943722495 471860224 83 Linux
/dev/sdb2 943722496 2930277167 993277336 83 Linux
>
root:
> mount | grep '^/dev'
/dev/sda1 on / type ext3 (rw,relatime,data=ordered)
/dev/sdb1 on /home/op/WORK type ext4 (rw,relatime,data=ordered)
>
root:
> ls -l /dev/disk/by-label
total 0
lrwxrwxrwx 1 root root 10 Apr 29 13:11 CRIT -> ../../sdb2
lrwxrwxrwx 1 root root 10 Apr 29 13:11 WORK -> ../../sdb1
>
with device added:
MessageBox:
"The document could not be saved, as it was not possible
to write to /home/op/WORK/ACTUAL/suse.txt.
Check that you have write access to this file or that
enough disk space is available."
> cat /etc/fstab
devpts /dev/pts devpts mode=0620,gid=5 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
tmpfs /run tmpfs noauto 0 0
/dev/disk/by-id/ata-KINGSTON_SVP200S360G_50026B722901E1CB-part1 / ext3 acl 1 1
/dev/disk/by-id/ata-KINGSTON_SVP200S360G_50026B722901E1CB-part2 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD15EARX-00PASB0_WD-WCAZAE562024-part1 /home/op/WORK ext4 defaults 1 2
>
root:
> fdisk -l
Disk /dev/sda: 60.0 GB, 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
Disk label type: dos
Disk identifier: 0x6dfd4fcc
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 113049404 56523678+ 83 Linux
/dev/sda2 113049600 117229567 2089984 82 Linux swap / Solaris
Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes, 2930277168 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
Disk label type: dos
Disk identifier: 0x00038c6f
Device Boot Start End Blocks Id System
/dev/sdb1 2048 943722495 471860224 83 Linux
/dev/sdb2 943722496 2930277167 993277336 83 Linux
linux-uxmh:/home/op #
root:
> mount | grep '^/dev'
/dev/sda1 on / type ext3 (rw,relatime,data=ordered)
/dev/sdb1 on /home/op/WORK type ext4 (ro,relatime,data=ordered)
/dev/sr0 on /run/media/op/ds17348 type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=100,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
/dev/sr0 on /var/run/media/op/ds17348 type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=100,iocharset=utf8,mode=0400,dmode=0500)
>
root:
> ls -l /dev/disk/by-label
total 0
lrwxrwxrwx 1 root root 10 Apr 29 13:11 CRIT -> ../../sdb2
lrwxrwxrwx 1 root root 9 Apr 29 13:23 ds17348 -> ../../sr0
lrwxrwxrwx 1 root root 10 Apr 29 13:11 WORK -> ../../sdb1
linux-uxmh:/home/op #
>
Hm : **“swap solaris” ** , no idea where this comes from, no solaris here
"“CRIT” sdb2 is a second partition beside “WORK” which is usually not mounted