General :: Ubuntu - Mount Ftp Host In File System?
Nov 29, 2010
I tried curlftpfs and can copy files etc., but opening media files in totem or vlc fails with read errors.I'd try to use gvfs-mount instead, but don't know how to pass an option similar to custom_list="LIST" which tells curlftpfs to use LIST instead of LIST -a.
View 1 Replies
ADVERTISEMENT
Feb 16, 2010
I've for quite a while been going forward with making my own linux system with a purpose of being USB bootable. A lot of it has been taken from LFS and molded to my needs. The purpose of this is to, most of all, learn. My aim is to have a small linux system, bootable on most systems and able to run burnintest in textmode. This will be run of a vfat formatted pen drive with syslinux. The rootfs is run from a ext2 image file. My current image is bootable and is able to run burnintest, I do however still have some polishing to do.
I began this project by using uClibc and my image would be tiny enough to be run from a single initrd (20mb ~). What I didn't consider is the fact that burnintest is pre compiled using glibc, so had to re-do everything with a different c library.. After doing this I realized i no longer would be able to boot simply from ram as loading ~80mb to ram takes quite a lot of time during boot. I'd really like to keep the rootfs in an image file for easier management and I so far haven't found a way to mount this roofs image.
View 1 Replies
View Related
Sep 3, 2010
I am trying to share directories between two F12 machines on a local network with a router box doing DHCP because not all machines on all the time. Web access is fine and local ping and ssh works but telnet doesn't. I have never succeeded doing mounts. So I have been searching for things to fix the above and have just tried rpcinfo. If I do this :
rpcinfo -p 192.168.2.2 it gives rpcinfo: can't contact portmapper: RPC: Remote system error - No route to host. Does that suggest that actually there is an installation problem? So I tried "yum provides portmapper" and that gives "No Matches found".
View 14 Replies
View Related
Apr 6, 2011
I am getting an error while booting my linux system: Can't mount root file system.Boot has failed, sleeping forever.OS is Red hat enterprise linux 6, With Intel P4, 1 GB Ram, 120 GB IDE hdd seagate. it was working fine from last 4 days. from today morning this is giving error. only mysql & apache is installed in it.
please suggest is there any way to repair the root & boot volumes. waiting for valuable reply.
View 2 Replies
View Related
Feb 17, 2010
how can i mount ntfs file system in linux
View 3 Replies
View Related
Jul 15, 2009
I'm trying to mount a second hard drive as a ext3 (rw_acl,user_xattr). I type the ff.:
# mkfs.ext3 -c /dev/sdb1(it seems to create a file system from this 2nd HD)
then type:
# mount -v /dev/sdb1 / type ext3 (it seems to mount it)
But when I check the ext3 systems with typing:
# mount -t ext3 (to check the list of ext3 devices, it gives me this)
/dev/sda1 on / type ext3 (rw,acl,user_xattr)
/dev/sda2 on /home type ext3 (rw,acl,user_xattr)
/dev/sdb1 on / type ext3 (rw)
How can I make /dev/sdb1 on type ext3 as (rw,acl,user_xattr) as the others?
View 11 Replies
View Related
Aug 28, 2010
Is there some file in Linux that enumerates and describes mount options for file systems like /etc/services describes ports?
View 2 Replies
View Related
Mar 15, 2010
I'm dual booting with Windows 7 and would like to have my windows 7 user folder mount when I boot.
After some looking around I edited /etc/fstab to add the following line:
This works. But it mounts the windows partition from the root level. I'd like to just mount C:UsersFHSM (/Users/FSHM) to /mnt/windows.
I'm trying to get it so that when I click on the windows drive I get my windows user folder instead of having to click through from C: to get to it.
I'm the only user on this system but if I created a second windows user would my home folder mount for that person too or does setting the user ID prevent that from happening?
View 2 Replies
View Related
Mar 23, 2010
I had a drive that kept kernel panic'ing so my data center recommended using the spare hard drive to reinstall OS on, and import the data from the old drive. (they checked the hardware, it wasn't the hardware) The new install is done, and I need to mount the old drive and get backups off it since my data center does not provide management whatsoever.
It's the same OS on both (Cent OS 5.4 32-bit) I'm an advanced user on windows, but linux gets me. I can ssh in, do basic stuff like setup IP ranges and restart services. I normally navigate the box through SFTP so I have a gui. WHM shows me my drives as such
Found Disk: hda
Found Disk: sdb
so I'm assuming SDB is my old drive and the drive I need to access. I attempted to follow instructions on
cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/
but I'm assuming FreeBSD would work differently and I wasn't totally sure what the labels of the file systems should be.
View 1 Replies
View Related
Aug 8, 2011
hen i try to mount Cruzer Blade 16GB on Ubuntu Im told that "Unable to mount 16GB file system Not authorized.@
View 15 Replies
View Related
Apr 6, 2011
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.
View 1 Replies
View Related
Oct 6, 2010
I want to simply mount an ext4 file-system onto a normal mount point in Ubuntu (/media/whereever), as read-writable for the current logged-in user, i.e. me.
I don't want to add anything into /etc/fstab, I just want to do it now, manually. I need super-user privileges to mount a device, but then only root can read-write that mount. I've tried various of the mount options, added it into fstab, but with no luck.
View 3 Replies
View Related
Mar 7, 2010
I have a problem, I'm trying to make my own LiveCD, but I can't mount compressed SquashFS file system. Here I give you my limited LiveCD version... If somebody would take a look [URL]
View 5 Replies
View Related
Dec 23, 2010
The scenario like this. I'm working on Ubuntu 10.10. I've enable samba sharing with full guest access enable. In my office I had another server (CentOS 5.5) installed just for me and I've created a Apache VirtualHost which root document pointed to share folder on my comp
This is my fstab setting
//my ubuntu computer name/sharing/www /media/www cifs context=system_ubject_r:httpd_sys_content_t:s0,username=username,password=******,iocharset=utf8,fi le_mode=0777,dir_mode=0777 0 0
After label the mount folder as httpd_sys_content_t the Apache web server working in correct way (duno much but at least it can index files and excute some php code so) then the troll come in : if some file was created by my ubuntu (personal comp) then the file would be listed in Apache virtualhost correctly.
But if I'm ssh to CentOS server goto /media/www which was mounted to my unbuntu computer. Then type command like $mkdir something Suprising that folder ./something could not be accessed by Apache anymore except I remount by umount and mount it again or "setenforce 0" What is wrong with my system can anyone point me out of this headache
View 1 Replies
View Related
Jan 3, 2010
I installed Ubuntu a few days ago and its been working fine untill I got home today and It wont boot. It comes up with the boot manager to select what OS I want to load but when I select ubuntu it says "Mount of filesystem failed." ,"A maintenance shell will now be started". Then it just goes to command line with "root@user:"Any ideas why It won't boot properly? It also says control-d will terminate this shell and try again, but to no avail it just returns the same error.
View 8 Replies
View Related
Jan 28, 2010
When I try to boot into Ubuntu I get this error message:t of filesystems failed.3d82d6-5dcb-494b-b2f0-fe9f157e9430Any ideas on how to fix it? I have a duel boot with XP and Ubuntu 9.10.
View 9 Replies
View Related
Feb 9, 2010
have been using karmic studio for around a month now, and have been recently experiencing some boot issues where 1 of 3 things are happening;1) failed to mount filesystem, where maintenance shell is initiated2) insert boot media and press any key to continue3) i get to log in and everything looks ok until i click the application menu, where nothing appears and all logos (shutdown/log off etc) appear as red crosses
View 9 Replies
View Related
May 6, 2010
I am using mount.cifs to mount a remote samba share (both client and server are Ubuntu server 8.04) like this:mount.cifs //sambaserver/samba /mountpath -o credentials=/path/.credentials,uid=someuser,gid=1000.I mounted a user from local system with username and password with mount.cifs but the problem is that the user is part of multiple groups on the remote system and with mount.cifs I can only specify one gid. Is there a way to specify all the gids that the remote user has?
Mount the remote samba with multiple groups on the local system?Browse the mount from 1) with the terminal since I want to pass some files from samba as arguments to local programs.which runs through gvfs; but the newer gnome does not write to disk the ~/.gvfs anymore so I can't browse it in terminal. And the last solution would be NFS but that means that I have to synchronize the uids and gids on the local system with the ones from the server.
View 1 Replies
View Related
Jan 23, 2010
i have installed ubuntu in my laptop,heres wat i didformat the drive and set 80g for /, 237gig for /home and 3gig for swapi have successfully installed it, i immediately look for updates and installed it.the update was successful, i restarted it then i installed nvidia driver.. and other applications i need like netbeans, mysql, cheese, sun jre and jdk..after those installations i have restarted my laptop but it wont boot my ubuntu and displays this message
Code:
Mount of File System Failed.
A maintenance shell will now be started.
[code]...
View 2 Replies
View Related
Feb 23, 2010
I have had this problem since yesterday, I've looked around at previous archives, but I can't seem to find anything that works. When I boot up, the screen gives me the following prompt:
Code:
Mount of root filesystem failed.
A maintenance shel will now be started.
CONTROL-D will terminate this shell and reboot the system.
Give root password for maintenance:
[Code]....
View 9 Replies
View Related
Jun 12, 2010
I switch on the PC and it loads the Grub splash screen. However, it does not automatically boot the top entry after two seconds as it's supposed to and just hangs. I hit entry to boot it and it attempts to but after a few seconds gives me the error "unable to mount file system....a maintenance shel will be started" Where do I go from here? to figure out whats going on?
View 8 Replies
View Related
Jul 30, 2010
Howto mount HTFS (SCO Unix file system) under Ubuntu?
View 3 Replies
View Related
Apr 1, 2011
I started up my computer and this is what it said: Mount of file system failed.A maintenance shell will now be started.CONTROL-D will terminate this shell and re-try.root@Gifted:~#The only part I recognize is the name of my computer; Gifted
View 9 Replies
View Related
Jan 16, 2011
new partition is sda or,hda i bit confusing here
my system ------------------
/dev/sda1-c drive
/dev/sda5 -d: drive
/dev/sda6 -ubuntu 10.4 partition
--------------------------------------
which partition do i need to make tell me the commands for ubuntu 10.4
i tried 'fdisk /dev/sda3' but it is show unable to open,thing is iam confusing my quetion is i want mount one file system with name hda5/other to this new partition 'mke2fs -v /dev/[xxx]'---command for to mount file system xxx(here hda5) to that (new partition) partition
how to do
View 2 Replies
View Related
Feb 5, 2011
Iam using rhel 5.1 and when i connect external harddisk and mount it getting below error:
View 1 Replies
View Related
May 4, 2010
Trying to mount my NTFS file system (portable hard drive) so that is can be recognized by a program I have installed in wine (seagate manager). I've tried to change the mount point for the drive to /home/.wine/c_drive but that doesn't seem to do the trick, and messing around with the fstab file just results in error messages when I try to mount/unmount the drive.
who to change the mount point properly? /dev/sbd1 is my partition.
Either that or does anyone know how to configure wine so that it will find my drive? I've tried adding an e: drive to the drives tab and mapped it to mediaSimons' Seagate (partition label), but that doesn't seem to do the trick either.
View 1 Replies
View Related
Nov 26, 2010
I am pondering a reinstall of a freshly installed Ubuntu; I may or may not take that drastic step.However, I have partitioned my drive to include a 16-GB partition labelled "Ubuntu-tmp", in my case /dev/sda7, with the intent of mounting that file system as /tmp. Depending on how I decide to go about the reinstall I need an answer to these questions:If I reinstall: Is it possible to designate /dev/sda7 to mount as /tmp during the installation process?If I cannot designate the mounts at install time, or if I opt not to reinstall: I can't really empty the /tmp directory in the root in order to properly use it as a mount point for [the file system on] /dev/sda7; many files in there are still in use by running processes. So how can I clear the /-mounted /tmp directory and assign it to /dev/sda7?
I have attached a screen shot of gparted to illustrate my layout scheme.The gparted manual suggests I select the partition, click [Partition]->[Mount]. Of course, my gparted drops a menu with [Mount] is absent and an [Unmount] option is greyed out.This raises a question of how I am going to mount /users and /var in their intended file systems (/dev/sda8 and /dev/sda9, respectively), because the [partition] menu looks the same for these partitions as well.
View 5 Replies
View Related
Jun 22, 2010
When i boot my node-machines they are stuck in (initramfs) after showing the following error:
Gave up waiting for root devices.Common problems:
- Boot args (cat /proc/cmdline)
- Check root delay (did the system wait long enough)
[code]...
View 1 Replies
View Related
Jun 22, 2010
how to mount ext3 file system with direct i/o.on AIX has dio mount option to use direct i/o and solaris too.
View 2 Replies
View Related
May 9, 2011
I am a bit of a n00b when it come to linux but I am setting up a test environment were I have a appliance monitoring network traffic. Part of my test requires me to copy a file via RCP from one host to another host. I have two ubuntu boxes. I have allowed the subnet in the etchost.allow for ALL. I have installed rsh-server
When I try to copy the file it looks like it tried to use SCP instad of RCP because it connects to 22 instead of 544. Also note that traffic must be unecrypted thus me trying to use Is there anyway to make ubuntu go old school to allow me to use rcp instead?
Code:
testuser1@ubuntu:~$ rcp /home/testuser1/test.txt testuser1@10.46.41.38:/home/testuser1
ssh: connect to host 10.46.41.38 port 22: Connection refused
lost connection
testuser1@ubuntu:~$ rcp
usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[Code]....
View 3 Replies
View Related