I thought the system was supposed to get through the early stages of booting without /usr so I moved it to a filesystem on my zfs-fuse pool, and created a symlink from /usr to /media/zfs/usr
On reboot it would not boot. Hitting esc to see the messages showed network-manager, avahi-daemon, and squid all failing to start (the first two before the ZFS mount success message came up, the other one after). The system was doing nothing.
Somehow, however, the system was still able to boot into the root shell of recovery mode, which I used to out /usr back on the main ext4 partition and now it's booting fine.
Should this be something I'm able to do? Are there specific parts of /usr I need to leave? Should I try to figure out how to make ZFS mounts happen even sooner than whatever the zfs-fuse package defaults to?
I've been trying to mount ftp on a directory, using curlftpfs, but when I run:
Code:
curlftpfs user:pass@server /mnt/mount-point
I get the error:
Code:
fuse: device not found, try 'modprobe fuse' first
And when I run it, I get:
Code:
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/. FATAL: Could not load /lib/modules/2.6.32-dyomin.1/modules.dep: No such file or directory
Code:
mknod /dev/fuse c 10 229
After that when I run the mount command ) get the error:
Code:
fuse: failed to open /dev/fuse: Operation not permitted
I have OpenSUSE 11.2 KDE edition. I download TrueCrypt 6.3a from TrueCrypt - Free Open-Source On-The-Fly Disk Encryption Software for Windows 7/Vista/XP, Mac OS X and Linux - Downloads (openSUSE - x64 (64bit) .rpm). The first problem that I encountered was dependencies; first I installed fuse using YaST then I installed the rpm file. but when I try open a volume, TrueCrypt gave me Code: fuse: device not found, try 'modprobe fuse' first. So I issue in Terminal that command but I see this error:
Code: FATAL: Could not load /lib/modules/2.6.31.5-0.1-desktop/modules.dep: No such file or directory I googled and search the forum but didn't found anything. So I thinkg only I have this problem.
Recently upgraded to F12. K3B can't burn DVDs. Drive was working fine in Fedora 10 before the upgrade, and I've applied all updates.
Here is the output when run from console:
Code:
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/SlowCoder/.gvfs Output information may be incomplete. (K3bDevice::HalConnection) unlock queued for /org/freedesktop/Hal/devices/storage_model_DVD__RW_GA10N First sec data area: 43:41:33 (LBA 196608) (402653184
sometimes i edit files in a remote server. i normally mount the remote drive via sshfs and edit a configuration file or two and some text files using gedit. after i upgraded to 10.04 i cannot save the files that i edit anymore. i can rename the file. but the weird thing is that i cannot save the file after i edit it. one of the files that i was editing is crontab.
I have the gvfs-fuse package installed, and if I understand it correctly it should make GVFS mounts appear in ~/.gvfs.
However it doesn't, when I mount something with GVFS (e.g. my Canon digital camera using PTP), I can only access the files from Nautilus, not from command line.
I am interested in working with zfs fs's and I am looking for tutorials on the subject, I am working with the Centos distro, can you send some links my way.
I have a very specific requirement outside the typical use case of "enterprise server". If possible, I need to run a FUSE filesystem on a headless server, and share it via Samba.Physical security is a non-issue.I see two challenges with this, that Google and I have been unable to figure out: I'm assuming that in order to mount a FUSE system, a user must be logged in. (Hence the "U" in "FUSE".) So the first challenge is how to get Ubuntu to automatically login, on the physical console, to a user terminal session. (I know this can be trivially done in GNOME, but this won't have X-Windows or GNOME installed.) This has to happen automagically after boot-up; manually logging in locally or via SSH isn't an optin.Second challenge (?), how to share a FUSE file system via Samba?
I need to install fuse on a debian server with kernel 2.6.9-67.0.7 that doesn't have fuse support included, and I don't know where to get it, I've found some over the internet but rpm and I would like tar gz or something like that.
I am looking for a way to do deduplication for my Virtual Machines, I found a project called OpenDudup. It looks promising, it says it needs fuse as a dependency. After looking up what fuse is, it left me with another question. What make a file system is user space different from a file system in kernel space?
i want to mount ntsf partition in rhel5 As per instructions in the net i downloaded fuse rpmsbut i am not able to instlal kdml?rpm -ivh fuse-kmdl-2.6.18-194.11.3.el5-2.7.4-8_12.el5.i686.rpmgettting the following error:
Missing Dependency: /boot/vmlinuz-2.6.18-194.11.3.el5 is needed by package fuse-kmdl-2.6.18-194.11.3.el5-2.7.4-8_12.el5.i686 (/fuse-kmdl-2.6.18-194.11.3.el5-2.7.4-8_12.el5.i686)
After yum installed me fuse-ntfs-3g-2009.11.14-1.el5.rf.i386 I noticed that on one NTFS partition directories created by a normal user were writable only by root, although the user's umask was correct (0022; actually the files had root as group owner).I have a second partition mounted with exactly the same options in /etc/fstab where this problem did not occur.
I have a program that can create a fuse. For that i have to specify a mount point , like mono ccfs /mount. But how will I make /mount to be a fuse mount point? I donno whether my question sounds right or makes sense. But I want to create a fuse mount basically to provide it to the program. I dont hv any device or fs to mount initially .
I have installed three flavors of linux on vmware 1.rhel5 2.centos 5.5 3.fedora 14 and also install centos 5.5 on a separate hard disk (not on vwware).
I want to mount my pen drive on linux which is ntfs. I have tried a lot on rhel5 only. Please tell whether it is possible mount ntfs on any distributions I have mentioned above? I have already installed fuse, fuse-devel, fuse libs, ntfs-3g, ntfs-3g libs on rhel5. But I still got error: "fatal : module fuse not found" "ntfs unknown file system"
I'm trying to install s3fs but get a configuration warning saying that the current version of s3fs requires fuse 2.8.4 or greater. when I run pkg-config I see that fuse is 2.7.x.I downloaded the source for 2.8.5, configured, make, make installed and it appears to have correctly built the 2.8.5 libraries in /usr/local/lib but after running 'modprobe fuse' and ldconfig with the correct directory settings, pkg-config still says that 2.7.x is the active version and the s3fs configuration see barks about needing 2.8.4 or higher
How do I get the newly compiled version of fuse to be the one the system uses?I want to use s3fs to rsync my sever to Amazon S3.I'm running CENTOS 5.5 i686 standard and have cPanel installed on the machine.
I'm trying to mount a remove filesystem onto my own server. I am able to do this, however I can only access it as root, or if I chmod 777 the lot. Obviously I want to be as secure as possible, so I'd like to avoid either one of those options. Another option is to mount it directly into my home directory, but previously when I was trying out Ubuntu this caused Samba problems - and I was advised mounting in my home dir was a workaround rather than a proper fix.
I have root access with sudo on my own server. I've not set a root pasword, and until I need to I'll avoid it. I have a user account with full control over my own home directory on the remote server. I am mounting using fstab - sshfs#username@remoteserver:/media/sdk/home/username/ /media//remote/ fuse user,idmap=user 0 0
What I would like to do is without changing the permissions on the remote server change the permissions when they are mounted on my own server. I would like them to be in the group sambausers for example. Instead they are owned by root and in the group of 1024 (which I have not set). Additionally for this to work they would have to have 770 on my home server and 700 on the remote server....
I keep getting messages that I need to update fuse gnome-screensaver and gnutils security updates. However, everytime I try to update either by YAST Online Update or the toolbar icon, it fails to update. The message is that can't remove fuse, gnutls, etc.
I just noticed the iFuse project, which aims to create fuse support for iPod Touch and iPhone. I also found an openSuse repository from which to download it, but I'm not too sure if I know how to use it. Any hints on how to test fuse mounts?
I have created a new file system (fuse) which works fine and is mounted in the local host. I want to be able to mount it from another host. I added it to /ect/exports: /mnt/ltfs *(rw,sync) And restarted nfs. Then from my client host I type:
mount -t nfs myHostName:/mnt/ltfs /mnt/data1
Where /mnt/ltfs is on my local host and /mnt/data1 is on the client host. Note that this is a "FUSE" file system so here is it's local "mount" output: ltfs on /mnt/ltfs type fuse (rw,nosuid,nodev,default_permissions,allow_other) Note thet this is of type "ltfs" but I am told that it should work like its a nfs. ltfs uses fuse under the covers.
I followed the steps in the wiki shown here: [URL] But when I try to mount an ntfs drive I get an error insisting the fuse module isn't installed. I try to modprobe fuse and it says there is no fuse module.
Yum confirms that : Package fuse-2.7.4-1.el5.rf.i386 already installed and latest version Package fuse-ntfs-3g-2009.4.4-2.el5.rf.i386 already installed and latest version Package dkms-2.0.20.4-1.el5.rf.noarch already installed and latest version Package dkms-fuse-2.7.4-1.nodist.rf.noarch already installed and latest version Package kernel-xen-devel-2.6.18-128.1.10.el5.i686 already installed and latest version
I tried ntfs and ntfs-3g but the result is the same I can mount root but I would like to be able to mount as a user. When I try to mount as a user I get
Code:
Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated FUSE support and make it setuid root. Please see more information at [URL] Before installing ntfs-3g I was able to mount as a user but there was no rw permission. Any way to mount an ntfs partition as a user without suid as the message said?
I have searched various forums and only found advice in the most complicated of cases such as dual boots and multiple hard drives.
I have a simpler question.
Currently I have a Dell GX280 with an ATi graphics card which I am using as a media centre. I will soon be moving the hard drive this to an NVIDIA Ion Atom based system. Can I just move the hard drive? Should I uninstall the ATi graphics first?
I have installed Ubuntu 9.10 Server on a flash based USB memory stick, so I wanted to move /var and /tmp to a partition on a hard drive (one partition with both /var and /tmp and symlinks from / to those). I read this guide here [URL].. but it failed after restarting the server. I then found out that ubuntu must have /var/run on the root file system [URL].. so that was why it did not work.
My workaround for this was to create /var and /var/run on the root file system, mount my partition to /var and then symlink /tmp to /var/temp. It now works as I wanted, both /var and /tmp on the same partition. But is there a better way to solve this? Can there be any problems with /tmp->/var/temp?
I'd like to move Ubuntu to my internal HDD. It is 500GB. Currently, only XP is on there. I'd like to divide the partition in two. That way I've got 250GB for each OS and then my additional 250GB external.
I have never done such a thing, with a windows box nor linux, but i just got a new hdd. And at the moment i have 2 HDD in my pc adding up to 1tb. a 750 and 250.
Just got a 350 from a friend and now i dont know what to do. This case can only fit 2 drives, so i want to get ridd of the 250 in exchange for the 350. Only problem is, i have a dual boot, windows on the 750 (bad idea -_-) and ubuntu on the 250. I need to move ubuntu from the 250 to the 350. I was hoping i could keep all my files intact and what not, maybe clone the drive? but then how do i compensate for the added memory?
If worst comes to worst, ill just wipe the 250, and reinstall ubuntu on the 350. only problem with this method is i dont know whats going to happen with the grub configuration. Will it still be fine with grub? or do i have to reinstall or modify grub?