Closed GoogleCodeExporter closed 9 years ago
You can change mountpoint name by set volume label (please use latin charset).
Original comment by andy.pad...@gmail.com
on 30 Mar 2013 at 9:04
How do I do that? What us the command to use? I can't access the samba settings
page due to other defect related to AiDisk settings page.
Original comment by Adarsha...@gmail.com
on 30 Mar 2013 at 9:13
For NTFS - please use Win host. For Ext2/3/4 - use tune2fs utility.
Original comment by andy.pad...@gmail.com
on 31 Mar 2013 at 2:44
Thank you Andy! it was just a command away. for the benefit of others, I am
documenting what I did
all commands to be executed in SSH terminal.
1. First see which partition you are interested in
mount
<strong>/dev/sda2 on /media/AiDisk_a2 type ext4 </strong>(rw,noatime,user_xattr,barrier=1,data=ordered)
/dev/sda2 on /opt type ext4 (rw,noatime,user_xattr,barrier=1,data=ordered)
/dev/sdb5 on /media/Others type ufsd (rw,noatime,nls=utf8,sparse,force)
2. Now change the volume label using tune2fs
tune2fs -L NetDrive /dev/sda2
3. Reboot the router
Original comment by Adarsha...@gmail.com
on 1 Apr 2013 at 4:39
No reboot needed - simple safe removal storage, eject and plug.
Original comment by andy.pad...@gmail.com
on 1 Apr 2013 at 12:25
Yeah, for me restart is easier than walking all the way to the router to unplug
the drive and plugging it back :)
Original comment by Adarsha...@gmail.com
on 1 Apr 2013 at 1:31
Anyone know how to change the name of nfsd disk? tune2fs doesn't seem to work
on this type of disk.
Original comment by yus...@gmail.com
on 14 Sep 2013 at 4:11
Original issue reported on code.google.com by
Adarsha...@gmail.com
on 30 Mar 2013 at 7:47