mounting disk gnome boxes
by Naampie2000 from LinuxQuestions.org on (#5FS28)
Hi,
I have a disk mounted in Debian 10 for gnome boxes. In order to extend my dive space for VM ware. Only the disk seems to have no access to my regular account. Is there any way I can change this?
Code:# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=7c58a7fe-b386-4e57-bfc5-453d717e5841 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=D800-BA4D /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=608ead69-1feb-4224-950b-793c8846d532 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sdb5 /home/hipe/.local/share/gnome-boxes/images ext4 rw,auto 0 0


I have a disk mounted in Debian 10 for gnome boxes. In order to extend my dive space for VM ware. Only the disk seems to have no access to my regular account. Is there any way I can change this?
Code:# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=7c58a7fe-b386-4e57-bfc5-453d717e5841 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=D800-BA4D /boot/efi vfat umask=0077 0 1
# swap was on /dev/sda3 during installation
UUID=608ead69-1feb-4224-950b-793c8846d532 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sdb5 /home/hipe/.local/share/gnome-boxes/images ext4 rw,auto 0 0