lixuewei / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 0 forks source link

ASUS RT-N56U router Linux create mount point issue #1133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On my RT-N56U router I'm trying to create a ext3 partition on an attached usb 
drive to store my media center data. The problem is I am unable to create to a 
mount point after creating the partition. When I run this command: mkdir 
/media/AiDisk_a1, it says it can't do it because file system is read only. How 
can I mount my ext3 partition to /media/AiDisk_a1?

This guide: http://code.google.com/p/rt-n56u/wiki/HowToConfigureOptware seems 
to suggest that this will work.

Original issue reported on code.google.com by codesmit...@gmail.com on 22 Jan 2014 at 6:40

GoogleCodeExporter commented 9 years ago
Is it not mounted automatically? run "mount", it is probably already there.

Original comment by moonman...@gmail.com on 23 Jan 2014 at 6:01

GoogleCodeExporter commented 9 years ago
Try to check the file system on your drive.

You can see all detailed errors in system log.

Original comment by Dr.Sydorenko.O on 24 Jan 2014 at 3:11

GoogleCodeExporter commented 9 years ago
It works, just differently than I thought. I removed and re-added the drive and 
it auto mounted it to /tmp/mnt/sda1. So I unmounted and manually remounted to 
/tmp/mnt/Content to have a cleaner Samba share name. What I need to figure out 
now is how to have it auto-mount back to the same mount point after power 
outage.

Original comment by codesmit...@gmail.com on 26 Jan 2014 at 1:47

GoogleCodeExporter commented 9 years ago
use labels on hdd volumes (partitions).
http://linux.seindal.dk/2005/06/02/labels-on-ext2-and-ext3-filesystems/

this way the disk will be automatically mounted as /media/YOURLABEL instead of 
/media/AiDisk_xY

Original comment by irher...@gmail.com on 2 Feb 2014 at 5:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
That works great, thanks for the tip!

Original comment by codesmit...@gmail.com on 2 Feb 2014 at 7:51

GoogleCodeExporter commented 9 years ago

Original comment by Dr.Sydorenko.O on 3 Feb 2014 at 12:52