Page 2 of 2

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 25 Nov 2017, 06:00
by rych
Thanks, brokenman: have tried your porteus-4.0-x86_64-20171120.iso. I think there is a progress: I can now see /dev/nvme**** entries and two of them are mounted into /mnt/nvme**** However, those mounted appear to be empty with ls -la. So, I still can't see my host system disk. Perhaps I need to mount other /dev/nvme****, there are quite a few differing by the last digit. Is this my next step? Do I mount them in some special way?

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 25 Nov 2017, 11:59
by brokenman
I don't own an nvme deviceso it will be difficult for me to troubleshoot. We can start with the output of:

Code: Select all

blkid
mount

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 25 Nov 2017, 13:35
by Blaze
+ output of:

Code: Select all

su
toor
lsblk -e 7 -o NAME,SIZE,FSTYPE,TYPE,MOUNTPOINT
parted -l

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 27 Nov 2017, 05:55
by rych
Success! After

Code: Select all

mount /dev/nvme0n1p3
I can finally access (read-write) the host NTFS system with

Code: Select all

ls /mnt/nvme0n1p3
Was I supposed to mount it manually, and are there any parameters I need to supply to the mount command? Other than that, a big "Thank you!" and another reason to look forward to porteus 4.0!

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 27 Nov 2017, 12:46
by brokenman
rych wrote:
27 Nov 2017, 05:55
Was I supposed to mount it manually, and are there any parameters I need to supply to the mount command?
I would like to see it mount automatically. Please supply the requested output after a manual mount.

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 29 Nov 2017, 05:57
by rych
so before mount /dev/nvme0n1p3 it was
======================= blkid output:
/dev/sda1: UUID="ec4350f4-7860-4557-9b65-c780c9cb69f3" TYPE="ext4" PARTUUID="91f72d24-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/nvme0n1: PTUUID="52e6294f-ab19-4ec6-b0fd-8bfcf08ccb6f" PTTYPE="gpt"
/dev/nvme0n1p1: UUID="984D-43E6" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="a47f05c6-6d0c-4803-a07f-6c3a49498479"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="4dd3a4ec-f46e-43da-8982-de2d14144a32"
/dev/nvme0n1p3: LABEL="OSDisk" UUID="72AE4E45AE4E0259" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="3ce78af1-283f-4107-8550-12958f70ad2c"
======================= mount output:
tmpfs on /mnt/live type tmpfs (rw,relatime,mode=755)
proc on /mnt/live/proc type proc (rw,relatime)
sysfs on /mnt/live/sys type sysfs (rw,relatime)
none on /mnt/live/dev type devtmpfs (rw,relatime,size=4014116k,nr_inodes=1003529,mode=755)
/dev/sda1 on /mnt/sda1 type ext4 (rw,noatime,nodiratime)
/dev/sda1 on /mnt/live/memory/changes type ext4 (rw,noatime,nodiratime)
aufs on / type aufs (rw,relatime,si=67cb5c2bbe184ead,nowarn_perm)
/mnt/sda1/porteus/base/000-kernel.xzm on /mnt/live/memory/images/000-kernel.xzm type squashfs (ro,relatime)
/mnt/sda1/porteus/base/001-core.xzm on /mnt/live/memory/images/001-core.xzm type squashfs (ro,relatime)
/mnt/sda1/porteus/base/002-xorg.xzm on /mnt/live/memory/images/002-xorg.xzm type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=4014116k,nr_inodes=1003529,mode=755)
tmpfs on /dev/shm type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,relatime,mode=755)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
======================= lsblk output:
NAME SIZE FSTYPE TYPE MOUNTPOINT
sda 476.4M disk
└─sda1 476.4M ext4 part /mnt/sda1
sr0 1024M rom
nvme0n1 238.5G disk
├─nvme0n1p1 350M vfat part
├─nvme0n1p2 128M part
└─nvme0n1p3 238G ntfs part
======================= parted -l output:
Model: Pretec 512MB Tiny (scsi)
Disk /dev/sda: 500MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 16.4kB 500MB 500MB primary ext4 boot


Model: Unknown (unknown)
Disk /dev/nvme0n1: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 368MB 367MB fat32 EFI system partition boot, esp
2 368MB 502MB 134MB Microsoft reserved partition msftres
3 502MB 256GB 256GB ntfs Basic data partition msftdata


======================= ls /mnt/nvme0n1p3 output:
AFTER

Code: Select all

mount /dev/nvme0n1p3
we get:
======================= blkid output:
/dev/sda1: UUID="ec4350f4-7860-4557-9b65-c780c9cb69f3" TYPE="ext4" PARTUUID="91f72d24-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/nvme0n1p1: UUID="984D-43E6" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="a47f05c6-6d0c-4803-a07f-6c3a49498479"
/dev/nvme0n1p3: LABEL="OSDisk" UUID="72AE4E45AE4E0259" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="3ce78af1-283f-4107-8550-12958f70ad2c"
/dev/nvme0n1: PTUUID="52e6294f-ab19-4ec6-b0fd-8bfcf08ccb6f" PTTYPE="gpt"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="4dd3a4ec-f46e-43da-8982-de2d14144a32"
======================= mount output:
tmpfs on /mnt/live type tmpfs (rw,relatime,mode=755)
proc on /mnt/live/proc type proc (rw,relatime)
sysfs on /mnt/live/sys type sysfs (rw,relatime)
none on /mnt/live/dev type devtmpfs (rw,relatime,size=4014116k,nr_inodes=1003529,mode=755)
/dev/sda1 on /mnt/sda1 type ext4 (rw,noatime,nodiratime)
/dev/sda1 on /mnt/live/memory/changes type ext4 (rw,noatime,nodiratime)
aufs on / type aufs (rw,relatime,si=fe09a0aa85f452c,nowarn_perm)
/mnt/sda1/porteus/base/000-kernel.xzm on /mnt/live/memory/images/000-kernel.xzm type squashfs (ro,relatime)
/mnt/sda1/porteus/base/001-core.xzm on /mnt/live/memory/images/001-core.xzm type squashfs (ro,relatime)
/mnt/sda1/porteus/base/002-xorg.xzm on /mnt/live/memory/images/002-xorg.xzm type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=4014116k,nr_inodes=1003529,mode=755)
tmpfs on /dev/shm type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,relatime,mode=755)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/nvme0n1p3 on /mnt/nvme0n1p3 type fuseblk (rw,noatime,user_id=0,group_id=0,allow_other,blksize=4096)
======================= lsblk output:
NAME SIZE FSTYPE TYPE MOUNTPOINT
sda 476.4M disk
└─sda1 476.4M ext4 part /mnt/sda1
sr0 1024M rom
nvme0n1 238.5G disk
├─nvme0n1p1 350M vfat part
├─nvme0n1p2 128M part
└─nvme0n1p3 238G ntfs part /mnt/nvme0n1p3
======================= parted -l output:
Model: Pretec 512MB Tiny (scsi)
Disk /dev/sda: 500MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 16.4kB 500MB 500MB primary ext4 boot


Model: Unknown (unknown)
Disk /dev/nvme0n1: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 368MB 367MB fat32 EFI system partition boot, esp
2 368MB 502MB 134MB Microsoft reserved partition msftres
3 502MB 256GB 256GB ntfs Basic data partition msftdata


======================= ls /mnt/nvme0n1p3 output:
$Recycle.Bin
BOOTNXT
BOOTSECT.BAK
Config.Msi
Documents and Settings
Intel
MSOCache
PFiles
PerfLogs
Program Files
Program Files (x86)
ProgramData
Recovery
SDK_INSTALL.log.SAD-BLDLTSB_000.log
System Volume Information
Users
Windows
boot
bootmgr
pagefile.sys
smsbootsect.bak
swapfile.sys
tmuninst.ini

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 01 Dec 2017, 04:34
by rych
EDIT: even before mount /dev/nvme0n1p3

Code: Select all

#ls -la /mnt
total 5
drwxr-xr-x 6 root root 1024 Dec 1 17:22 ./
drwxr-xr-x 44 root root 1024 Nov 29 18:29 ../
drwxr-xr-x 18 root root 460 Dec 1 17:22 live/
drwxr-xr-x 2 root root 1024 Dec 1 17:22 nvme0n1p1/
drwxrwxrwx 2 root root 1024 Dec 1 17:22 nvme0n1p3/
drwxr-xr-x 6 root root 1024 Nov 25 17:50 sda1/
so /mnt/nvme0n1p3 does exist but not mounted

PM961 NVMe PCIe Samsung SSD not supported?

Posted: 01 Dec 2017, 18:36
by brokenman
Could be ntfs-3g problem not mounting during boot.

PM961 NVMe PCIe Samsung SSD not supported? [Solved in Porteus 4.0]

Posted: 31 May 2019, 18:56
by babam
Is Porteus 3.2.2 with kernel 4.16.8 http://ftp.vim.org/ftp/os/Linux/distr/p ... us-4.16.8/ supporting NVMe SSD?