April 13, 2009, 02:27:43 pm
News:
  Pages: [1]
Author Topic: Does Arizona support ext3?  (Read 541 times)
osdrules
Newbie

Posts: 2


« on: September 12, 2008, 04:01:24 pm »


$ mount
rootfs on / type rootfs (rw)
/dev/root on / type cramfs (ro)
devpts on /dev/pts type devpts (rw)
proc on /proc type proc (rw,nodiratime)
tmpfs on /mnt/tmpfs type tmpfs (rw)
sysfs on /sys type sysfs (rw)
/dev/mtd5 on /mnt/OSD type jffs2 (rw,noatime)
/dev/hda1 on /mnt/tmpfs/mount_CF-card type ext2 (rw,noatime,nogrpid)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda1 on /mnt/tmpfs/mount_USB type ext2 (rw,noatime,nogrpid) <<<<<   This is actually ext3


Is there anyway to make this mount as ext3?  I tried adding it to the /etc/fstab, but it did not work.  I am wondering if Arizona supports native ext3 USB drives?



thanks!




 
Logged
greyback
Administrator
Hero Member

Posts: 1255


« Reply #1 on: September 13, 2008, 03:23:31 pm »

Hey,
OSD does support ext3. ext3 is just ext2 with journalling. I'm not sure if it is Busybox being lazy and not displaying the ext3 support, or the journalling is turned off (which doesn't do harm usually).

You could try mounting it with
Code:
mount -t ext3 /dev/sda1 /mnt/tmpfs/mount_USB
yourself (making sure the /mnt/tmpfs/mount_USB directory exists & is not mounted already before you try)
-G
Logged
  Pages: [1]
Jump to: