Need help sharing ext3 USB Drive
Forum » Forum / My Book World Edition (white light) » Need help sharing ext3 USB Drive
Started by: The PuppeteerThe Puppeteer
On: 1246549015|%e %b %Y, %H:%M %Z|agohover
Number of posts: 10
rss icon RSS: New posts
Need help sharing ext3 USB Drive
The PuppeteerThe Puppeteer 1246549015|%e %b %Y, %H:%M %Z|agohover

I've successfully managed to partition and format my external drive as ext3, and managed to mount it (as the whitelight doesn't automatically mount it).

I did a reboot and it changed the drive from sdb to sdc, not a major drama.

How do I make the ext3 drive mount automatically, and be shared. Mounting to /shares/Backup does not do the job.

What I am trying to do is to have a 1TB ext3 partition mount automatically, and be accessible via sftp and samba. This will be my backup partition that I want to rsync the main volume to, to maintain an automatic backup of the drive.

I'm still pretty new to linux, so any help, or links would be greatly appreciated.

unfold Need help sharing ext3 USB Drive by The PuppeteerThe Puppeteer, 1246549015|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
david_tre07david_tre07 1246565942|%e %b %Y, %H:%M %Z|agohover

Hello,

This is strange that you drive is not mounted automatically.
Mine is mounted on /shares/usb1-1share1 and is directly accessible with samba and ftp without any action.

Did you try with a USB key ?

unfold Re: Need help sharing ext3 USB Drive by david_tre07david_tre07, 1246565942|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
david_tre07david_tre07 1246566056|%e %b %Y, %H:%M %Z|agohover

Ough perhaps the reason is my key is fat32 ?

unfold Re: Need help sharing ext3 USB Drive by david_tre07david_tre07, 1246566056|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
The PuppeteerThe Puppeteer 1246576579|%e %b %Y, %H:%M %Z|agohover

Yeah, it mounts automatically as FAT32, but FAT32 is no good for my backup purposes. I've got some very large files on the drive that I need to backup.

Also, I've done another reboot, and the drive id has now increased to /dev/sdd1, so it seems to increase with each reboot.

There's no fstab file on this thing and I'm not sure how mtab works (I thought it was automatically updated when a mount command was executed), or how the auto mounting works.

unfold Re: Need help sharing ext3 USB Drive by The PuppeteerThe Puppeteer, 1246576579|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
DryvlyneDryvlyne 1246850008|%e %b %Y, %H:%M %Z|agohover

Nevermind for now…

last edited on 1246851115|%e %b %Y, %H:%M %Z|agohover by Dryvlyne + show more
unfold Re: Need help sharing ext3 USB Drive by DryvlyneDryvlyne, 1246850008|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
andrew_shandrew_sh 1246638280|%e %b %Y, %H:%M %Z|agohover

why don't you format it as ntfs? It can handle large files and it automounts without problems (after you 'echo ntfs /etc/filesystems')
I tried rsync and it works ok with ntfs.
I have another question.
How can I schedule a script that runs rsync every lets say 1 week? Preferably without frater's prep script (because the disk doesn't go to sleep).
I want to create a simple script so that if /shares/usb-share1 exists, run rsync every 1 week.

Thanks

unfold Re: Need help sharing ext3 USB Drive by andrew_shandrew_sh, 1246638280|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
The PuppeteerThe Puppeteer 1246849077|%e %b %Y, %H:%M %Z|agohover

NTFS (formatted from Win XP) works just fine. didn't even need to do 'echo ntfs /etc/filesystems', though I have run frater's prep script. I'm not sure how to set up cron without it though.

unfold Re: Need help sharing ext3 USB Drive by The PuppeteerThe Puppeteer, 1246849077|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
emitremusemitremus 1247453377|%e %b %Y, %H:%M %Z|agohover

I just upgraded the firmware to 10.0016, and try to mount an external 160gb-NTFS, it just shown on USB Disks of storage tab, but not mounted and shared. Haven't run any prep srcipt but did the 'echo ntfs /etc/filesystems', still my external USB drive not shown in shares,
however if i connect a usb-key (4gb-FAT) it does show up automatically, anyone have any clue what should I do to make a NTFS drive automatically mounted and shared ?

Thanks

unfold Re: Need help sharing ext3 USB Drive by emitremusemitremus, 1247453377|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
andrew_shandrew_sh 1247552704|%e %b %Y, %H:%M %Z|agohover

i'm sorry
when I wrote echo ntfs /etc/filesystems , i meant echo ntfs»/etc/filesystems so that if you run 'cat /etc/filesystems' it should return ntfs in the list

last edited on 1247552745|%e %b %Y, %H:%M %Z|agohover by andrew_sh + show more
unfold Re: Need help sharing ext3 USB Drive by andrew_shandrew_sh, 1247552704|%e %b %Y, %H:%M %Z|agohover
Re: Need help sharing ext3 USB Drive
The PuppeteerThe Puppeteer 1247662937|%e %b %Y, %H:%M %Z|agohover

That's strange. My NTFS drive mounted and I could read and write to it, and cat /etc/filesystems doesn't return ntfs in the list

ext3 is on the list, but ext3 drives don't automount.

unfold Re: Need help sharing ext3 USB Drive by The PuppeteerThe Puppeteer, 1247662937|%e %b %Y, %H:%M %Z|agohover
New post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License