PDA

Bekijk de volledige versie : How to remove old vfat mountpoint /tmp/harddisk



bolino
22-12-2007, 15:37
Hello,

I followed instructions on http://wl500g.info/showthread.php?t=8424
, i.e. post-boot scripts includes "mount /dev/discs/disc0/part3 /tmp/harddisk".
But after each reboot mount-command shows me
/dev/discs/disc0/part1 on /tmp/harddisk type vfat (ro,noatime)

Is there something like 'fstab' with an old entry?

Thanks in advance for help
Bolino

al37919
22-12-2007, 18:03
try to follow Oberguru's advice:
http://wl500g.info/showthread.php?t=12089&highlight=vfat
which is:
1) dd if=/dev/zero of=/dev/discs/disc0/disc count=1
2) repartition + reformat

P.S. I have a strong feeling that dd if=/dev/zero of=/dev/discs/disc0/disc count=1024 could be more appropriate

maxo777
03-02-2008, 08:30
Yes this one is working .. thank you for your addvice ..

added this line

dd if=/dev/zero of=/dev/discs/disc0/disc count=1024

to post.boot and all ok .


thank you .