General :: Mounting A CD Image As A User?

Mar 30, 2010

I want to mount a (.iso) CD-image under Linux (I am using Ubuntu). I know that I can do it with mount using the loopback device, but for that, I need to be root. Is there any way to do it with user privileges?

View 3 Replies


ADVERTISEMENT

General :: Mounting A Multi-partition Disk Image?

Nov 16, 2010

I downloaded an raw SD card image that has two partitions. It caused some file system errors when I tried to dd it directly into an SD card. I am not sure if the card is defective or the image. Is there a way to examine this image without writing it to a physical card? Like trying to mount the partitions separately or checking the tables?

View 2 Replies View Related

General :: Mounting VFAT As User In Fedora 14

Jan 27, 2011

I can't seem to mount my local VFAT partition with username ownership; it is consistently mounted as daemon. I've tried to CHOWN and CHGRP the mount point of /media/SHARED (its location), but that doesn't work. I should include the reason in case you have other suggestions that are alternative to changing ownership on the mounted VFAT drive:

In my old Fedora 9, I ran Eudora under Wine. The program lived on my VFAT partition. I could hence run Eudora under both Windows and Fedora, which was really nice - even though I hardly boot into Windows anymore. While I did notice the username and group name were the same as they are under Fedora 14 fstab mounting - daemon - it still worked without a hitch. To note, the partition was also automounted in Fedora 9 in fstab.I just upgraded to Fedora 14. When I automount the drive through fstab, Eudora will not launch. Yet when I manually mounted the drive (and I noticed that the username and group are my local username, not daemon), Eudora launches fine. So while my solution, mounting the drive manually when Fedora 14 starts, does in fact work, it is a bit of a pain. Luckily I don't reboot too often!

In any case, I wanted to see if anyone has any suggestions. Maybe it's just a mounting syntax issue; but as for mounting syntax in fstab, I used the same line as my F9 fstab.The line I used was: /dev/sda3 /media/SHARED vfat umask=0000,dmask=0000,uid=0002,gid=users,users 0 0

View 1 Replies View Related

Programming :: First Image Will Display On The Page, And When A User Puts Their Cursor Over It, Then It Will Load Image 2?

Nov 24, 2010

I have just exported 3 png files out of gimp for a html document I'm working on right now, and they are all almost the same, except I need each to load when the user does something. So the first image will display on the page, and when a user puts their cursor over it, then it will load image 2. When they press it, it loads image 3.

View 1 Replies View Related

Ubuntu :: Mounting HDD Image Of LVM Partition

Mar 13, 2010

I have a dedicated server that Ubuntu 9.04 operating system has been installed on it. Before this dedicated server, I had another server that according to some reasons, it was put aside and I requested my datacenter support team to attach previous server's HDD to my new server in order to transfer its information to the new server's HDD. On the disks of previous HDD, Ubuntu 8.04 LTS OS had been installed and most of its capacity was full, but while I mounted that HDD on the new server, the contents of the primary partition were visible but the contents of the extended partition weren't visible. After some inspectings, I observerd that the extended partition type is converted to LVM. Before this, I didn't deal with this kind of partition. I tried to mount this partition but I failed. I read many articles about this problem and implemented instructions on the HDD but the LVM partition was never mounted that returns many different errors and even I pursued the reasons of this errors but non of these remedies didn't solve this problem. Since the datacenter had determined a specifies time for transfering information. then I had to return the SCSI HDD on the specified time, so I was forced to make an image of the hard disk by "TestDisk" software. I've made that image from the LVM partition which its capacity amounts to 150 GB but still I'm not able to mount the image according to instructions on the different related websitres. Since I'm really dummy in Linux Fle System field, I request you to help me to mount this image or extract its contents.

View 1 Replies View Related

Ubuntu :: Mounting An Offset Within Dd Image

Mar 8, 2011

For instance, using dd, you create an image of a whole hard drive, all partitions. The script then comes and mounts the partition located at offset 63 (or whatever the user picks).I do not see this option in the mount command.No other searches turned up anything meaningful. So I am bowing to the gurus.

View 4 Replies View Related

Hardware :: Mounting ISO Image To Partition

Feb 8, 2010

I wanted to know if it is possible to mount an ISO image to a partition and boot from that instead of a CD or DVD. I know it is easy to do it from a CD but I would like to know if I can also do it this way.

View 3 Replies View Related

Fedora :: Mounting Point Of A DVD Image File In A VM?

Dec 8, 2009

I installed Fedora 12 in a virtual environment using VMware workstation, I am learning a Linux book. 1. The book ask me to change my directory to Fedora 12 DVD's RPM file directory under terminal. It assumes the mounting point for the disk image would be e.g. '/media/dvd/packages/', but if I type in 'cd /media/dvd/packages/' it obviously won't find the directory. So how do I navigate to the directory using CD command, but I guess put it more accurately I will need to find out what is the mounting point of the Fedora 12 DVD image in my VM.

2. I have another question with my root password, I cannot login as root when the VM first boot up, at the login screen where you are asked about your account name and password screen, So I have to use my normal user account (made up by my first name and last name) when I installed Fedora. But I know exactly what my root password is. The weird thing is I can still access to the root account in the desktops windows environment no problem. e.g. if I go to the top bar 'system-administration-authentication' program, it will let me in after I typed in my root password. In other words, I have access to all the admin tools in the desktop environment.

View 10 Replies View Related

Ubuntu Multimedia :: Mounting A Bin Image File?

Jul 16, 2011

is there a way to mount a bin image file? The bin image file contains video files, it's not an executable file.

View 3 Replies View Related

OpenSUSE Multimedia :: Image Mounting Program To Alcohol 120%

Dec 12, 2009

Could someone give me the name of a program similar to alcohol 120%

View 4 Replies View Related

Ubuntu :: Mounting DD Image To Pull Off Individual Files?

Mar 29, 2010

I have a gziped dd image backup of my entire hda drive (osx and ext4 partitions) that I created with the following command:
dd if=/dev/sda |gzip > image032810.gz
Can I mount this image file to pull off individual files from individual partitions?

View 6 Replies View Related

Software :: Mounting ISO Image - Wrong FS Type Error

Apr 4, 2010

I'm trying to mount hg2.iso, the Heavy Gear 2 iso image that I converted from hg2.nrg using nrg2iso, and this is what I keep getting:
Code:
bash-3.1# mount -o loop -t iso9660 hg2.iso /mnt/iso
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try demsg | tail or so

View 7 Replies View Related

Debian :: Mounting .iso Image Versus Extracting Data From .img File?

Feb 28, 2010

I use Lenny, and was trying to mount a .iso image, supposedly a cd imagem.

[code]....

This is what I get from dmesg | tail:

debian:/home/zac/cscd# dmesg | tail
[ 1811.505199] floppy0: disk absent or changed during operation
[ 1811.505207] end_request: I/O error, dev fd0, sector 0

[code]....

I did a little research on the web and it seems that this file is not really a cd image, but simply data in a .img file. What do you think of that?

debian:/home/zac/cscd# file cscd3.iso
cscd3.iso: data

Some people recommend to extract the data via the dd command, but it didn't seem very safe for me to do that!

[URL]

is it possible to extract the data into a directory (instead of a device) using dd? This file is supposed to be a software. I wanted to run it on wine by keeping it mounted on a mount point in my file system. Does it make any sense to try to do this if the file simply isn't a cd image?

View 6 Replies View Related

Software :: Mounting Single Fat32 Partition Inside Full Disc Image

Dec 19, 2009

I have recovered a whole dying hard drive using the command ddrescue, only 8192 byte out of 4.3 gigabyte are unreadable.I have used the command (gnu) ddrescue /dev/sdb DiskImage.img..But unfortunatly this way i have a full-disk image that is not mountable... ( or at least i don't know how to mount it ), and the disk doesn't seem to work anymore that good... ( crack crack crack... ).To see the partitions inside the "big" file, i have used fdisk -l, and damn there is only one partition, but how can i mount the content???

I know i could use photorec foremost or similar software, but since the disc image is almost perfect, i would be able to preserve file names, paths and dates...The last idea would be to mount it as a full-drive image with Virtualbox... But transferring data would be quite annoying.

View 10 Replies View Related

General :: Mounting NTFS With Ntfs-3g And Fuse As A User?

Jan 8, 2011

On a clean install of Arch linux I edited fstab to be like so :

Code:

/dev/disk/by-id/usb-Hitachi_HTS543232L9A300_9002555dd84a21024b000000-0:0-part1 /media/EXT ntfs-3g user,rw,uid=mas,gid=users,noauto 0 0

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?

View 11 Replies View Related

Fedora :: Mounting Other Partitions As User?

Jul 4, 2010

When i use the "Places" menu to try to access the other partitions on the same hard-drive i get a pop-up box asking me for the Root user password. Is there any way to mount it without? The normal user is now in the sudoers group but really i don't think i should be asked for authentication at all?

View 3 Replies View Related

Slackware :: Mounting Device As User In KDE?

Mar 30, 2010

when I login as a user and went to KDE environment, I wasn't able to mount a device because access was denied. What is the best way to achieve this?

View 2 Replies View Related

Fedora :: Mounting 2nd Drive With Permissions For Any User?

Feb 25, 2010

I looked through the guides and didn't find what I was looking for. Here is what I have so far:

[Code]...

That's the drive I am wanting to mount with full permissions for anyone. Right now the folder only has root permissions. Is there a specific group ID I assign this in fstab so it's automatically mounted with full permissions for anyone who logs in?

View 14 Replies View Related

OpenSUSE :: Mounting Hard Drives As User?

Aug 4, 2010

OpenSuse 11.2 64bit When I select a hard drive in Dolphin file manager it asks for the root password. I would like to gain easier access to the drives. The Yast Partition Manager lists all of the drives and has a dialog box to change this i.e. user can mount the drive. Can we change this feature on the run, while the system is running ? The Fstab file is not listing all of the drives, so I cannot just edit the config here.

View 4 Replies View Related

OpenSUSE Install :: Mounting /windows Only For One User?

Jul 23, 2010

I have a dual boot system with OpenSUSE 11.3 and Windows XP. I would like to have OpenSUSE mount the windows drives (C,D,E) only when one particular user logs in, and not be accessible for the other users. I have tried playing with the fstab options (do not mount at startup + user can mount, creating a new user group 'mounters' and replacing the 'users' in th the fstab line with 'mounters' etc.) but this is not doing what I want.

View 7 Replies View Related

Fedora :: Seagate USB Drive Not Mounting With User Rw Access?

Jun 25, 2010

by default fedora 13 mounts the drive under /media/uuid, with no read or write access to users other than root. I need to be able to turn the drive on, have it automount so that I can read and write to it without logging in as root every time and dealing with changing permissions on files, etc.

In other distributions, this has worked flawlessly, but I'm not familiar enough with Fedora 13 yet to get it working. I've read the man pages, tried to search, but I can't seem to find a working answer,If I could get this one little inconvenience fixed, I'd be set... loving Fedora so far.

View 2 Replies View Related

Ubuntu Installation :: Mounting Partitions As User Rather Than Root?

May 20, 2010

I'm having a problem mounting a vfat partition using fstab... If I don't use fstab and mount it manually, everything works fine. But if I add a line to fstab, it will mount, but will have root permission only - so I can't write to it. can mount another partition (ext4) through fstab and everything works fine. Just not sure why there's a problem with the vfat partion. Also, if after mounting it through fstab I try to unmount it, it gives an error saying only root can unmonut it.

View 2 Replies View Related

Networking :: Mounting Cifs As User - Permissions With SUID Bit?

Jan 11, 2010

I have looked at a LOT of forum posts and other sites trying to solve this problem but I have had no luck. I've seen the following:[URL].. I have an entry in my fstab that lets root mount a samba share on a Windows Server 2003 machine and gives users full read/write access to the share. The fstab entry looks like:

Code:
//servername.net/share /mnt/share cifs rw,user,umask=000,username=someuser,noauto,file_mode=0777,dir_mode=0777 0 0
However, when a normal user tries to mount the share they get one of two errors:
1. If I have /sbin/mount.cifs set to 777
Code:
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
2. If I have /sbin/mount.cifs set to +s

Code: mount error: permission denied or not superuser and mount.cifs not installed SUID Does anyone have any suggestions as to how I would go about getting a user able to mount this samba share?

View 1 Replies View Related

Red Hat :: Mounting Network Drive Under A User's Home Folder, Possible?

Apr 25, 2011

This is the command I tried using:Code:mount -t cifs //NAS1/reports /home/user/public_html/reports -o rw,umask=0338,uid=587,gid=584,username=admin,password=passwordIt looks like the user can't access the files on the NAS drive. Is there any way to do this?

View 6 Replies View Related

Debian Hardware :: Mounting Drives As Normal User - GUI Apps

May 13, 2015

I have two internal partitions that I auto-mount at startup using fstab. This works fine & I can unmount/mount as a normal user no problem in the terminal (umount /dev/sdb1) but using thunar (or nautilus) I receive a message saying "not authorised to perform operation" (I use the DWM window manager, in gnome it pops up with a password prompt).

If I open thunar as root then I can mount/unmount.

The strange thing is I can mount/unmount usb sticks or mtp devices as a normal user no probs from thunar! So, I'm assuming it must be my fstab that's the problem?

Code:

Select allLABEL="DebianLive"             /                ext4    errors=remount-ro    0      1
/dev/sda6                      none             swap    sw                   0      0
/dev/disk/by-label/Vault       /media/Vault     ext4    users,auto,exec      0      0
/dev/disk/by-label/LiveJob     /media/LiveJob   ext4    users,auto,exec      0      0

This used to work fine on my wheezy install, only started having problems when I switched to Jessie ....

View 4 Replies View Related

OpenSUSE Install :: Mounting Encrypted Partitions As User Not Root?

Mar 21, 2011

there is a way to mount, encrypted partitions as a normal user and not as root so that i may copy files into it using the file manager itself? even in the case of normal partitions other than /home, i can't seem add any data in them. the mount points i used are seperate directories within the /home partition?? also, is there a way to create partitions in such a way that it can be accessed, just as how windows partitions are accessed in linux?

View 9 Replies View Related

Ubuntu :: USB Devices Not Mounting When Switching Users / Logging On With Different User

Feb 28, 2010

I have an external USB drive that is NTFS. It mounts fine under my account and my wife's, but only if I fully shut-down the computer between switching. While switching users or logging out then in with a different account it will not mount the drive. I am not sure what to do... but we both access data from the same drive.

View 2 Replies View Related

OpenSUSE Network :: User Parameters Don't Work Mounting CIFS Share?

Nov 18, 2010

I need to mount a windows share on my OpenSUSE 11.3. I get it using the mount.cifs command (by itself or using cifstab), but only root can rw file. I try the uid/gid parameters (also using forceuid) and the file_mode/dir_mode parameters, but I get the same behavior: all files and directory with rwxr-xr-x permissions and root/root (user/group). I read the whole section FILE AND DIRECTORY OWNERSHIP AND PERMISSIONS in man mount.cifs but nothing works.

View 9 Replies View Related

Ubuntu Networking :: Mounting Samba Shares On A Box With Multiple User Accounts?

Jul 29, 2010

I setup samba file sharing to auto mount in fstab. Everything works great except when a computer has more than on user account.

The folders in mnt are owned by root and ownership changes to the first user account no matter what user logs in. So only the first user can edit files in the mounted share.

Anyone got a clue why this is happening? Seems the mount folders should be changing ownership to the user that is logged in.

View 2 Replies View Related

Ubuntu :: Edit Options To Force Mounting With Write Permission To User?

Dec 29, 2010

I am digging the forum through and cannot find the answer. My problem is, the usb hard drive when plugged in get automatically mounted what is great. Unfortunately I get only read permissions, while need write too.There are no any entries in fstab, so I do not know what does handle automounting and how to edit options to force mounting with write permission to user (root obviously can write). Are they hald options or any other app does this? Where to edit them? The drive is not permanently ON, just switch it when need, so it has to work every time I put it on.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved