Gary Dale <garyd...@torfree.net> writes: >> The fstab line: >> >> /dev/sdd1 /home/harry/misc ext4 user,uid=1000,gid=1050 0 0 >> >> I've tried several different rendition but far as I can tell the line >> above should work. >> >> I'm probably making some terribly obvious error but failing to see >> what it is. >> >> > The error message is telling you that the system can't identify the > file system on /dev/sdd1. This may have nothing to do with the uid. > > Try mounting it as root with something like: > mount -t ext4 /dev/sdd1 /home/harry/misc > > If that works then add parameters like -o uid=1000. If it doesn't work > then you may have the wrong /dev or there may be another problem. > > Get it working from the command line first.
I did work the cmdline angle before posting and was able to mount it alright up to the uid gid bit. Let me apologize to all to all posters on the thread for my sloppy post. I confused the name, which was never anything but .junk in all my experiments. Sorry throwing a giant load of poop into the game. I think Bzzzt may have hit the nail about there not being those options in ext4. Jimmy J's suggested line: '/dev/sdd1 /home/harry/misc ext4 auto,users,exec,relatime 0 0' works but you notice there are no uid gid options. Thank you folks, one and all -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87vbq4b7vb....@reader.local.lan