On 23 Jul 2024 14:49 -0300, from edua...@kalinowski.com.br (Eduardo M
KALINOWSKI):
> As described on the sshfs manpage, by default only the mounting user (root,
> in your case) can access the filesystem.
>
> You can use -o allow_other to allow other users. Or, if it's only eben
> that'll be acces
On 23/07/2024 14:40, Eben King wrote:
And after I issue this command:
root@cerberus:~# sshfs -o default_permissions
sshd@white_mycloud:/mnt/HD/HD_a2/Public /mnt/white_mycloud/
sshd@white_mycloud's password:
By the prompt (and the behavior below) I assume you're mounting as root.
it looks like
I have an older WD Mycloud Connect NAS. I'm currently trying to mount it
via sshfs (I prefer NFS, but can't make it work either). When it's not
mounted, /mnt looks like this to me:
eben@cerberus:~$ \ls -l /mnt
total 16
drwxr-xr-x 2 root root 4096 Mar 11 23:39 server
drwxr-xr-x 2 root root 4096
On Sun 04 Jun 2023 at 11:59:21 (-0400), ce wrote:
> I have a mountpoint where all files under it have a group `fuse`.
>
> This is strange to me.
>
> As far as I can remember, Ubuntu doesn't do this.
Is this a system that's been around since wheezy? Up until then,
Debian had a system group called
I think you have a partition with filesystem btrfs that uses compression
with lzop.
Perhaps inside of it you have a file that is a compressed filesystem (that
is fuse: *Filesystem in Userspace* )
what can you see when you type in
$ cd /mnt/part2
$ ls -la
El lun, 5 jun 2023 a las 6:32, ce () escr
On 6/5/23 7:23 AM, Greg Wooledge wrote:
>
> You can run the command "mount" with no arguments to see the details of
> each mounted file system. You don't even have to be root. I don't know
> how btrfs subvolumes work, so I don't know whether they appear in the
> output of mount, but you could
On Sun, Jun 04, 2023 at 11:00:18PM -0400, ce wrote:
> On 6/4/23 5:46 PM, Greg Wooledge wrote:
> > What kind of hardware is this file system on?
> >
> > What kind of file system is it?
> >
> > How did you mount it? (Show the command you used, and any output that
> > it produced.)
> >
> > What does
On 6/4/23 5:46 PM, Greg Wooledge wrote:
> On Sun, Jun 04, 2023 at 11:59:21AM -0400, ce wrote:
> > I have a mountpoint where all files under it have a group `fuse`.
>
> You need to provide details, or else nobody can help you with anything.
>
> What kind of hardware is this file system on?
>
> Wh
On Sun, Jun 04, 2023 at 11:59:21AM -0400, ce wrote:
> I have a mountpoint where all files under it have a group `fuse`.
You need to provide details, or else nobody can help you with anything.
What kind of hardware is this file system on?
What kind of file system is it?
How did you mount it? (S
I have a mountpoint where all files under it have a group `fuse`.
This is strange to me.
As far as I can remember, Ubuntu doesn't do this.
On 9/2/17, 6:01 AM, Eduardo M KALINOWSKI wrote:
On 02-09-2017 09:29, Federico Beffa wrote:
I'm using Debian Stretch with Gnome. When I plug-in an external USB
hard drive (ext4) it gets automatically mounted at /media/beffa/label.
but the device is still only writable by root.
How can I tell t
Federico Beffa writes:
> Hi,
>
> I'm using Debian Stretch with Gnome. When I plug-in an external USB
> hard drive (ext4) it gets automatically mounted at /media/beffa/label.
> However, the drive is read-only for the user owning the Gnome shell
> (beffa). I've tried adding default ACL entries to /
On 02-09-2017 09:29, Federico Beffa wrote:
> I'm using Debian Stretch with Gnome. When I plug-in an external USB
> hard drive (ext4) it gets automatically mounted at /media/beffa/label.
>
>
> but the device is still only writable by root.
>
> How can I tell the system to make it writable for the us
Hi,
I'm using Debian Stretch with Gnome. When I plug-in an external USB
hard drive (ext4) it gets automatically mounted at /media/beffa/label.
However, the drive is read-only for the user owning the Gnome shell
(beffa). I've tried adding default ACL entries to /media/beffa as
follows
# file: .
#
On Tue, May 11, 2004 at 03:15:12PM +0100, Matthew Kay wrote:
> Hi,
>
> I'm trying to mount my windows NTFS partition with
> this line in my fstab:
>
> /dev/hda1 /mnt/winntfs
> rw,auto,users,exec 0 0
>
Try
/dev/hda1 /mnt/winntfs ro,auto,users,exec,umask
On Tue, May 11, 2004 at 03:15:12PM +0100, Matthew Kay wrote:
> Hi,
>
> I'm trying to mount my windows NTFS partition with
> this line in my fstab:
>
> /dev/hda1 /mnt/winntfs
> rw,auto,users,exec 0 0
>
> It works fine with this or read-only (ro) option,
> for root, bu
hi ya matt
On Tue, 11 May 2004, Matthew Kay wrote:
> /dev/hda1 /mnt/winntfs
> rw,auto,users,exec 0 0
>
> It works fine with this or read-only (ro) option,
> for root,
root can do anything to itself, but necessarily to
a remote partition on a different machine
> but
Hi,
I'm trying to mount my windows NTFS partition with
this line in my fstab:
/dev/hda1 /mnt/winntfs
rw,auto,users,exec 0 0
It works fine with this or read-only (ro) option,
for root, but I can't get it to stay
user-readable. When I mount it as read-only I
can't ch
> when my FAT32 file systems are mounted at
> boot time the owner and group are "root".
> As a regular user I can read files but not
> write them.
>
> I have the user option in my /etc/fstab file
> like so:
> /dev/hdc6 /matrox/mx6 vfat defaults,user 0 2
>
> so I can `umount' and then `remount' a
On Fri, Oct 27, 2000 at 10:06:16PM -0700, Mr. Strockbine wrote:
> when my FAT32 file systems are mounted at
> boot time the owner and group are "root".
> As a regular user I can read files but not
> write them.
>
> I have the user option in my /etc/fstab file
> like so:
> /dev/hdc6 /matrox/mx6 vf
Use 'noauto' as an option in your fstab entry-- see man fstab .
On Fri, Oct 27, 2000 at 10:06:16PM -0700, Mr. Strockbine wrote:
> when my FAT32 file systems are mounted at
> boot time the owner and group are "root".
> As a regular user I can read files but not
> write them.
>
> I have the user op
when my FAT32 file systems are mounted at
boot time the owner and group are "root".
As a regular user I can read files but not
write them.
I have the user option in my /etc/fstab file
like so:
/dev/hdc6 /matrox/mx6 vfat defaults,user 0 2
so I can `umount' and then `remount' as a regular
user and
On 1 Feb 98 at 11:18, Remco Blaakmeer wrote:
> On Sun, 1 Feb 1998, Art Lemasters wrote:
> > Now, for the reason this is coming from my M$ OS.
> > I mounted a second, older hard drive to use as /home.
> > Although I set permissions for the one user (me) with
> > chown and chmod, I still do no
On Sun, 1 Feb 1998, Art Lemasters wrote:
> Now, for the reason this is coming from my M$ OS.
> I mounted a second, older hard drive to use as /home.
> Although I set permissions for the one user (me) with
> chown and chmod, I still do not have access to the
> device (/dev/hdc1 mounted in /ho
Now, for the reason this is coming from my M$ OS.
I mounted a second, older hard drive to use as /home.
Although I set permissions for the one user (me) with
chown and chmod, I still do not have access to the
device (/dev/hdc1 mounted in /home). Do any of you
have any ideas as to the cause o
25 matches
Mail list logo