Hi,
I thought I could connect to my pimusicbox with Filezilla or ssh and upload files on the USB pendrive in it. But I got a ReadOnly filesystem. This will require me to poweroff the musicbox, copy files on the pendrive with another computer and then switch it on again.
Can I modify the system to let the USB be a read/write device?
Edit this file and remove the βroβ mount option.
# data on your disk before removing the drive or you may experience data #
# loss. #
# #
# It is highly recommended that you use the pumount command (as a regular #
# user) before unplugging the device. It makes calling the "sync" command #
# and mounting with the sync option unnecessary---this is similar to other #
# operating system's "safely disconnect the device" option. #
#############################################################################
# Mount options: Options passed to the mount command with the -o flag.
# See the warning above regarding removing "sync" from the options.
MOUNTOPTIONS="ro,noexec,nodev,noatime,nodiratime"
# Filesystem type specific mount options: This variable contains a space
# separated list of strings, each which the form "-fstype=TYPE,OPTIONS".
#
# If a filesystem with a type listed here is mounted, the corresponding
# options are appended to those specificed in the MOUNTOPTIONS variable.
#
# For example, "-fstype=vfat,gid=floppy,dmask=0007,fmask=0117" would add
# the options "gid=floppy,dmask=0007,fmask=0117" when a vfat filesystem
# is mounted.
1 Like
ryks1
February 23, 2019, 10:15am
3
working flowsly /thank you