looks like you're not even able to mount it, I'd start with that. it could be a few reasons, maybe it's ntfs format and needs a checkdisc, have a look in lsblk for details, and I'd have a look in dmesg --follow
and see if you can find the error.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Thanks, saving these! It is NTFS, found it had been flagged as dirty and was in fact recommending chkdsk. Chkdsk didn't find anything to fix, but its mountable again back in linux. I figured NTFS would be fine since I'm dual booting (separate drives) while I get used to Linux. Should I power off the Pi before removing next time?
Nah, you can just sudo umount /path/to/device and then remove it. No need to power off the pi.
I would do the following step-by-step
- manual mounting the drive
- sharing via samba
- auto mount
while doing the steps, i would
- read wiki.archlinux.org when I need help on those steps
- read cyberciti.biz tutorials on those topics
- use explainshell.com to learn details about the commands I need to enter
RTFM, always good advice. Thanks
Honestly? It is.
Getting a understanding of what you do is something that is moving towards "lost arts" territory regarding everything computer related. Yeah, you will not get the solution to your problem THAT FAST, but if you find out why the thing you want to do did not work and understand how to make it work you will benefit in the long run.