Automatic write enabling on SSH connection

From MIB-Helper.com Wiki
Revision as of 11:17, 8 September 2025 by Mr-fix (talk | contribs) (Created page with " ssh root@10.173.189.1 mount -uw /net/mmx/mnt/app echo "/bin/mount -uw /net/mmx/fs/sda0 2>/dev/null" >> /net/mmx/mnt/app/root/.profile echo "/bin/mount -uw /net/mmx/fs/sda1 2>/dev/null" >> /net/mmx/mnt/app/root/.profile echo "/bin/mount -uw /mnt/app" >> /net/mmx/mnt/app/root/.profile echo "/bin/mount -uw /mnt/system" >> /net/mmx/mnt/app/root/.profile mount -ur /net/mmx/mnt/app exit")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
ssh root@10.173.189.1
mount -uw /net/mmx/mnt/app 
echo "/bin/mount -uw /net/mmx/fs/sda0 2>/dev/null" >> /net/mmx/mnt/app/root/.profile
echo "/bin/mount -uw /net/mmx/fs/sda1 2>/dev/null" >> /net/mmx/mnt/app/root/.profile
echo "/bin/mount -uw /mnt/app" >> /net/mmx/mnt/app/root/.profile
echo "/bin/mount -uw /mnt/system" >> /net/mmx/mnt/app/root/.profile
mount -ur /net/mmx/mnt/app
exit