WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mount error  (Read 2065 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
mount error
« 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

dCore user

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11573
Re: mount error
« Reply #1 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

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: mount error
« Reply #2 on: November 08, 2013, 02:26:53 PM »
You probably want "user" instead.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)