What's new

Asustor Chroot question

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

swetoast

Guest
So i got a Asustor 1004t and im planning to get Debian running on it but i ran into issues when i try to mount /dev

Code:
Starting chroot'ed Debian services...
mount: mounting /dev on /volume1/.@plugins/AppCentral/entware-ng/opt/debian/dev failed: Invalid argument
Done.

it mounts parts of whats nessary but mounting /dev it just throws a invalid argument

Code:
root # mount
rootfs on / type rootfs (rw)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw,relatime)
/dev/md0 on /volume0 type ext4 (rw,relatime,data=ordered)
/dev/loop0 on /share type ext4 (rw,relatime)
/dev/md1 on /volume1 type ext4 (rw,relatime,stripe=32,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group)
/dev/md1 on /share/home type ext4 (rw,relatime,stripe=32,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group)
/dev/md1 on /share/Public type ext4 (rw,relatime,stripe=32,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group)
/dev/md1 on /share/Web type ext4 (rw,relatime,stripe=32,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group)
/dev/md1 on /share/NFS type ext4 (rw,relatime,stripe=32,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group)
/dev/sde1 on /share/USB1-1 type ext4 (rw,relatime,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
proc on /volume1/.@plugins/AppCentral/entware-ng/opt/debian/proc type proc (rw,relatime)
sysfs on /volume1/.@plugins/AppCentral/entware-ng/opt/debian/sys type sysfs (rw,relatime)

been using this guide to install and get started, i know i need to modify in order to get it to work.

anyone got advice ?
 
Last edited:
gotten it to the point where i can start up Debian but without access to /dev it makes it so much harder to do stuff
 
Similar threads
Thread starter Title Forum Replies Date
Ian DS220+ blocked ip question General NAS Discussion 6

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top