vfat filesystem support from inside VE [message #25131] |
Fri, 14 December 2007 22:54 |
ipcop1965
Messages: 2 Registered: December 2007
|
Junior Member |
|
|
I saw that from inside VE there is support to mount the following filesystems:
[root@VE123 /]# cat /proc/filesystems
ext2
ext3
nodev rpc_pipefs
nodev autofs
nodev proc
nodev sysfs
nodev tmpfs
nodev devpts
I'd like to add support for vfat filesystem in order to mount an external Iomega USB disk which I provided to VE by means of --devnodes option of vzctl:
[root@VE123 ~]# fdisk -l /dev/sda
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 60801 488384001 b W95 FAT32
Is there any way to do that?
Many Thanks
FC
|
|
|
|
|
|
|
|
|
|