Re: [CentOS] mounting filesystems with blocks larger then 4k over a loop device

2007-11-12 Thread Ruslan Sivak
Ruslan Sivak wrote: So I'm playing around with S3 and elasticdrive, and I create a filesystem on it with a block size larger then 4k. mkfs.xfs -b size=8k /mnt/ed5/ed0 -f This completes fine and sets up the proper filesystem. When I try to mount it, however, I get: mount /mnt/ed5/ed0 /mnt/ed

[CentOS] mounting filesystems with blocks larger then 4k over a loop device

2007-11-12 Thread Ruslan Sivak
So I'm playing around with S3 and elasticdrive, and I create a filesystem on it with a block size larger then 4k. mkfs.xfs -b size=8k /mnt/ed5/ed0 -f This completes fine and sets up the proper filesystem. When I try to mount it, however, I get: mount /mnt/ed5/ed0 /mnt/eds35/ -o loop moun