Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: jls on November 08, 2013, 08:37:28 AM

Title: mount error
Post by: jls on November 08, 2013, 08:37:28 AM
Hi
using e17 to mount pendrives
Code: [Select]
jls@pc2:~$ sudo /usr/local/bin/mount -o noexec,nodev,nosuid,uid=1000, UUID=543f873e-8c03-43e0-8f78-40283ccf065b /media/sdc2

mount: wrong fs type, bad option, bad superblock on /dev/sdc2,
       missing codepage or helper program, or other error

       In some cases useful info is found in syslog - try
       dmesg | tail or so.
looking at dmesg:
Code: [Select]
EXT4-fs (sdc2): Unrecognized mount option "uid=1000" or missing value

Title: Re: mount error
Post by: Rich on November 08, 2013, 10:40:09 AM
Hi jls_legalize
According to this:
https://bbs.archlinux.org/viewtopic.php?pid=904899#p904899
That is not a valid option. It is also not listed here:
https://www.kernel.org/doc/Documentation/filesystems/ext4.txt
Title: Re: mount error
Post by: tinypoodle on November 08, 2013, 02:26:53 PM
You probably want "user" instead.