Displaying 3 results from an estimated 3 matches for "sdcx".
Did you mean:
sdc
2017 Jun 22
1
CentOS 6 and crypttab
Folks,
I have an issue: I've gotten that drive that I posted about the other
day encrypted, and things were looking good... until there was a
problem with another RAID attached to the box, and I wound up having to
reboot.
What had been /dev/sdb came up as /dev/sdc. So... is there any way
other than using /dev/disk/by-uuid/<uUUID> as the second field in
/etc/crypttab to deal with
2009 Jan 21
1
help with udev rules needed
I am migrating from Fedora 8 to CentOS 5.2
I have usb dvd
On F8 I have /etc/udev/rules/00-my-custom.rules
BUS=="scsi", SYSFS{vendor}=="TSSTcorp", SYSFS{model}=="CDDVDW SH-S203N
",SYMLINK="dvd",OWNER="rray"
When I plug in dvd I get
$ ll /dev/scd1
lrwxrwxrwx 1 root root 3 Aug 25 08:17 /dev/scd1 -> sr1
ll /dev/sr1
brw-r----- 1 rray disk 11, 1
2014 Nov 21
3
[RFC] make extlinux work without mount the filesystem
Hello syslinux,
I'm a newbie to extlinux, and I'm a developer from yocto project
(an embedded linux project).
The device or filesystem must be mounted before we can install the
bootsector to the device if I understand correctly, for example:
$ mount /dev/sdcX /tmp/mnt
$ extlinux -i /tmp/mnt
Usually, the mount command requires the root privilage, we may not
have the root privilage when we work on a shared server.
And in embedded linux development, usually, we need deploy the system
on an file block (not a real device partition), for example:
$ dd if=/...