--- In "PeterElliot" <> wrote:
>
> --- In "bibhu" <bibhu_420@> wrote:
> >
> > am new to linux.. But before the experts come to your rescue
> > Try mount -t vfat
> > --- In "cspin_2001" <spinellic5@> wrote:
> > >
> > > I read in the TS-7260 manual that the SD & compact flash cards
> must
> > be
> > > formatted as EXT2.
> > >
> > > Is this still the case (The manual I have was written in 05/
> 2006)?
> > >
> > > If not how do I mount the SD card as VFAT or FAT formatted card
> on
> > the
> > > TS-7260.
> > >
> > > Thanks
> > > Charlie
> > >
> >
>
> Also, make sure the fat and vfat modules are loaded using 'lsmod' to
> check. If they're missing - as they are not loaded by default - use
> insmod fat followed by insmod vfat.
>
> To mount the device use mount -t vfat 'source' 'mount point' as
> stated above.
>
> PJE
>
I'm going to jump in here rather than start a new thread
I've got my sd card to mount using the command:
mount -t vfat /dev/sdcard0/disk0/part1 /mnt/sdcard
but I'd like to add it into my /etc/fstab. I have had no success at
all with this. my fstab line is :
/dev/sdcard0/disk0/part1 /mnt/sdcard vfat defaults 0 0
when I try a mount -a it fails with the message "mount: Mounting
/dev/sdcard0/disk0/part1 on /mnt/sdcard failed: No such file or
directory" This confuses me because I know both my mount point and my
device are present and my ability to manually mount them means that
they are configured correctly.
oh and I have checked that I am not trying to mount an already mounted
device.
Anyone have any advice?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|