Re: [PLUG] Mount command creates new folders

2018-10-17 Thread Tomas Kuchta
Mount doesn't make missing mount points. It prints error and fails. It is either hotplug ( not sure if Ubuntu still uses it ) or more likely systemd. I'd start checking systemd and dmesg first. Actually, I'd nevermind. On Wed, Oct 17, 2018, 6:09 PM John Jason Jordan wrote: > On Wed, 17

Re: [PLUG] Mount command creates new folders

2018-10-17 Thread John Jason Jordan
On Wed, 17 Oct 2018 17:14:41 -0700 Larry Brigman dijo: >Is it possible that there was a pending mount from the GUI that was >waiting for the sudo permissions and it did the mount not your command? I don't see how that could be. First, the Movies drive is USB, which doesn't require sudo

Re: [PLUG] Mount command creates new folders

2018-10-17 Thread Larry Brigman
Is it possible that there was a pending mount from the GUI that was waiting for the sudo permissions and it did the mount not your command? On Wed, Oct 17, 2018, 5:11 PM John Jason Jordan wrote: > On Wed, 17 Oct 2018 13:25:42 -0700 (PDT) > Rich Shepard dijo: > > > I meant to ask what mount

Re: [PLUG] Mount command creates new folders

2018-10-17 Thread John Jason Jordan
On Wed, 17 Oct 2018 13:25:42 -0700 (PDT) Rich Shepard dijo: > I meant to ask what mount moints you have on /mnt. None on /mnt. Everything is on /media/jjj. Except maybe the optical drives; I'm not actually sure where they go. But they are not a problem so I ignore them. I think I have a

Re: [PLUG] Mount command creates new folders

2018-10-17 Thread Rich Shepard
On Wed, 17 Oct 2018, John Jason Jordan wrote: $mount (results below, edited) John, I meant to ask what mount moints you have on /mnt. /dev/sdc1 is my Mediasonic enclosure (the source of recent angst, but working fine now), connected by USB. sdc 8:32 0 10.9T 0 disk └─sdc1

Re: [PLUG] Mount command creates new folders

2018-10-17 Thread John Jason Jordan
On Wed, 17 Oct 2018 10:46:48 -0700 (PDT) Rich Shepard dijo: >Tell us what mount points are defined and what partitions are on each. >The command 'mount' displays available mount points. > >To learn what's on each one you can use either 'less /etc/fstab' >or'lsblk'. > >I assume that /, /boot, and

[PLUG] Clinic on Sunday

2018-10-17 Thread wes
The Linux Clinic is this Sunday, 1-5pm. Bring your ailing systems or questions and we will try to help, or at least get you pointed in a useful direction. Free Geek 1731 SE 10th Ave Portland, OR 97214 -wes ___ PLUG mailing list PLUG@pdxlinux.org

[PLUG-ANNOUNCE] Clinic on Sunday

2018-10-17 Thread wes
The Linux Clinic is this Sunday, 1-5pm. Bring your ailing systems or questions and we will try to help, or at least get you pointed in a useful direction. Free Geek 1731 SE 10th Ave Portland, OR 97214 -wes ___ PLUG-announce mailing list

Re: [PLUG] Mount command creates new folders

2018-10-17 Thread Rich Shepard
On Wed, 17 Oct 2018, John Jason Jordan wrote: I have a second drive in my computer that the computer knows as /dev/sda1. (/Home and / are on /dev/sdb.) There is a folder 'Data' in /media/jjj/, which is where I want to mount /dev/sda1. But when I use the command 'sudo mount /dev/sda1

[PLUG] Mount command creates new folders

2018-10-17 Thread John Jason Jordan
I have a second drive in my computer that the computer knows as /dev/sda1. (/Home and / are on /dev/sdb.) There is a folder 'Data' in /media/jjj/, which is where I want to mount /dev/sda1. But when I use the command 'sudo mount /dev/sda1 /media/jjj/Data' the mount command creates a new folder