|
2012-02-01
, 05:55
|
Posts: 116 |
Thanked: 44 times |
Joined on Nov 2010
@ Chennai, India
|
#52
|
root umount /dev/mmcblk0p1 fsck -a /dev/mmcblk0p1 fsck 1.41.3.maemo0 (12-Oct-2008) dosfsck 2.11, 12 Mar 2005, FAT32, LFN Seek to 22552772096:Invalid argument
mount /dev/mmcblk0p1 /home/user/MyDocs/ mount: mounting /dev/mmcblk0p1 on /home/user/MyDocs failed! Device or resource busy
|
2013-07-11
, 21:17
|
Posts: 1,424 |
Thanked: 2,623 times |
Joined on Jan 2011
@ Touring
|
#53
|
|
2013-07-12
, 00:54
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#54
|
|
2013-07-12
, 06:13
|
Posts: 1,424 |
Thanked: 2,623 times |
Joined on Jan 2011
@ Touring
|
#55
|
|
2013-07-12
, 11:12
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#56
|
|
2013-07-12
, 11:43
|
Posts: 1,424 |
Thanked: 2,623 times |
Joined on Jan 2011
@ Touring
|
#57
|
~ $ sudo umount /dev/mmcblk0p1 ~ $ sudo fsck -a /dev/mmcblk0p1 fsck 1.42.5 (29-Jul-2012) dosfsck 3.0.12, 29 Oct 2011, FAT32, LFN /dev/mmcblk0p1: 9120 files, 288375/442377 clusters
~ $ sudo mount rootfs on / type rootfs (rw) ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /tmp type tmpfs (rw,noatime,size=1024k) tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755) none on /dev type tmpfs (rw,noatime,size=10240k,mode=755) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k) /dev/mmcblk0p2 on /home type ext3 (defaults) /home/opt on /opt type none (bind) nodev on /sys/kernel/debug type debugfs (0) /opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind) /opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind) /opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind) /opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind) /opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind) /dev/mmcblk0p1 on /home/user/MyDocs type vfat (0)
~/MyDocs $ sudo chmod -R 777 /home/user/MyDocs/ ~/MyDocs $ rm -rf hats/ rm: cannot remove 'hats': Permission denied ~/MyDocs $ sudo rm -rf hats ~/MyDocs $
|
2013-07-12
, 12:52
|
Posts: 1,424 |
Thanked: 2,623 times |
Joined on Jan 2011
@ Touring
|
#58
|
|
2013-07-12
, 13:41
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#59
|
For some reason bootmenu wont work so I am stuck with fsck'ing from a running N900. But again fsck comes out clean.
What is the downside on dumping the contents of MyDocs into a directory on my laptop, fdisk'ing /dev/mmcblk0p1, and then pouring the contents back in.
|
2013-07-12
, 14:29
|
Posts: 1,424 |
Thanked: 2,623 times |
Joined on Jan 2011
@ Touring
|
#60
|
this way solved my problem also