View Single Post
Old 07-09-2008, 04:18 PM   #3
Adam B.
Addicted to Porting
Adam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the rough
 
Adam B.'s Avatar
 
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
It might be a conflict with the fstab.

If you change /etc/fstab

Code:
/dev/hda1            /mnt/cf              vfat       defaults,iocharset=utf8,sync,dirsync  0 0
to

Code:
/dev/hda1            /mnt/cf              ext2       defaults,iocharset=utf8,sync,dirsync  0 0
It should mount and be viewable automatically.

Edit:

Or change your script to:

Code:
mount /dev/hda1 /mnt/cf -t ext2
sda1 is the USB port.
Adam B. is offline   Reply With Quote