How i find the Mountpoints
#1
Hello people,

im trying the XBMC Live on a USB Stick.


i have five images:
driversamd.img
driversnvidia.img
rootfs.img
initrd0.img
and
ext3fs.img

i want know which mountpoint are available to store data in the xubuntu.

so i look in the /etc/fstab
but there are only tmp mountpoints.

so i look with mount and find only a mountpoint for the usbstick.

where are the images located? is something wrong?

I didnt find anything in the manuel about that

also the forum search i get no input.
first
second
Reply
#2
One of the images should be larger than the rest. This will be the image that is mounted as the rw partition once the OS loads. From the files that are listed there, I'd say ext3fs.img would be what you're looking for. It should be able to be mounted using mount -t ext3 -o loop. I haven't tested this though so it's difficult to say for sure.
Reply
#3
i seen yesterday in the /var/log/messages where mount the loop devices. I think perhaps that is in the kernel...
but i dont know it
Reply

Logout Mark Read Team Forum Stats Members Help
How i find the Mountpoints0